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

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
}
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