Create Reconciliation Job Deprecated
Initiate reconciliation.
Request
URLURL
https://{api_host}/rest/appliance/recovery/reconciliation/job
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
Request Body
RecoveryReconciliationJobCreateRequestBody of mimetype application/json
Required
This is a request body class for an operation.
(The request body parameter is missing description)
{
"spec": {
"ignore_warnings": false,
"sso_admin_user_name": "string",
"sso_admin_user_password": "string"
}
}
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
RecoveryReconciliationJobCreateResponseBody of type application/json
Info Structure
{
"value": {
"cancelable": false,
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string",
"localized": "string",
"params": [
{
"key": "key1",
"value": {
"d": 0,
"dt": "string",
"format": "SHORT_DATE",
"i": 0,
"l": {
"id": "string",
"params": "StdLocalizationParam Object"
},
"precision": 0,
"s": "string"
}
}
]
},
"end_time": "string",
"error": {},
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string",
"localized": "string",
"params": [
{
"key": "key1",
"value": {
"d": 0,
"dt": "string",
"format": "SHORT_DATE",
"i": 0,
"l": {
"id": "string",
"params": "StdLocalizationParam Object"
},
"precision": 0,
"s": "string"
}
}
]
}
],
"operation": "string",
"parent": "string",
"progress": 0,
"service": "string",
"start_time": "string",
"status": "NONE",
"target": {
"id": "string",
"type": "string"
}
}
}
Errors
400
com.vmware.vapi.std.errors.feature_in_use : A backup or restore is already in progress. | com.vmware.vapi.std.errors.not_allowed_in_current_state : Reconciliation is allowed only after restore has finished successfully. | com.vmware.vapi.std.errors.invalid_argument : The request cannot be fulfilled due to bad syntax.
500
com.vmware.vapi.std.errors.error : if any error occurs during the execution of the operation.
default
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
cURL Command
curl -X POST -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" -H "Content-Type: application/json" -d '{"spec":{"ignore_warnings":false,"sso_admin_user_name":"string","sso_admin_user_password":"string"}}' https://{api_host}/rest/appliance/recovery/reconciliation/job
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-new-method: post
x-vmw-doc-new-path: /api/appliance/recovery/reconciliation/job
x-vmw-doc-operation: create
Availability
Added in 6.7