Edge Delete Edge Bgp Neighbor Records

Edge Delete Edge Bgp Neighbor Records

Deletes BGP record(s) matching the specified record keys (neighborIp) on the Edges with the specified edgeIds, 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
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/edge/deleteEdgeBgpNeighborRecords