appliance health check settings: setting spec
setting_spec
structure contains specification of vCenter Server health and its corresponding state. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"db_health_check_state_scheduled_backup" : true,
"db_health_check_state_manual_backup" : true
}
"db_health_check_state_scheduled_backup" : true,
"db_health_check_state_manual_backup" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
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. |
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. |