NSX-T Data Center REST API

Associated URIs:

API Description API Path

Show all the system health plugin


Show all the system health plugins.
GET /api/v1/systemhealth/plugins (Deprecated)

Create a system health plugin


Create a system health plugin.
POST /api/v1/systemhealth/plugins (Deprecated)

Delete an existing system health plugin


Delete an existing system health plugin by ID.
DELETE /api/v1/systemhealth/plugins/<plugin-id> (Deprecated)

Show the details of a system health plugin


Show the details of a system health plugin.
GET /api/v1/systemhealth/plugins/<plugin-id> (Deprecated)

Upload a plugin File to MP


POST /api/v1/systemhealth/plugins/<plugin-id>/files/<file-name>/data

Show the installed system health plugin list


Show all the installed system health plugins on given node
GET /api/v1/systemhealth/plugins/status/<node-id>