Skip to main content

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.

    Embeddable LinkDescription
    read-backup-aws-rds-resource-database-table-columnsEmbeds the columns of the table into the _embedded field of the response. For example, ?embed=read-backup-aws-rds-resource-database-table-columns
    For more information about embedded links, refer to the Embedding Referenced Resources section of this guide.
Responses

Success


Schema
  • _embedded object

    Embedded responses related to the resource.

  • read-backup-aws-rds-resource-database-table-columns

    Add resource specific HATEOAS embedded

  • _links object

    URLs to pages related to the resource.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The 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 string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The 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.

GET /backups/aws/rds-resources/:backup_id/databases/:database_name/tables/:table_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
backup_id — path required
database_name — path required
table_id — path required
embed — query
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>'