Recovery
Recovery contains information around a particular recovery.
Fields
| Field | Type | Description |
|---|---|---|
| canSaveAsPlan | Boolean! | Can be saved as recovery plan. |
| dataTransferType | DataTransferType! | Data transfer type for the recovery. |
| elapsedTime | Long! | Duration of the recovery job, in milliseconds. |
| endTime | Long! | Timestamp, in Unix milliseconds, when the recovery job completed. |
| id | String! | Identifier of a particular recovery. |
| isAdhocRecovery | Boolean! | Whether this recovery is an adhoc recovery. |
| isArchived | Boolean! | If recovery has been archived. |
| numWorkloads | Long! | Number of workloads. |
| progress | Float! | Progress of the recovery. |
| recoveryFailureAction | RecoveryFailureAction! | Action to be taken if recovery fails. |
| recoveryName | String! | Name of the recovery. |
| recoveryOutcome | RecoveryOutcome! | Outcome of the recovery. |
| recoveryPlanBasicInfo | RecoveryPlanBasicInfo | Basic information about the recovery plan associated with this recovery. |
| recoveryPlanId | String! | Recovery plan ID. |
| recoveryType | RecoveryType! | Recovery Type. |
| startTime | Long! | Timestamp, in Unix milliseconds, when the recovery job started. |
| status | RecoveryStatus! | Status of the recovery. |
| steps | StepsOneof | Comprehensive recovery steps. |
| triggeredFrom | RecoveryTriggeredFrom! | Specifies how was recovery triggered. |
Used By
Queries
- query: recoveries (via connection)
Referenced by