NSX-T Data Center REST API

Associated URIs:

API Description API Path

List Tier-1 Interface groups


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

Delete Tier-1 Interface group


Delete Tier-1 Interface group
DELETE /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>

Read Tier-1 Interface group


Read Tier-1 Interface group
GET /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>

Create or update a Tier-1 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/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>

Update a Tier-1 Interface group.


Update the Interface group for specified attributes.
PUT /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>