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
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
}
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 PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/permissionGroups/{permissionGroupId}
Availability
Added in 38.1
On This Page
Provider Gateway Bgp Operations
GET
Get Bgp Config
PUT
Update Bgp Config
POST
Auto Configure Bgp Config
GET
Get Permission Groups
POST
Create Permission Group
GET
Get Permission Group
PUT
Update Permission Group
DELETE
Delete Permission Group
GET
Get Permission Group Members