NSX-T Data Center Global Manager REST API
Create or update Tier-1 configuration
If Tier-1 with the tier-1-id is not already present, create a new Tier-1 instance.If it already exists, update the tier-1 instance with specified attributes.
Request:
Method:
PATCH
URI Path(s):
/global-manager/api/v1/global-infra/tier-1s/{tier-1-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
Tier1+
Example Request:
{ "tier0_path": "/global-infra/tier-0s/vmc_prv" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a