NSX-T Data Center 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):
              
              
                  
                  /policy/api/v1/infra/tier-1s/<tier-1-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    Tier1+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/tier-1s/cgw { "tier0_path": "/infra/tier-0s/vmc_prv" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  