appliance recovery reconciliation job: create spec
The
create_spec
structure has the fields to request the start of reconciliation job. This structure was added in vSphere API 6.7.Representation:
{
"ignore_warnings" : true,
"sso_admin_user_name" : "string",
"sso_admin_user_password" : "secret string"
}
"ignore_warnings" : true,
"sso_admin_user_name" : "string",
"sso_admin_user_password" : "secret string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
sso_admin_user_name | string | Administrators username for SSO. This attribute was added in vSphere API 6.7. Optional. If unset SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required. |
sso_admin_user_password | secret | Password for SSO admin user. This attribute was added in vSphere API 6.7. Optional. If unset SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required. |
ignore_warnings | boolean | Flag indicating whether warnings should be ignored during reconciliation. This attribute was added in vSphere API 6.7. Optional. If unset, validation warnings will fail the reconciliation operation. |