API Description | API Path |
---|---|
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>
|