Edge Delete Edge Bgp Neighbor Records
Deletes BGP record(s) matching the specified record keys (neighborIp
) on the Edges with the specified edgeId
s, if they exist.
Privileges required:
DELETE
NETWORK_SERVICE
Request
URI
POST
https://{api_host}/portal/rest/edge/deleteEdgeBgpNeighborRecords
COPY
Request Body
{
"records": [
{
"edgeId": 0,
"neighborIp": "string"
}
]
}
array of
object
records
Optional
records
Responses
200
Request was successfully processed
Returns
edge_delete_edge_bgp_neighbor_records_result
of type(s)
application/json
This response body class contains all of the following:
Inlineedge_delete_edge_bgp_neighbor_records_result0
{
"id": 123,
"rows": 1
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/edge/deleteEdgeBgpNeighborRecords