System Administration > Monitoring > System Health > Profiles

Associated URIs:

API Description API Path

List all system health profiles


List all system health profiles.
GET /api/v1/systemhealth/profiles

Create a system health profile


Create a system health profile.
POST /api/v1/systemhealth/profiles

Delete an existing system health profile


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

Show the details of a system health profile


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

Update a system health profile


Update a system health profile definition.
PUT /api/v1/systemhealth/profiles/<profile-id>