NSX-T Data Center REST API

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.

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

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": "", "node_path": "/infra/sites/default/enforcement-points/default/host-transport-nodes/a257b981-1a1c-4b95-b16c-8646e85ce8f0" } ] }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: