NSX-T Data Center REST API
Updates the thresholds for specified NSX Objects.
Updates the warning threshold(s) for NSX Objects specified, does not modifythresholds for any other objects.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/capacity/threshold
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    CapacityThreshold+
  Example Request:
PATCH https://<nsx-mgr>/policy/api/v1/infra/capacity/threshold { "threshold_type": "NUMBER_OF_SEGMENT_PORT", "min_threshold_percentage": 10, "max_threshold_percentage": 40 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  