NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List all Service Definitions registered on given enforcement point.List all Service Definitions registered on given enforcement point. | GET /policy/api/v1/enforcement-points/<enforcement-point-id>/service-definitions | 
| Create a Service Definition on given enforcement point.Create a Service Definition on given enforcement point. | POST /policy/api/v1/enforcement-points/<enforcement-point-id>/service-definitions | 
| Delete an existing Service Definition on the given enforcement pointDelete an existing Service Definition on the given enforcement point. | DELETE /policy/api/v1/enforcement-points/<enforcement-point-id>/service-definitions/<service-definition-id> | 
| Read Service Definition with given service-definition-id.Read Service Definition with given service-definition-id. | GET /policy/api/v1/enforcement-points/<enforcement-point-id>/service-definitions/<service-definition-id> | 
| Update an existing Service Definition on the given enforcement pointUpdate an existing Service Definition on the given enforcement point. | PUT /policy/api/v1/enforcement-points/<enforcement-point-id>/service-definitions/<service-definition-id> | 
