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=2024-11-15
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableGraphs?api-version=2024-11-15&restorableGremlinDatabaseRid={restorableGremlinDatabaseRid}&startTime={startTime}&endTime={endTime}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
instance
|
path | True |
string |
복원 가능한 데이터베이스 계정의 instanceId GUID입니다. |
location
|
path | True |
string |
단어와 각 단어 사이의 공백이 대문자로 표시된 Cosmos DB 영역입니다. |
subscription
|
path | True |
string |
대상 구독의 ID입니다. |
api-version
|
query | True |
string |
이 작업에 사용할 API 버전입니다. |
end
|
query |
string |
복원 가능한 Gremlin 그래프 이벤트 피드 종료 시간입니다. |
|
restorable
|
query |
string |
Gremlin 데이터베이스의 리소스 ID입니다. |
|
start
|
query |
string |
복원 가능한 Gremlin 그래프 이벤트 피드 시작 시간입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
작업이 성공적으로 완료되었습니다. |
|
Other Status Codes |
작업이 실패한 이유를 설명하는 오류 응답입니다. |
보안
azure_auth
Azure Active Directory OAuth2 Flow
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
CosmosDBRestorableGremlinGraphList
샘플 요청
샘플 응답
{
"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."
}
}
}
]
}
정의
Name | Description |
---|---|
Cloud |
서비스의 오류 응답입니다. |
Error |
오류 응답입니다. |
Operation |
이벤트의 작업 유형을 나타내는 열거형입니다. |
Resource |
Azure Cosmos DB Gremlin 그래프 이벤트의 리소스 |
Restorable |
Azure Cosmos DB Gremlin 그래프 이벤트 |
Restorable |
Gremlin 그래프 이벤트 및 해당 속성을 포함하는 목록 작업 응답입니다. |
CloudError
서비스의 오류 응답입니다.
Name | 형식 | Description |
---|---|---|
error |
오류 응답입니다. |
ErrorResponse
오류 응답입니다.
Name | 형식 | Description |
---|---|---|
code |
string |
오류 코드입니다. |
message |
string |
작업이 실패한 이유를 나타내는 오류 메시지입니다. |
OperationType
이벤트의 작업 유형을 나타내는 열거형입니다.
Name | 형식 | Description |
---|---|---|
Create |
string |
|
Delete |
string |
|
Recreate |
string |
|
Replace |
string |
|
SystemOperation |
string |
Resource
Azure Cosmos DB Gremlin 그래프 이벤트의 리소스
Name | 형식 | Description |
---|---|---|
_rid |
string |
시스템 생성 속성입니다. 고유 식별자입니다. |
canUndelete |
string |
동일한 계정에서 이 그래프를 복원할 수 있는지 식별하기 위한 이 그래프의 상태입니다. |
canUndeleteReason |
string |
이 그래프를 동일한 계정에서 복원할 수 없는 이유입니다. |
eventTimestamp |
string |
이 그래프 이벤트가 발생한 시간입니다. |
operationType |
이 그래프 이벤트의 작업 유형입니다. |
|
ownerId |
string |
이 Gremlin 그래프의 이름입니다. |
ownerResourceId |
string |
이 Gremlin 그래프의 리소스 ID입니다. |
RestorableGremlinGraphGetResult
Azure Cosmos DB Gremlin 그래프 이벤트
Name | 형식 | Description |
---|---|---|
id |
string |
ARM 리소스의 고유 리소스 식별자입니다. |
name |
string |
ARM 리소스의 이름입니다. |
properties.resource |
Azure Cosmos DB Gremlin 그래프 이벤트의 리소스 |
|
type |
string |
Azure 리소스의 유형입니다. |
RestorableGremlinGraphsListResult
Gremlin 그래프 이벤트 및 해당 속성을 포함하는 목록 작업 응답입니다.
Name | 형식 | Description |
---|---|---|
value |
Gremlin 그래프 이벤트 및 해당 속성 목록입니다. |