NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List Services for infraPaginated list of Services for infra. |
GET /global-manager/api/v1/global-infra/services
|
Delete ServiceDelete Service |
DELETE /global-manager/api/v1/global-infra/services/{service-id}
|
Read a serviceRead a service |
GET /global-manager/api/v1/global-infra/services/{service-id}
|
Patch a ServiceCreate a new service if a service with the given ID does not already exist. Creates new service entries if populated in the service. If a service with the given ID already exists, patch the service including the nested service entries. |
PATCH /global-manager/api/v1/global-infra/services/{service-id}
|
Create or update a ServiceCreate a new service if a service with the given ID does not already exist. Creates new service entries if populated in the service. If a service with the given ID already exists, update the service including the nested service entries. This is a full replace. |
PUT /global-manager/api/v1/global-infra/services/{service-id}
|
List Service entries for the given servicePaginated list of Service entries for the given service |
GET /global-manager/api/v1/global-infra/services/{service-id}/service-entries
|
Delete Service entryDelete Service entry |
DELETE /global-manager/api/v1/global-infra/services/{service-id}/service-entries/{service-entry-id}
|
Service entryService entry |
GET /global-manager/api/v1/global-infra/services/{service-id}/service-entries/{service-entry-id}
|
Patch a ServiceEntryIf a service entry with the service-entry-id is not already present, create a new service entry. If it already exists, patch the service entry. |
PATCH /global-manager/api/v1/global-infra/services/{service-id}/service-entries/{service-entry-id}
|
Create or update a ServiceEntryIf a service entry with the service-entry-id is not already present, create a new service entry. If it already exists, update the service entry. |
PUT /global-manager/api/v1/global-infra/services/{service-id}/service-entries/{service-entry-id}
|