Restorable Gremlin Graphs - List

特定のデータベースのすべての Azure Cosmos DB Gremlin グラフで行われたすべての変更のイベント フィードを表示します。 これは、コンテナーが誤って削除された場合に役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可が必要です

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableGraphs?api-version=2023-11-15
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableGraphs?api-version=2023-11-15&restorableGremlinDatabaseRid={restorableGremlinDatabaseRid}&startTime={startTime}&endTime={endTime}

URI パラメーター

名前 / 必須 説明
instanceId
path True

string

復元可能なデータベース アカウントの InstanceId GUID。

location
path True

string

Cosmos DB リージョン。単語と各単語の間にスペースが大文字で表示されます。

subscriptionId
path True

string

ターゲット サブスクリプションの ID。

api-version
query True

string

この操作に使用する API バージョン。

endTime
query

string

復元可能な Gremlin グラフイベント フィードの終了時刻。

restorableGremlinDatabaseRid
query

string

Gremlin データベースのリソース ID。

startTime
query

string

復元可能な Gremlin グラフイベント フィードの開始時刻。

応答

名前 説明
200 OK

RestorableGremlinGraphsListResult

操作は正常に完了しました。

Other Status Codes

CloudError

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

CosmosDBRestorableGremlinGraphList

Sample Request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.DocumentDB/locations/WestUS/restorableDatabaseAccounts/98a570f2-63db-4117-91f0-366327b7b353/restorableGraphs?api-version=2023-11-15&restorableGremlinDatabaseRid=PD5DALigDgw=

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/subid/providers/Microsoft.DocumentDb/locations/westus/restorableDatabaseAccounts/98a570f2-63db-4117-91f0-366327b7b353/restorableGraphs/79609a98-3394-41f8-911f-cfab0c075c86",
      "type": "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restorableGraphs",
      "name": "79609a98-3394-41f8-911f-cfab0c075c86",
      "properties": {
        "resource": {
          "_rid": "zAyAPQAAAA==",
          "eventTimestamp": "2020-10-13T04:56:42Z",
          "ownerId": "Graph1",
          "ownerResourceId": "V18LoLrv-qA=",
          "operationType": "Create",
          "canUndelete": "invalid"
        }
      }
    },
    {
      "id": "/subscriptions/subid/providers/Microsoft.DocumentDb/locations/westus/restorableDatabaseAccounts/98a570f2-63db-4117-91f0-366327b7b353/restorableGraphs/79609a98-3394-41f8-911f-cfab0c075c86",
      "type": "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restorableGraphs",
      "name": "79609a98-3394-41f8-911f-cfab0c075c86",
      "properties": {
        "resource": {
          "_rid": "zAyAPQAAAA==",
          "eventTimestamp": "2020-10-13T04:56:42Z",
          "ownerId": "Graph1",
          "ownerResourceId": "V18LoLrv-qA=",
          "operationType": "Delete",
          "canUndelete": "notRestorable",
          "canUndeleteReason": "Individual shared database collections restore is not supported. Please restore shared database to restore its collections that share the throughput."
        }
      }
    }
  ]
}

定義

名前 説明
CloudError

サービスからのエラー応答。

ErrorResponse

エラー応答。

OperationType

イベントの操作の種類を示す列挙。

Resource

Azure Cosmos DB Gremlin グラフ イベントのリソース

RestorableGremlinGraphGetResult

Azure Cosmos DB Gremlin グラフ イベント

RestorableGremlinGraphsListResult

Gremlin グラフ イベントとそのプロパティを含む List 操作応答。

CloudError

サービスからのエラー応答。

名前 説明
error

ErrorResponse

エラー応答。

ErrorResponse

エラー応答。

名前 説明
code

string

エラー コード。

message

string

操作が失敗した理由を示すエラー メッセージ。

OperationType

イベントの操作の種類を示す列挙。

名前 説明
Create

string

Delete

string

Recreate

string

Replace

string

SystemOperation

string

Resource

Azure Cosmos DB Gremlin グラフ イベントのリソース

名前 説明
_rid

string

システムによって生成されたプロパティ。 一意識別子。

canUndelete

string

このグラフが同じアカウントで復元可能かどうかを識別するための、このグラフの状態。

canUndeleteReason

string

このグラフを同じアカウントで復元できない理由。

eventTimestamp

string

このグラフ イベントが発生した時刻。

operationType

OperationType

このグラフ イベントの操作の種類。

ownerId

string

この Gremlin グラフの名前。

ownerResourceId

string

この Gremlin グラフのリソース ID。

RestorableGremlinGraphGetResult

Azure Cosmos DB Gremlin グラフ イベント

名前 説明
id

string

ARM リソースの一意のリソース識別子。

name

string

ARM リソースの名前。

properties.resource

Resource

Azure Cosmos DB Gremlin グラフ イベントのリソース

type

string

Azure リソースの種類。

RestorableGremlinGraphsListResult

Gremlin グラフ イベントとそのプロパティを含む List 操作応答。

名前 説明
value

RestorableGremlinGraphGetResult[]

Gremlin グラフ イベントとそのプロパティの一覧。