v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1466450398.1 KB

Lists the backups of the specified Autonomous Database.

post/#X-Amz-Target=Odb.ListAutonomousDatabaseBackups

Headers

X-Amz-Target'Odb.ListAutonomousDatabaseBackups' required

Request body

maxResultsinteger

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

nextTokenstring

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

autonomousDatabaseIdstring required

The unique identifier of the Autonomous Database whose backups you want to list.

status'ACTIVE' | 'CREATING' | 'UPDATING' | 'DELETING' | 'FAILED'

The status of the Autonomous Database backups to return results for.

type'INCREMENTAL' | 'FULL' | 'LONGTERM' | 'VIRTUAL_FULL' | 'CUMULATIVE_INCREMENTAL' | 'ROLL_FORWARD_IMAGE_COPY'

The type of the Autonomous Database backups to return results for.

Response

Success

nextTokenstring

The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.