Create Permission Group
Create a new BGP Permission Group on the Provider Gateway. A BGP Permission Group is a logical grouping of BGP configurations such as neighbors, prefix lists etc. that system provider can assign to a specific tenant for visibility and management.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/permissionGroups
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
externalNetworkId
Required
externalNetworkId
Request Body
ProviderGatewayBgpPermissionGroup of type(s) application/json
Optional
This request body class requires all of the following: NetworkingEntityStatus , InlineProviderGatewayBgpPermissionGroup1
{
"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
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
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