System Administration > Monitoring > System Health > Plugins

Show the installed system health plugin list

Show all the installed system health plugins on given node

Request:

Method:
GET
URI Path(s):
/api/v1/systemhealth/plugins/status/<node-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/systemhealth/plugins/status/a257b981-1a1c-4b95-b16c-8646e85ce8f0

Successful Response:

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

Example Response:

{ "result_count":1, "results": [ { "id": "72e1bd4b-6df6-42d0-9c59-a1c31312c9f1", "name": "health-check-compute", "status": "enabled", "profile": "{ENABLED: true, CHECK_INTERVAL: 20}", "detail": "" } ] }

Required Permissions:

read

Feature:

tools_system_health_agent

Additional Errors: