describe-restore¶
- subtitle
Describes the restore.
- version
0.9.125
Description¶
Returns the description of a data warehouse restore operation.
Synopsis¶
describe-restore
--restore-crn <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--restore-crn
(string)
The CRN of the restore.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
restore -> (object)
Restore entry
Form Factors: private
restoreCrn -> (string)
The CRN of the restore.
backupCrn -> (string)
The CRN of the backup.
restoreCreationTime -> (string)
The time when the restore was created.
restoreUpdatedTime -> (string)
The updated time of the restore.
excludedResources -> (array)
The list of resources to be excluded in restore.
item -> (string)
includedNamespaces -> (array)
The list of namespaces to be included in restore.
item -> (string)
successConditions -> (array)
The list of conditions to be met for a successful restore.
item -> (string)
restorePhase -> (string)
The phase of the restore operation.
restoreJobState -> (string)
The current state of the restore job.
restoreJob -> (string)
The restore job name.
warnings -> (array)
The warnings from restore job.
item -> (object)
The message object used to display warnings and errors during DRS workflows
Form Factors: private
text -> (string)
The text message of the warning/error.
timestamp -> (string)
The time when the warning/error is hit.
namespace -> (string)
The namespace that has the warning/error.
errors -> (array)
The errors from restore job.
item -> (object)
The message object used to display warnings and errors during DRS workflows
Form Factors: private
text -> (string)
The text message of the warning/error.
timestamp -> (string)
The time when the warning/error is hit.
namespace -> (string)
The namespace that has the warning/error.
Form Factors¶
private