appliance health check settings: get
Get health settings for vCenter Server. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
GET https://{server}/rest/appliance/health/settings
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : {
"db_health_check_state_scheduled_backup" : true,
"db_health_check_state_manual_backup" : true
}
}
"value" : {
"db_health_check_state_scheduled_backup" : true,
"db_health_check_state_manual_backup" : true
}
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | setting_spec | health settings. |
value.db_health_check_state_manual_backup | boolean | Health check state of database during manual backup with this option set, the health status of the particular health check will be reported. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.db_health_check_state_scheduled_backup | boolean | Health check state of database during schedule backup with this option set, the health status of the particular health check will be reported. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |