Policy > Monitoring > Latency

Read latency profile

Read latency profile.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/latency-profiles/<profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/policy/api/v1/infra/latency-profiles/profile1

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyLatencyStatProfile+

Example Response:

{ "resource_type": "PolicyLatencyStatProfile", "id": "profile1", "display_name": "/infra/latency-profiles/profile1", "path": "/infra/latency-profiles/profile1", "parent_path": "/infra", "relative_path": "profile1", "sampling_rate" : 120, "sampling_interval": 10, "pnic_latency_enabled" : false, "_create_user": "admin", "_create_time": 1517354268091, "_last_modified_user": "admin", "_last_modified_time": 1517354315280, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: