Retrieve a table from an RDS backup
Returns a representation of the specified table from an 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.
- table_id string required
Performs the operation on the RDS database table with the specified ID.
Query Parameters
- embed string
Embeds the details of an associated resource. Set the parameter to one of the following embeddable links to include additional details associated with the resource.
For more information about embedded links, refer to the Embedding Referenced Resources section of this guide.Embeddable Link Description read-backup-aws-rds-resource-database-table-columns Embeds the columns of the table into the _embedded field of the response. For example, ?embed=read-backup-aws-rds-resource-database-table-columns
Responses
- 200
- default
Success
- application/api.clumio.backup-aws-rds-resource-database-tables=v1+json
- Schema
- Example (from schema)
Schema
_embedded object
_links object
- name string
The name of the table within the specified RDS database.
{
"_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"
}
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/:table_id
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/rds-resources/:backup_id/databases/:database_name/tables/:table_id' \
-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/:table_id' \
-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/:table_id' \
-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/:table_id' \
-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/:table_id' \
-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/:table_id' \
-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/:table_id' \
-H 'Accept: application/api.clumio.backup-aws-rds-resource-database-tables=v1+json' \
-H 'Authorization: Bearer <TOKEN>'