Get Prefix List
Retrieves a specific Prefix list for a given edge gateway.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/routing/bgp/prefixLists/{listId}
COPY
Path Parameters
string
gatewayId
Required
gatewayId
string
listId
Required
listId
string
gatewayId
Required
gatewayId
string
listId
Required
listId
Responses
200
OK
Returns EdgePrefixList of type(s) application/json;version=37.1
{
"id": "string",
"name": "string",
"description": "string",
"prefixes": [
{
"network": "10.22.0.0/22",
"action": "string",
"greaterThanEqualTo": 0,
"lessThanEqualTo": 0
}
],
"version": {
"version": 0
}
}
string
id
Optional
The unique id of this prefix list. On updates, the id is required for the list, while for create a new id will be generated. This id is not a VCD URN.
string
name
Required
Name for the prefix list.
string
description
Optional
Description for this prefix list.
404
The specified resource was not found
Returns Error of type(s) application/json;version=37.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Availability
Added in 34.0
Edge Gateway Prefix List Operations
DELETE
Delete Prefix List
GET
Get Prefix List
PUT
Update Prefix List