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
- 200
- default
Success
- application/api.clumio.backup-aws-rds-resource-database-tables=v1+json
- Schema
- Example (from schema)
Schema
_embedded object
Embedded responses related to the resource.
read-backup-aws-rds-resource-database-table-columnsAdd resource specific HATEOAS embedded
_links object
URLs to pages related to the resource.
_self object
The HATEOAS link to this resource.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
read-backup-aws-rds-resource-database-table-columns object
A resource-specific HATEOAS link.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
- 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[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}