NSX-T Data Center Global Manager 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 /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups
GET /global-manager/api/v1/orgs/<org-id>/projects/<project-id>/global-infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups (Experimental)

Delete Tier-1 Interface group


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

Read Tier-1 Interface group


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

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 /global-manager/api/v1/global-infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id>
PATCH /global-manager/api/v1/orgs/<org-id>/projects/<project-id>/global-infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interface-groups/<group-id> (Experimental)

Update a Tier-1 Interface group.


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