Sync Groups - List Logs
同期グループ ログのコレクションを取得します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/syncGroups/{syncGroupName}/logs?startTime={startTime}&endTime={endTime}&type={type}&api-version=2021-11-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/syncGroups/{syncGroupName}/logs?startTime={startTime}&endTime={endTime}&type={type}&continuationToken={continuationToken}&api-version=2021-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
database
|
path | True |
string |
同期グループがホストされているデータベースの名前。 |
resource
|
path | True |
string |
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。 |
server
|
path | True |
string |
サーバーの名前。 |
subscription
|
path | True |
string |
Azure サブスクリプションを識別するサブスクリプション ID。 |
sync
|
path | True |
string |
同期グループの名前。 |
api-version
|
query | True |
string |
要求で使用する API のバージョン。 |
end
|
query | True |
string |
この前に生成されたログを取得します。 |
start
|
query | True |
string |
この時刻より後に生成されたログを取得します。 |
type
|
query | True |
取得するログの種類。 |
|
continuation
|
query |
string |
この操作の継続トークン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
同期グループ ログが正常に取得されました。 |
|
Other Status Codes |
エラー応答: ***
|
例
Get sync group logs
要求のサンプル
GET https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-65440/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187/logs?startTime=2017-01-01T00:00:00&endTime=2017-12-31T00:00:00&type=All&api-version=2021-11-01
応答のサンプル
{
"value": [
{
"timestamp": "2017-05-30T07:16:08.25Z",
"type": "Success",
"source": "syncgroupcrud-8475.database.windows.net/hub",
"details": "Schema information obtained successfully.",
"tracingId": "c0480c8e-6269-424e-9404-b00efce0ebae",
"operationStatus": "SchemaRefreshSuccess"
},
{
"timestamp": "2017-05-30T07:03:37.5733333Z",
"type": "Error",
"source": "syncgroupcrud-8475.database.windows.net/member",
"details": "Getting schema information for the database failed with the exception \"Failed to connect to server .\nInner exception: SqlException Error Code: -2146232060 - SqlError Number:53, Message: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) \nInner exception: The network path was not found\n For more information, provide tracing ID ‘cd3aa28c-0c31-471f-8a77-f1b21c908cbd’ to customer support.\"",
"tracingId": "cd3aa28c-0c31-471f-8a77-f1b21c908cbd",
"operationStatus": "SchemaRefreshFailure"
}
]
}
定義
名前 | 説明 |
---|---|
Sync |
同期グループ ログのプロパティの一覧。 |
Sync |
Azure SQL データベース同期グループ ログのプロパティ。 |
Sync |
同期グループ ログの種類。 |
Sync |
取得するログの種類。 |
SyncGroupLogListResult
同期グループ ログのプロパティの一覧。
名前 | 型 | 説明 |
---|---|---|
nextLink |
string |
結果の次のページを取得するためのリンク。 |
value |
結果の配列。 |
SyncGroupLogProperties
Azure SQL データベース同期グループ ログのプロパティ。
名前 | 型 | 説明 |
---|---|---|
details |
string |
同期グループ ログの詳細。 |
operationStatus |
string |
同期グループ ログの OperationStatus。 |
source |
string |
同期グループ ログのソース。 |
timestamp |
string |
同期グループ ログのタイムスタンプ。 |
tracingId |
string |
同期グループ ログの TracingId。 |
type |
同期グループ ログの種類。 |
SyncGroupLogType
同期グループ ログの種類。
名前 | 型 | 説明 |
---|---|---|
All |
string |
|
Error |
string |
|
Success |
string |
|
Warning |
string |
SyncGroupsType
取得するログの種類。
名前 | 型 | 説明 |
---|---|---|
All |
string |
|
Error |
string |
|
Success |
string |
|
Warning |
string |