NSX-T Data Center REST API

Associated URIs:

API Description API Path

List service references


List all the partner service references available for service insertion
GET /policy/api/v1/infra/service-references

Delete Service Reference


This API can be used to delete a service reference with the given service-reference-id.
DELETE /policy/api/v1/infra/service-references/{service-reference-id}

Read service reference


This API can be used to read service reference with the given service-reference-id.
GET /policy/api/v1/infra/service-references/{service-reference-id}

Create service reference


Create Service Reference representing the intent to consume a given 3rd party
service.
PATCH /policy/api/v1/infra/service-references/{service-reference-id}

Create service reference


Create Service Reference representing the intent to consume a given 3rd party
service.
PUT /policy/api/v1/infra/service-references/{service-reference-id}

List service profiles


List all the service profiles available for given service reference
GET /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles

Delete Service profile


This API can be used to delete service profile with given service-profile-id
DELETE /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}

Read service profile


This API can be used to read service profile with given service-profile-id
GET /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}

Create service profile


Create Service profile to specify vendor template attri- butes for a given 3rd party service.
PATCH /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}

Create or update service profile


Create or update Service profile to specify vendor temp- late attributes for a given 3rd party service.
PUT /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}

Get Groups used in Redirection rules for a given Service Profile.


List of Groups used in Redirection rules for a given Service Profile.
GET /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}/group-associations