get https://{region}.api.clumio.com/restores/aws/rds-resources/records
Returns a list of RDS records
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns a list of RDS records
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://us-west-2.api.clumio.com/restores/aws/rds-resources/records \
--header 'accept: application/api.clumio.aws-rds-resource-restored-records=v1+json'
xxxxxxxxxx
59}
{
"_embedded": {
"items": [
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"account_native_id": "string",
"aws_region": "string",
"backup_id": "string",
"database_name": "string",
"download_link": "string",
"expiration_timestamp": "string",
"id": "string",
"query_statement": "string",
"resource_id": "string",
"row_count": 0,
"start_timestamp": "string",
"task_id": "string"
}
]