NamespaceManagement_Supervisors_Recovery_Backup_Jobs_CreateSpec

NamespaceManagement_Supervisors_Recovery_Backup_Jobs_CreateSpec
NamespaceManagement_Supervisors_Recovery_Backup_Jobs_CreateSpec

The Jobs.CreateSpec structure contains inputs to be specified for Jobs.create.

JSON Example
{
    "comment": "string",
    "ignore_health_check_failure": false
}
string
comment
Optional

Comment to help identify resulting Backup archive. If unset comment will be empty.

boolean
ignore_health_check_failure
Optional

Ignore Supervisor health check failure when taking Supervisor backup. Supervisor is considered unhealthy if either Summary.Info.config-status or Summary.Info.kubernetes-status value, as returned by Summary.get operation is set to ERROR. if unset or set to false, health check failure of Supervisor will not be ignored and will result in Jobs.create operation to report failure.