List Database Copies (classic)
Updated: October 5, 2016
SQL Server
Azure SQL Database
Azure SQL Data Warehouse
Parallel Data Warehouse
Gets a list of database copies for the specified database.
This command uses the classic deployment model. You should use the newer Resource Manager based REST API commands located here. For more information, see Azure Resource Manager vs. classic deployment: Understand deployment models and the state of your resources.
The List Database Copies request must be specified as follows:
Replace {subscription-id} with your subscription ID.
Replace {serverName} with the name of the server containing the databases you want to list.
Replace {databaseName} with the name of the database.
| Method | Request URI | HTTP Version |
|---|---|---|
| GET | https://management.core.windows.net:8443/{subscriptionId}/services/sqlservers/servers/{serverName}/databases/{databaseName}/databasecopies | HTTP/1.1 |
URI Parameters
None.
Request Headers
The following table describes the required and optional request headers:
| Request Header | Description |
|---|---|
| x-ms-version | Required. Specifies the version of the operation to use for this request. This header should be set to 2012-03-01. |
Request Body
None.
The response includes an HTTP status code, a set of response headers, and a response body.
Status Code
Response Headers
The response for this operation includes the following headers. The response may also include additional standard HTTP headers. All standard headers conform to the HTTP/1.1 protocol specification.
| Response Header | Description |
|---|---|
| x-ms-request-id | A value that uniquely identifies a request made against the database management service. This request id is used for request tracking. If a failure occurs that requires the user to contact Microsoft Support, the request id should be provided to Microsoft to assist in tracking and resolving the failure for the request. |
Response Body
The following is an example response body:
<ServiceResources xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ServiceResource>
<Name>2255b737-2539-45ac-a2fc-722e570f754e</Name>
<Type>Microsoft.SqlAzure.DatabaseCopy</Type>
<State>Normal</State>
<SelfLink>https://management.core.windows.net/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/cjxrvozmbh/databases/dbtest1/databasecopies/2255b737-2539-45ac-a2fc-722e570f754e</SelfLink>
<ParentLink>https://management.core.windows.net/00000000-0000-0000-0001-000000000001/services/sqlservers/servers/cjxrvozmbh/databases/dbtest1</ParentLink>
<SourceServerName>cjxrvozmbh</SourceServerName>
<SourceDatabaseName>dbtest1</SourceDatabaseName>
<DestinationServerName>muez4w94zn</DestinationServerName>
<DestinationDatabaseName>dbtest1</DestinationDatabaseName>
<IsContinuous>True</IsContinuous>
<StartDate>2014-04-08T22:29:25.2530000Z</StartDate>
<ModifyDate>2014-04-08T22:29:25.2530000Z</ModifyDate>
<PercentComplete>0</PercentComplete>
<ReplicationState>0</ReplicationState>
<ReplicationStateDescription>PENDING</ReplicationStateDescription>
<LocalDatabaseId>5</LocalDatabaseId>
<IsLocalDatabaseReplicationTarget>False</IsLocalDatabaseReplicationTarget>
<IsInterlinkConnected>True</IsInterlinkConnected>
</ServiceResource>
</ServiceResources>
For a description of the response body, see Get Database Copy (classic).
Common REST API Error Codes
Azure SQL Database
Operations for Azure SQL Databases
Copying Databases in Azure SQL Database
Geo-Replication in Azure SQL Database
Azure SQL Database Cmdlets
Get-AzureSqlDatabaseCopy