NSX-T Data Center REST API
Create or update a segment
If segment with the segment-id is not already present, create a new segment.If it already exists, update the segment 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/segments/<segment-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    Segment+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/segments/web-tier { "display_name":"web-tier", "subnets": [ { "gateway_address": "40.1.1.1/16", "dhcp_ranges": [ "40.1.2.0/24" ] } ], "connectivity_path": "/infra/tier-1s/mgw" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  