Recovery_Reconciliation_Job_CreateSpec
The Job.CreateSpec structure has the fields to request the start of reconciliation job.
{
"sso_admin_user_name": "string",
"sso_admin_user_password": "string",
"ignore_warnings": false
}
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.
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.
Flag indicating whether warnings should be ignored during reconciliation. If unset, validation warnings will fail the reconciliation operation.