次の方法で共有


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 パラメーター

名前 / 必須 説明
databaseName
path True

string

同期グループがホストされているデータベースの名前。

resourceGroupName
path True

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
path True

string

サーバーの名前。

subscriptionId
path True

string

Azure サブスクリプションを識別するサブスクリプション ID。

syncGroupName
path True

string

同期グループの名前。

api-version
query True

string

要求で使用する API のバージョン。

endTime
query True

string

この前に生成されたログを取得します。

startTime
query True

string

この時刻より後に生成されたログを取得します。

type
query True

SyncGroupsType

取得するログの種類。

continuationToken
query

string

この操作の継続トークン。

応答

名前 説明
200 OK

SyncGroupLogListResult

同期グループ ログが正常に取得されました。

Other Status Codes

エラー応答: ***

  • 400 InvalidSyncGroupCreateOrUpdateRequest - 同期グループの作成または更新要求本文が空です。

  • 400 InvalidSyncMemberCreateOrUpdateRequest - 同期メンバーの作成または更新要求本文が空です。

  • 400 InvalidSyncAgentCreateOrUpdateRequest - 同期エージェントの作成または更新要求本文が空です。

  • 400 InvalidDatabaseResourceId - データベース リソース識別子が無効です。

  • 400 MismatchingSubscriptionWithUrl - 指定されたサブスクリプションが URL 内のサブスクリプションと一致しませんでした。

  • 400 InvalidSyncAgentResourceId - 同期エージェントのリソース識別子が無効です。

  • 400 MismatchingResourceGroupNameWithUrl - 指定されたリソース グループ名が URL の名前と一致しませんでした。

  • 400 MismatchingServerNameWithUrl - 指定されたサーバー名が URL の名前と一致しませんでした。

  • 400 InvalidParameterValue - パラメーターに無効な値が指定されました。

  • 400 MissingServerName - サーバー名がありません

  • 400 MissingDatabaseName - データベース名がありません

  • 400 MissingSyncGroupName - 同期グループ名がありません

  • 400 MissingConflictResolutionPolicy - 競合解決ポリシーがありません

  • 400 MissingSyncAgentName - 同期エージェント名がありません

  • 400 SyncOperation_GenericFailure - データ同期操作を実行できませんでした。

  • 400 InvalidSyncGroup - 同期グループが無効です。

  • 400 FeatureDisabledOnSelectedEdition - ユーザーが現在のデータベース エディションで無効になっている機能を使用しようとしました。

  • 400 CannotCreateSyncGroupDueToQuotaExceeded - クォータを超えたため、同期グループを作成できません。

  • 400 SyncOperation_DuplicateSyncGroupDrop - 同期グループは既に削除されています。

  • 400 SyncOperation_WrongSyncDatabase - 指定された同期データベースが既存のデータベースと一致しません。

  • 400 SyncOperation_UpdateSyncGroupWhenDropping - 同期グループは現在削除されているため、更新できません。

  • 400 SyncOperation_DwInSyncGroup - データ同期で datawarehouse エディションを使用できません。

  • 400 SyncOperation_MasterDbInSyncGroup - データ同期で論理マスターを使用できません。

  • 400 SyncOperation_InvalidCredential - データベースの資格情報が無効です。

  • 400 InvalidSyncMetadataDatabase - 同期メタデータ データベースが無効です。

  • 400 SyncOperation_InvalidSyncInterval - 同期間隔が無効であるため、同期グループを作成または更新できません。

  • 404 ResourceNotFound - 要求されたリソースが見つかりませんでした。

  • 404 SubscriptionDoesNotHaveServer - 要求されたサーバーが見つかりませんでした

  • 404 DatabaseDoesNotExist - ユーザーがこのサーバー インスタンスに存在しないデータベース名を指定しました。

  • 404 SyncOperation_HubServerNotFound - ハブ論理サーバーが存在しません。

  • 404 SyncOperation_InvalidHubDatabase - ハブ データベースが無効です。

  • 409 SyncOperation_DuplicateSyncGroupName - 同じ名前の同期グループが既に存在するため、同期グループを作成できません。

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"
    }
  ]
}

定義

名前 説明
SyncGroupLogListResult

同期グループ ログのプロパティの一覧。

SyncGroupLogProperties

Azure SQL データベース同期グループ ログのプロパティ。

SyncGroupLogType

同期グループ ログの種類。

SyncGroupsType

取得するログの種類。

SyncGroupLogListResult

同期グループ ログのプロパティの一覧。

名前 説明
nextLink

string

結果の次のページを取得するためのリンク。

value

SyncGroupLogProperties[]

結果の配列。

SyncGroupLogProperties

Azure SQL データベース同期グループ ログのプロパティ。

名前 説明
details

string

同期グループ ログの詳細。

operationStatus

string

同期グループ ログの OperationStatus。

source

string

同期グループ ログのソース。

timestamp

string

同期グループ ログのタイムスタンプ。

tracingId

string

同期グループ ログの TracingId。

type

SyncGroupLogType

同期グループ ログの種類。

SyncGroupLogType

同期グループ ログの種類。

名前 説明
All

string

Error

string

Success

string

Warning

string

SyncGroupsType

取得するログの種類。

名前 説明
All

string

Error

string

Success

string

Warning

string