clearSiteBgpRoutes
POST https://{{host}}/api/v1/sites/:site_id/devices/:device_id/clear_bgp
Parameters
Name | Type | Description |
---|---|---|
neighbor | string | neighbor ip-address or ‘all’ |
type | string | hard (default) / soft / in / out |
vrf | string | (Optional) Vrf Name |
Request Body
{"neighbor"=>"all", "type"=>"soft", "vrf"=>"TestVrf"}
RESPONSES
status: OK
{"session":"session_id"}