Skip to content

/AWS1/CL_BUP=>LISTRESTOREJOBS()

About ListRestoreJobs

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

Method Signature

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

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.

IV_MAXRESULTS TYPE /AWS1/BUPMAXRESULTS /AWS1/BUPMAXRESULTS

The maximum number of items to be returned.

IV_BYACCOUNTID TYPE /AWS1/BUPACCOUNTID /AWS1/BUPACCOUNTID

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

IV_BYRESOURCETYPE TYPE /AWS1/BUPRESOURCETYPE /AWS1/BUPRESOURCETYPE

Include this parameter to return only restore jobs for the specified resources:

  • Aurora for Amazon Aurora

  • CloudFormation for CloudFormation

  • DocumentDB for Amazon DocumentDB (with MongoDB compatibility)

  • DynamoDB for Amazon DynamoDB

  • EBS for Amazon Elastic Block Store

  • EC2 for Amazon Elastic Compute Cloud

  • EFS for Amazon Elastic File System

  • FSx for Amazon FSx

  • Neptune for Amazon Neptune

  • Redshift for Amazon Redshift

  • RDS for Amazon Relational Database Service

  • SAP HANA on Amazon EC2 for SAP HANA databases

  • Storage Gateway for Storage Gateway

  • S3 for Amazon S3

  • Timestream for Amazon Timestream

  • VirtualMachine for virtual machines

IV_BYCREATEDBEFORE TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

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

IV_BYCREATEDAFTER TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

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

IV_BYSTATUS TYPE /AWS1/BUPRESTOREJOBSTATUS /AWS1/BUPRESTOREJOBSTATUS

Returns only restore jobs associated with the specified job status.

IV_BYCOMPLETEBEFORE TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).

IV_BYCOMPLETEAFTER TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).

IV_BYRESTORETESTINGPLANARN TYPE /AWS1/BUPARN /AWS1/BUPARN

This returns only restore testing jobs that match the specified resource Amazon Resource Name (ARN).

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BUPLISTRESTOREJOBSOUT /AWS1/CL_BUPLISTRESTOREJOBSOUT