NSX-T Data Center REST API
Create or update a Tier-0
If a Tier-0 with the tier-0-id is not already present, create a newTier-0. If it already exists, update the Tier-0 for specified attributes.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tier-0s/<tier-0-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    Tier0+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/tier-0s/vmc_prv { "transit_subnets": [ "10.2.3.0/24" ], "ha_mode":"ACTIVE_STANDBY" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  