HealthCheckSettingsUpdateSpec

Properties

boolean
db_health_check_state_manual_backup Optional

Health check state of database during manual backup with this option set, the health status of the particular health check will be enabled If unset the current state will remain unchanged.


boolean
db_health_check_state_scheduled_backup Optional

Health check state of database during schedule backup with this option set, the health status of the particular health check will be enabled If unset the current state will remain unchanged.

JSON Example

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

Feedback

Was this page helpful?