Get Permission Groups
Retrieve all the BGP Permission Groups for a Provider Gateway.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/permissionGroups
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
externalNetworkId
Required
externalNetworkId
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
integer
page
Required
Page to fetch, zero offset.
integer
pageSize
Required
Results per page to fetch.
Responses
200
OK
Returns ProviderGatewayBgpPermissionGroups of type(s) application/json;version=38.1
This response body class contains all of the following: Page , InlineProviderGatewayBgpPermissionGroups1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"status": "string",
"id": "urn:vcloud:bgpPermissionGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"bgpNeighborAccessLevel": "string",
"communityListAccessLevel": "string",
"prefixListAccessLevel": "string",
"routeMapAccessLevel": "string",
"bgpNeighborMemberCount": 0,
"communityListMemberCount": 0,
"prefixListMemberCount": 0,
"routeMapMemberCount": 0
}
]
}
Availability
Added in 38.1
On This Page
Provider Gateway Bgp Operations
POST
Auto Configure Bgp Config
POST
Create Permission Group
DELETE
Delete Permission Group
GET
Get Bgp Config
GET
Get Permission Group
GET
Get Permission Group Members
GET
Get Permission Groups
PUT
Update Bgp Config
PUT
Update Permission Group