Skip to main content

Stop scheduled BGP flapping

POST
/tasks/flap/bgp/schedule/stop/{id}

Contract

Parameter
Value
Sectiontasks
AuthenticationCookieAuth
Consumesapplication/json
Producesapplication/json

Parameters

2 parameters

Name
Location
Required
Type
Description
idpathyesintegerTask ID
requestbodynoobjectOptional {agent: hostname} field for selecting 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>"
    }