NSX-T Data Center REST API
Create or update a Tier-1 locale-services
If a Tier-1 locale services with the locale-services-id is not alreadypresent, create a new locale services. If it already exists, update
Tier-1 locale services with specified attributes.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-services-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
LocaleServices+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/tier-1s/cgw/locale-services/palo_alto { "edge_cluster_path": "/infra/sites/default/enforcement-points/nsx/edge-clusters/95196903-6b8a-4276-a7c4-387263e834fd", "preferred_edge_paths": [ "/infra/sites/default/enforcement-points/nsx/edge-clusters/95196903-6b8a-4276-a7c4-387263e834fd/edge-nodes/940f1f4b-0317-45d4-84e2-b8c2394e7405" ] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a