Update Permission Group

Update Permission Group

Update the specified BGP Permission Group on the Provider Gateway.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/permissionGroups/{permissionGroupId}
COPY
Path Parameters
string
externalNetworkId
Required

externalNetworkId

string
permissionGroupId
Required

permissionGroupId

string
externalNetworkId
Required

externalNetworkId

string
permissionGroupId
Required

permissionGroupId


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