Recovery_Reconciliation_Job_CreateSpec

Recovery_Reconciliation_Job_CreateSpec
Recovery_Reconciliation_Job_CreateSpec

The Job.CreateSpec structure has the fields to request the start of reconciliation job.

JSON Example
{
    "sso_admin_user_name": "string",
    "sso_admin_user_password": "string",
    "ignore_warnings": false
}
string
sso_admin_user_name
Optional

Administrators username for SSO. If unset SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.

string As password
sso_admin_user_password
Optional

Password for SSO admin user. If unset SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.

boolean
ignore_warnings
Optional

Flag indicating whether warnings should be ignored during reconciliation. If unset, validation warnings will fail the reconciliation operation.