Policy > Security > Service Insertion > Service Instances > Tier-0 Gateways

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-T.

Request:

Method:
PUT
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:

PUT https://<policy-mgr>/policy/api/v1/infra/tier-0s/vmc/locale-services/default/byod-service-instances/BYOD_PSI_HCX { "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" "_revision":0 }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ByodPolicyServiceInstance+

Example Response:

{ "resource_type": "ByodPolicyServiceInstance", "description": "Byod HCX Test 1", "id": "BYOD_PSI_HCX", "display_name": "BYOD_PSI_HCX", "path": "/infra/tier-0s/vmc/locale-services/default/byod-service-instances/BYOD_PSI_HCX", "parent_path": "/infra/tier-0s/vmc", "relative_path": "BYOD_PSI_HCX", "marked_for_delete": false, "transport_type": "L3_ROUTED", "partner_service_name": "HCX", "deployment_mode": "STAND_ALONE", "_create_time": 1527419235170, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_last_modified_time": 1527419235170, "_create_user": "admin", "_revision": 0 }

Required Permissions:

crud

Feature:

policy_si

Additional Errors: