[ aws . backup ]

list-restore-jobs

Description

Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  list-restore-jobs
[--next-token <value>]
[--max-results <value>]
[--by-account-id <value>]
[--by-created-before <value>]
[--by-created-after <value>]
[--by-status <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]

Options

--next-token (string)

The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

--max-results (integer)

The maximum number of items to be returned.

--by-account-id (string)

The account ID to list the jobs from. Returns only restore jobs associated with the specified account ID.

--by-created-before (timestamp)

Returns only restore jobs that were created before the specified date.

--by-created-after (timestamp)

Returns only restore jobs that were created after the specified date.

--by-status (string)

Returns only restore jobs associated with the specified job status.

Possible values:

  • PENDING

  • RUNNING

  • COMPLETED

  • ABORTED

  • FAILED

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

--cli-auto-prompt (boolean) Automatically prompt for CLI input parameters.

See ‘aws help’ for descriptions of global parameters.

Output

RestoreJobs -> (list)

An array of objects that contain detailed information about jobs to restore saved resources.

(structure)

Contains metadata about a restore job.

AccountId -> (string)

The account ID that owns the restore job.

RestoreJobId -> (string)

Uniquely identifies the job that restores a recovery point.

RecoveryPointArn -> (string)

An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 .

CreationDate -> (timestamp)

The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

CompletionDate -> (timestamp)

The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Status -> (string)

A status code specifying the state of the job initiated by AWS Backup to restore a recovery point.

StatusMessage -> (string)

A detailed message explaining the status of the job to restore a recovery point.

PercentDone -> (string)

Contains an estimated percentage complete of a job at the time the job status was queried.

BackupSizeInBytes -> (long)

The size, in bytes, of the restored resource.

IamRoleArn -> (string)

Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access .

ExpectedCompletionTimeMinutes -> (long)

The amount of time in minutes that a job restoring a recovery point is expected to take.

CreatedResourceArn -> (string)

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

ResourceType -> (string)

The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.

NextToken -> (string)

The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.