API Description | API Path |
---|---|
List BGP community listsPaginated list of all community lists under a tier-0 |
GET /global-manager/api/v1/global-infra/tier-0s/<tier-0-id>/community-lists
|
Delete a BGP community listDelete a BGP community list |
DELETE /global-manager/api/v1/global-infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
|
Read a BGP community listRead a BGP community list |
GET /global-manager/api/v1/global-infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
|
Create or update a BGP community listIf a community list with the community-list-id is not already present, create a new community list. If it already exists, update the community list for specified attributes. |
PATCH /global-manager/api/v1/global-infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
|
Create or update a BGP community listIf a community list with the community-list-id is not already present, create a new community list. If it already exists, replace the community list instance with the new object. |
PUT /global-manager/api/v1/global-infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
|