System Administration > Monitoring > System Health > Plugins

Associated URIs:

API Description API Path

Show all the system health plugin


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

Create a system health plugin


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

Delete an existing system health plugin


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

Show the details of a system health plugin


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

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>