raccli list recovery

Not Oracle Cloud InfrastructureNot Oracle Cloud at Customer This topic does not apply to Oracle Cloud Infrastructure or to Oracle Cloud at Customer.

The list recovery subcommand of the raccli utility provides information about recovery jobs.
raccli list recovery [-id  recovery-id][-tag recovery-tagname]

Options of this subcommand are as follows.

Option Description

-id recovery-id

The system-generated ID of the recovery job. Use this option to display information about a specific recovery job.

-tag recovery-tagname

The name supplied when the recovery job was submitted. Use this option to display information about a specific recovery job.

Example

Here is an example of the list recovery subcommand. The output in this example shows the detail of the recovery performed in the raccli create recovery example.

[opc@example1 ~]$ raccli list recovery

[ {
  "updatedTimestamp" : "2015-10-15, 18:47:17",
  "id" : 1444934529920,
  "name" : "rdbaas_recovery",
  "description" : null,
  "createTimeStamp" : "2015-10-15, 18:42:09",
  "type" : "Recovery",
  "recoveryComponents" : [ {
    "updatedTimestamp" : "2015-10-15, 18:47:17",
    "id" : 1444934530186,
    "name" : "rdbaas_recovery_database",
    "description" : null,
    "createTimeStamp" : "2015-10-15, 18:42:10",
    "type" : null,
    "component_type" : "Database",
    "recoveryParams" : [ {
      "updatedTimestamp" : "2015-10-15, 18:42:10",
      "id" : 1444934530485,
      "name" : "rdbaas_recovery_database_parameters",
      "description" : null,
      "createTimeStamp" : "2015-10-15, 18:42:10",
      "type" : null,
      "parameter" : "latest",
      "value" : "true"
    } ]
  } ],
  "recoveryTag" : "backuptest",
  "endTime" : null,
  "jobId" : "8"
} ]
[opc@example1 ~]$