NSX-T Data Center REST API
Get infra segments by configuration state
Returns all infra segments with configuration state on the enforcementpoint specified in the request
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/segments/state
                  
/policy/api/v1/global-infra/segments/state
              
            /policy/api/v1/global-infra/segments/state
Request Headers:
                n/a
            Query Parameters:
    SegmentStateRequestParameters+
  Request Body:
    n/a
  Example Request:
https://{{nsx-mgr}}/policy/api/v1/infra/segments/state?configuration_state=success&enforcement_point_path=/infra/sites/default/enforcement-points/defaultSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    SegmentConfigurationStateListResult+
  