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