Skip to main content

Start scheduled OSPF flapping

POST
/tasks/flap/ospf/schedule/start/{id}

Contract

Parameter
Value
Sectiontasks
AuthenticationCookieAuth
Consumesapplication/json
Producesapplication/json

Parameters

2 parameters

Name
Location
Required
Type
Description
idpathyesintegerTask ID
requestbodynoobjectSchedule parameters; optional {agent: hostname} selects one agent
  • {}

Responses

4 responses

Status
Description
Type
200
Response: {status: ok}object
400
Invalid task IDobject
401
Unauthorizedobject
500
Task is not running, has no routing agents, or the command could not be sentobject
  • {}
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }