API Description | API Path |
---|---|
Create container cluster status list |
DELETE /api/v1/systemhealth/container-cluster/<cluster-id>/ncp/status
|
Get the container cluster status by given id |
GET /api/v1/systemhealth/container-cluster/<cluster-id>/ncp/status
|
Get all the container cluster status |
GET /api/v1/systemhealth/container-cluster/ncp/status
|
Create container cluster status list |
POST /api/v1/systemhealth/container-cluster/ncp/status
|
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>
|
List all system health profilesList all system health profiles. |
GET /api/v1/systemhealth/profiles
|
Create a system health profileCreate a system health profile. |
POST /api/v1/systemhealth/profiles
|
Delete an existing system health profileDelete an existing system health profile by ID. |
DELETE /api/v1/systemhealth/profiles/<profile-id>
|
Show the details of a system health profileShow the details of a system health profile. |
GET /api/v1/systemhealth/profiles/<profile-id>
|
Update a system health profileUpdate a system health profile definition. |
PUT /api/v1/systemhealth/profiles/<profile-id>
|
Get the containter status on given node |
GET /api/v1/systemhealth/transport-nodes/<node-id>/container/agent/status
|
Get the containter hyperbus status on given node |
GET /api/v1/systemhealth/transport-nodes/<node-id>/container/hyperbus/status
|