Schedule Recovery Plan Sync
This request schedules the synchronization of the specified recovery plan.
ID of the recovery plan.
e7bf7128-2825-48ca-9075-3f496de70ffe
Scheduled sync time.
1684249590398
Operation ID for correlating logs across multiple services
OK
{
"description": "Example of a plan",
"displayName": "Plan 1",
"executionInfo": {
"isSuspendRequested": false,
"lastError": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"lastOperation": "string",
"promptStepId": "5ee9224f-305d-46f6-865f-b605e70acef8",
"state": "string"
},
"id": "2bfb7696-3aa1-49d3-bb40-d9e97df1baba",
"isMigration": false,
"owner": "org1@site1",
"scheduledSyncTime": 1901071800000
}
Recovery plan description.
Recovery plan display name (unique across recovery plans).
Recovery plan id.
Whether the plan is a migration plan.
Recovery plan owner.
Time at which the replications of the recovery plan will get synced. 0 means not scheduled.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.