NSX-T Data Center REST API

Associated URIs:

API Description API Path

Create NSServiceGroup


Creates a new NSServiceGroup which can contain NSServices.
A given NSServiceGroup can contain either only ether type of NSServices
or only non-ether type of NSServices, i.e. an NSServiceGroup cannot
contain a mix of both ether and non-ether types of NSServices.
POST /api/v1/ns-service-groups (Deprecated)

List all NSServices


Returns paginated list of NSServices
GET /api/v1/ns-services (Deprecated)

Create NSService


Creates a new NSService which allows users to specify characteristics to use
for matching network traffic.
POST /api/v1/ns-services (Deprecated)

Delete NSService


Deletes the specified NSService. By default, if the NSService is being
referred in an NSServiceGroup, it can't be deleted. In such situations,
pass "force=true" as a parameter to force delete the NSService. System
defined NSServices can't be deleted using "force" flag.
DELETE /api/v1/ns-services/{ns-service-id} (Deprecated)

Read NSService


Returns information about the specified NSService
GET /api/v1/ns-services/{ns-service-id} (Deprecated)

Update NSService


Updates the specified NSService. Modifiable parameters include the description,
display_name and the NSService element. The system defined NSServices can't be
modified
PUT /api/v1/ns-services/{ns-service-id} (Deprecated)