List tables from an RDS backup
Returns a list of RDS tables from the specified RDS backup.
Path Parameters
- backup_id string required
Performs the operation on tables within the specified backup.
- database_name string required
Performs the operation on the database with the specified name.
Query Parameters
- current_count int64
The number of items listed on the current page.
- limit int64
The maximum number of items displayed per page in the response.
- start string
The page token used to get this response.
- filter 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:
For more information about filtering, refer to the Filtering section of this guide.Field Filter Condition Description name $begins_with Prefix of the table name.
Responses
- 200
- default
Success
- application/api.clumio.backup-aws-rds-resource-database-tables=v1+json
- Schema
- Example (from schema)
Schema
_embedded object
_links object
- current_count int64
The number of items listed on the current page.
- limit int64
The maximum number of items displayed per page in the response.
- start string
The page token used to get this response.
{
"_embedded": {
"items": [
{
"_embedded": {},
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"read-backup-aws-rds-resource-database-table-columns": {
"href": "string",
"templated": true,
"type": "string"
}
},
"name": "string"
}
]
},
"_links": {
"_first": {
"href": "string",
"templated": true,
"type": "string"
},
"_next": {
"href": "string",
"templated": true,
"type": "string"
},
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"current_count": 0,
"limit": 0,
"start": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /backups/aws/rds-resources/:backup_id/databases/:database_name/tables
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'