List RDS database records

Returns a list of RDS records

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
int64

Limits the size of the response on each page to the specified number of items.

string

Sets the page number used to browse the collection. Pages are indexed starting from 1 (i.e., ?start=1).

string

Narrows down the results to only the items that satisfy the filter criteria. The following table lists the supported filter fields for this resource and the filter conditions that can be applied on those fields:

asset_id$eqThe Clumio-assigned ID of the asset.
task_id$inTask IDs associated with the record.
For more information about filtering, refer to the Filtering section of this guide.

Responses

Response body
object
_embedded
object

Embedded responses related to the resource.

items
array of objects

A collection of requested items.

items
object
_links
object
string

The AWS-assigned ID of the account with this record.

string

The AWS region associated with this record. For example, us-west-2.

string

The Clumio-assigned ID of the backup associated with this record.

string

The AWS-assigned name of the database associated with this record.

string
string

The timestamp of when the record will expire. Represented in RFC-3339 format.

string

The Clumio-assigned ID of the restored record.

string

The SQL query statement which produced this record.

string

The Clumio-assigned ID of the RDS resource associated with this record.

int64

The number of rows produced by the query.

string

The timestamp of when the query was executed. Represented in RFC-3339 format.

string

The Clumio-assigned ID of the task which generated the restored record.

_links
object
int64

The number of items listed on the current page.

int64

The maximum number of items displayed per page in the response.

string

The page number used to get this response. Pages are indexed starting from 1 (i.e., "start": "1").

int64

The total number of items, summed across all pages.

int64

The total number of pages of results.

Language
Credentials
URL