Skip to main content

Retrieve an EC2 MSSQL database backup

Returns a representation of the specified EC2 MSSQL database backup.

Path Parameters
Responses

Success


Schema
  • _embedded object

    Embedded responses related to the resource.

  • read-aws-environment

    Embed information for AWS Environment details

  • _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-aws-environment 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.

  • restore-ec2-mssql-database 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.

  • database_files object[]

    List of database files at the time of backup.

  • name string

    The name of the database file.

  • type string

    The type of the database file. Possible values include sql_row_file and sql_log_file.

  • database_id string

    The Clumio-assigned ID of the database associated with this backup.

  • engine string

    The Microsoft SQL database engine at the time of backup.

  • engine_version string

    The Microsoft SQL database engine version at the time of backup.

  • environment_id string

    The Clumio-assigned ID of the AWS environment associated with the database at the time of backup.

  • expiration_timestamp string

    The timestamp of when this backup expires. Represented in RFC-3339 format.

  • host_endpoint string

    The user-provided endpoint of the host containing the given database at the time of backup.

  • host_id string

    The Clumio-assigned ID of the host associated with the database at the time of backup.

  • id string

    The Clumio-assigned ID of the backup.

  • instance_id string

    The Clumio-assigned instance id at the time of backup.

  • instance_name string

    The instance name at the time of backup.

  • start_timestamp string

    The timestamp of when this backup started. Represented in RFC-3339 format.

  • type string

    Possible values: [mssql_database_backup, mssql_log_backup_full_recovery_model, mssql_log_backup_bulk_logged_model]

    The type of backup.

GET /backups/aws/ec2-mssql/databases/:backup_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
backup_id — path required
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/aws/ec2-mssql/databases/:backup_id' \
-H 'Accept: application/api.clumio.backup-ec2-mssql-databases=v1+json' \
-H 'Authorization: Bearer <TOKEN>'