NSX-T Data Center REST API
Create service profile
Create Service profile to specify vendor template attri- butes for a given 3rd party service. This API is only available when using VMware NSX.Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
PolicyServiceProfile+
Example Request:
{ "id":"SP_1", "display_name":"SP 1", "vendor_template_name":"test template", "redirection_action":"COPY", "attributes":[] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a