Update Community List
Updates a specific Community list on a given Provider Gateway.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/routing/bgp/communityLists/{listId}
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
listId
Required
listId
string
externalNetworkId
Required
externalNetworkId
string
listId
Required
listId
Request Body
ProviderGatewayCommunityList of type(s) application/json
Optional
This request body class requires all of the following: ProviderGatewayCommunityListCommonProperties , InlineProviderGatewayCommunityList1
{
"id": "string",
"name": "string",
"description": "string",
"communityCount": 0,
"bgpPermissionGroupRef": {
"id": "urn:vcloud:bgpPermissionGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"accessLevel": "string"
},
"communities": [
"3356:2040",
"NO_ADVERTISE",
"33:44:55"
],
"version": {
"version": 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.0
On This Page
Provider Gateway Community Lists Operations
POST
Create Community List
DELETE
Delete Community List
GET
Get Community List
GET
Get Community List Summaries
PUT
Update Community List