NSX-T Data Center REST API

Read SHA existing monitor list.

Read SHA existing monitor list.

Request:

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

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sha/monitors

Successful Response:

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

Example Response:

{ "results": [ { "resource_type": "ShaStandardMonitor", "id": "esx-obsrv-alarms-monitor", "display_name": "esx-obsrv-alarms-monitor", "description": "This monitor consumes the Transport Node level Enhanced Datapath (EDP) infra counters and TN traffic counters and reports the following alarms. 1. enhanced_dp_flow_table_usage_high There is at least one Enhanced Datapath flow table on the Host in which more than 90% of entries are filled. 2. enhanced_dp_flow_table_usage_very_high There is at least one Enhanced Datapath flow table on the Host in which more than 95% of entries are filled. 3. dtgw_vlan_uplink_arp_fail The rate of DTGW External VLAN gateway resolution failure is high.", "path": "/infra/sha/monitors/esx-obsrv-alarms-monitor", "relative_path": "esx-obsrv-alarms-monitor", "parent_path": "/infra", "remote_path": "", "unique_id": "5dd94621-350a-4fd3-bedf-48268a9e63e0", "realization_id": "5dd94621-350a-4fd3-bedf-48268a9e63e0", "owner_id": "ba357519-5402-4496-83c5-1fb18c7e8743", "marked_for_delete": false, "overridden": false, "monitor_id": "esx-obsrv-alarms-monitor", "type": "STANDARD", "supported_node_types": [ "NSX_ESX" ], "_system_owned": false, "_protection": "NOT_PROTECTED", "_create_time": 1756477959780, "_create_user": "system", "_last_modified_time": 1756477959780, "_last_modified_user": "system", "_revision": 0 }, {...}, {...}, {...}, ], "result_count": 4, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: