HealthCheckSettingsSettingSpec

HealthCheckSettings.SettingSpec structure contains specification of vCenter Server health and its corresponding state


Properties

boolean
db_health_check_state_manual_backup Required

Health check state of database during manual backup with this option set, the health status of the particular health check will be reported


boolean
db_health_check_state_scheduled_backup Required

Health check state of database during schedule backup with this option set, the health status of the particular health check will be reported

JSON Example

{
	"db_health_check_state_manual_backup": false,
	"db_health_check_state_scheduled_backup": false
}

Feedback

Was this page helpful?