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

Read all BYOD service instance objects under a tier-0

Read all BYOD service instance objects under a tier-0 This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/byod-service-instances
Request Headers:
n/a
Query Parameters:
PolicyServiceInstanceListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/tier-0s/vmc/locale-services/default/byod-service-instances

Successful Response:

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

Example Response:

{ "sort_ascending": true, "sort_by": "display_name", "result_count": 1, "results": [ { "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:

read

Feature:

policy_si

Additional Errors: