NSX-T Data Center REST API
Create Tier1 service instance endpoint
Create Tier1 Service instance endpoint.This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.
Request:
Method:
              PATCH
            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:
PATCH 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 } ], "service_interface_path":"/infra/tier-1s/TLR1/locale-services/default/service-interfaces/SIE_1" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a