NSX-T Data Center REST API
Update an existing latency profile (Deprecated)
Request:
Method:
              PUT
            URI Path(s):
              
                /api/v1/latency-profiles/{latency-profile-id}
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    LatencyStatProfile+
  Example Request:
PUT https://<nsx-mgr>/api/v1/latency-profiles/2cec0292-a0e2-44dd-b5e6-975e13be8c89 { "id" : "2cec0292-a0e2-44dd-b5e6-975e13be8c89", "sampling_rate": 120, "pnic_latency_enabled": true, "_revision" : 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    LatencyStatProfile+