Restorable Gremlin Graphs - List
Egy adott adatbázis összes Azure Cosmos DB Gremlin-gráfján végrehajtott összes mutáció eseménycsatornájának megjelenítése. Ez segít abban az esetben, ha a tároló véletlenül törölve lett. Ehhez az API-hoz "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read" engedély szükséges
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-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
instance
|
path | True |
string |
Egy visszaállítható adatbázisfiók instanceId GUID azonosítója. |
location
|
path | True |
string |
Cosmos DB-régió, szóközökkel a szavak és az egyes szavak között nagybetűvel. |
subscription
|
path | True |
string |
A cél-előfizetés azonosítója. |
api-version
|
query | True |
string |
A művelethez használni kívánt API-verzió. |
end
|
query |
string |
Visszaállítható Gremlin-grafikonok eseménycsatorna befejezési ideje. |
|
restorable
|
query |
string |
A Gremlin-adatbázis erőforrás-azonosítója. |
|
start
|
query |
string |
Visszaállítható Gremlin-grafikonok eseménycsatorna kezdési ideje. |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
A művelet sikeresen befejeződött. |
|
Other Status Codes |
Hibaválasz, amely leírja, hogy miért nem sikerült a művelet. |
Biztonság
azure_auth
Azure Active Directory OAuth2 Flow
Típus:
oauth2
Folyamat:
implicit
Engedélyezési URL:
https://login.microsoftonline.com/common/oauth2/authorize
Hatókörök
Name | Description |
---|---|
user_impersonation | A felhasználói fiók megszemélyesítése |
Példák
CosmosDBRestorableGremlinGraphList
Mintakérelem
GET https://management.azure.com/subscriptions/subid/providers/Microsoft.DocumentDB/locations/WestUS/restorableDatabaseAccounts/98a570f2-63db-4117-91f0-366327b7b353/restorableGraphs?api-version=2024-11-15&restorableGremlinDatabaseRid=PD5DALigDgw=
Mintaválasz
{
"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."
}
}
}
]
}
Definíciók
Name | Description |
---|---|
Cloud |
Hibaválasz a szolgáltatástól. |
Error |
Hibaválasz. |
Operation |
Szám az esemény művelettípusának jelzéséhez. |
Resource |
Egy Azure Cosmos DB Gremlin-gráfesemény erőforrása |
Restorable |
Azure Cosmos DB Gremlin-gráfesemény |
Restorable |
A Gremlin-gráfeseményeket és azok tulajdonságait tartalmazó List műveleti válasz. |
CloudError
Hibaválasz a szolgáltatástól.
Name | Típus | Description |
---|---|---|
error |
Hibaválasz. |
ErrorResponse
Hibaválasz.
Name | Típus | Description |
---|---|---|
code |
string |
Hibakód. |
message |
string |
A művelet sikertelen voltát jelző hibaüzenet. |
OperationType
Szám az esemény művelettípusának jelzéséhez.
Name | Típus | Description |
---|---|---|
Create |
string |
|
Delete |
string |
|
Recreate |
string |
|
Replace |
string |
|
SystemOperation |
string |
Resource
Egy Azure Cosmos DB Gremlin-gráfesemény erőforrása
Name | Típus | Description |
---|---|---|
_rid |
string |
Rendszer által létrehozott tulajdonság. Egyedi azonosító. |
canUndelete |
string |
A gráf állapota annak megállapítására, hogy a gráf visszaállítható-e ugyanabban a fiókban. |
canUndeleteReason |
string |
Ennek oka, hogy ez a gráf nem állítható vissza ugyanabban a fiókban. |
eventTimestamp |
string |
A gráfesemény bekövetkezésének időpontja. |
operationType |
A gráfesemény művelettípusa. |
|
ownerId |
string |
A Gremlin-gráf neve. |
ownerResourceId |
string |
A Gremlin-gráf erőforrás-azonosítója. |
RestorableGremlinGraphGetResult
Azure Cosmos DB Gremlin-gráfesemény
Name | Típus | Description |
---|---|---|
id |
string |
Az ARM-erőforrás egyedi erőforrásazonosítója. |
name |
string |
Az ARM-erőforrás neve. |
properties.resource |
Egy Azure Cosmos DB Gremlin-gráfesemény erőforrása |
|
type |
string |
Az Azure-erőforrás típusa. |
RestorableGremlinGraphsListResult
A Gremlin-gráfeseményeket és azok tulajdonságait tartalmazó List műveleti válasz.
Name | Típus | Description |
---|---|---|
value |
Gremlin-gráfesemények és tulajdonságaik listája. |