NSX-T Data Center REST API

Associated URIs:

API Description API Path

List Tier-0 Interface groups


Paginated list of all Tier-0 Interface groups under locale service.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interface-groups

Delete Tier-0 Interface group


Delete Tier-0 Interface group
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interface-groups/<label-id>

Read Tier-0 Interface group


Read Tier-0 Interface group
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interface-groups/<label-id>

Create or update a Tier-0 Interface group.


If an Interface group with the label-id is not already present, create a new
Interface group. If it already exists, update the Interface group for specified attributes.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interface-groups/<label-id>

Update a Tier-0 Interface group.


Update the Interface group for specified attributes.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interface-groups/<label-id>