NSX-T Data Center REST API
Create Tier1 service instance endpoint
Create Tier1 service instance endpoint with given request if not exist.Modification of Tier1 service instance endpoint is not allowed.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}/service-instance-endpoints/{service-instance-endpoint-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ServiceInstanceEndpoint+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-1s/TLR1/locale-services/default/byod-service-instances/BYOD_PSI_1/service-instance-endpoints/SIE_1 { "target_ips": [ { "ip_addresses": [ "135.1.1.1" ], "prefix_length": 24 } ], "endpoint_type":"LOGICAL", "service_interface_path":"/infra/tier-1s/TLR1/locale-services/default/service-interfaces/SITF_1" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ServiceInstanceEndpoint+