API Description | API Path |
---|---|
Show all the system health pluginShow all the system health plugins. |
GET /api/v1/systemhealth/plugins
|
Create a system health pluginCreate a system health plugin. |
POST /api/v1/systemhealth/plugins
|
Delete an existing system health pluginDelete an existing system health plugin by ID. |
DELETE /api/v1/systemhealth/plugins/<plugin-id>
|
Show the details of a system health pluginShow 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 listShow all the installed system health plugins on given node |
GET /api/v1/systemhealth/plugins/status/<node-id>
|