Returns a list of the archived databases for the specified managed SQL Server instance.

As a safety feature, Data Bridge automatically archives database files of a hosted database whenever that database is deleted. Archived databases are stored for 90 days before they are permanently deleted.

For each archived database, this resource returns information about the archive.

🍐

Role-based Permissions

To perform this operation, a principal must belong to a group that has been assigned the appropriate role-based permissions. The table identifies the roles with permission to perform this operation.

ConsumerContributorData Bridge Admin
NONOYES

To learn more about role-based permissions in Data Bridge, see Access Controls.

Path Params
string
required

Name of managed SQL Server instance.

Responses

Response body
array of objects
object
string | null

ID of this archive.

string | null

ID of server instance hosting this archive.

string | null

Name of this archive.

int32

Size of this archive in MB.

date-time

Timestamp of archive creation

date-time

Timestamp of archive expiration

string | null

Login of archive creator

400

Bad Request. Some of the provided parameters were not valid.

404

Not found. The entity you are trying to interact with does not exist.

500

Internal Server Error. If the problem persists you may want to contact the Administrator.

Language
URL