Create Permission Group

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


Request Body
ProviderGatewayBgpPermissionGroup of type(s) application/json
Optional
{
    "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
}
Authentication
This operation uses the following authentication methods.
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

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/permissionGroups