Policy > Monitoring > System Health Agent > Profile

Show the plugins status on given node.

Show all the installed system health plugins on given node
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/sha/plugin-status/<node-id>
/policy/api/v1/global-infra/sha/plugin-status/<node-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sha/plugin-status/a257b981-1a1c-4b95-b16c-8646e85ce8f0

Successful Response:

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

Example Response:

{ "result_count":1, "results": [ { "plugin_path": "/infra/sha/dynamic-plugins/monitor-plugin", "status": "enabled", "profile": "{ENABLED: true, CHECK_INTERVAL: 20}", "detail": "" } ] }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: