NSX-T Data Center REST API
Create BYOD service instance
Create BYOD Service Instance which represent instance of service definition created on manager.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-0s/{tier-0-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ByodPolicyServiceInstance+
Example Request:
{ "resource_type": "ByodPolicyServiceInstance", "description": "Byod HCX Test 1", "id": "BYOD_PSI_HCX", "display_name": "BYOD_PSI_HCX", "transport_type": "L3_ROUTED", "partner_service_name": "HCX", "deployment_mode": "STAND_ALONE" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a