NSX-T Data Center Global Manager REST API
Update the infra object
Updates only the single infra object. This does not allow hierarchicalupdates of entities.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
PUT
URI Path(s):
/global-manager/api/v1/global-infra
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
Infra+
Example Request:
PUT https://<policy-mgr>/global-manager/api/v1/global-infra { "display_name": "infra", "path": "/global-infra", "relative_path": "infra", "connectivity_strategy": "NONE", "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Infra+