Get Permission Group Members
Retrieves all the members which are assigned to the specified BGP Permission Group on a Provider Gateway. The type of the BGP member must be specified with the filter key (type==[TYPE])
. Supported types are:
- BGP_NEIGHBOR
- COMMUNITY_LIST
- PREFIX_LIST
- ROUTE_MAP
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/permissionGroups/{permissionGroupId}/members
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
permissionGroupId
Required
permissionGroupId
string
externalNetworkId
Required
externalNetworkId
string
permissionGroupId
Required
permissionGroupId
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
integer
page
Required
Page to fetch, zero offset.
integer
pageSize
Required
Results per page to fetch.
Responses
200
OK
Returns ProviderGatewayBgpPermissionGroupMembers of type(s) application/json;version=38.1
This response body class contains all of the following: Page , InlineProviderGatewayBgpPermissionGroupMembers1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
}
]
}
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