NSX-T Data Center REST API
Update NSService (Deprecated)
Updates the specified NSService. Modifiable parameters include the description,display_name and the NSService element. The system defined NSServices can't be
modified
Deprecated: This API is deprecated. Please use policy API /infra/services/
Request:
Method:
PUT
URI Path(s):
/api/v1/ns-services/{ns-service-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
NSService+
Example Request:
{ "resource_type": "NSService", "display_name": "test", "nsservice_element": { "resource_type": "EtherTypeNSService", "ether_type": 33011 }, "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NSService+