Put
/v1/diagnostic/bgp-reset/{deviceId}
Reset a BGP neighbor
Security
API Key: jwtAuth
Header parameter nameauthorization
Use Bearer <token>
Header parameters
Authorization
stringRequired
Bearer token. Format: Bearer <your_token_here>
Path parameters
deviceId
integer (int64) Required
Unique identifier for a specific device
Example1000000
Body parameters
object
hard
boolean
BGP process restarts if set to true. if false, BGP route is only relearned
Exampletrue
lanSegment
string
The segment over which this route is learned
Exampleisp
localInterface
string
The local interface over which this route is learned
ExampleGigabitEthernet0/0/1
neighbor
string
The neighbor to reset
Example1.1.1.1
Responses
204
No Content