NSX-T Data Center REST API

Read SHA existing monitor list.

Read SHA existing monitor list.
This API is available when using VMware NSX or VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers).

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sha/monitors
Request Headers:
n/a
Query Parameters:
ShaMonitorListRequestParameters+
Request Body:
n/a

Successful Response:

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

Example Response:

{ "results": [ { "resource_type": "ShaStandardMonitor", "id": "mock-esx-dataplane-configure", "display_name": "mock-esx-dataplane-configure", "description": "Esx DP traffic configure, it pushes config from profile to DP to enable/disable DP counter collection ...", "path": "/infra/sha/monitors/mock-esx-dataplane-configure", "relative_path": "mock-esx-dataplane-configure", "parent_path": "/infra", "remote_path": "", "unique_id": "3e3efd57-b7ba-4d7f-9a12-a4c47ce4b9ac", "realization_id": "3e3efd57-b7ba-4d7f-9a12-a4c47ce4b9ac", "owner_id": "becb2c6d-987b-4b23-83f9-e5b81ef4bcf9", "marked_for_delete": false, "overridden": false, "monitor_id": "mock-esx-dataplane-configure", "type": "STANDARD", "supported_node_types": [ "NSX_ESX" ], "_create_time": 1703827108077, "_create_user": "system", "_last_modified_time": 1704283039733, "_last_modified_user": "system", "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 24 }, {...}, {...}, {...}, ], "result_count": 4, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: