Restorable Tables - List
Zobrazení kanálu událostí všech mutací provedených ve všech tabulkách Azure Cosmos DB To pomáhá ve scénáři, kdy byla tabulka omylem odstraněna. Toto rozhraní API vyžaduje oprávnění Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableTables?api-version=2024-11-15
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableTables?api-version=2024-11-15&startTime={startTime}&endTime={endTime}
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
instance
|
path | True |
string |
Identifikátor GUID instanceId obnovitelného databázového účtu. |
location
|
path | True |
string |
Oblast Cosmos DB s mezerami mezi slovy a jednotlivými slovy velkými písmeny |
subscription
|
path | True |
string |
ID cílového předplatného. |
api-version
|
query | True |
string |
Verze rozhraní API, která se má použít pro tuto operaci. |
end
|
query |
string |
Čas ukončení kanálu událostí obnovitelných tabulek |
|
start
|
query |
string |
Čas zahájení kanálu událostí obnovitelných tabulek |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
Operace byla úspěšně dokončena. |
|
Other Status Codes |
Chybová odpověď popisující, proč operace selhala. |
Zabezpečení
azure_auth
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Tok:
implicit
URL autorizace:
https://login.microsoftonline.com/common/oauth2/authorize
Rozsahy
Name | Description |
---|---|
user_impersonation | Zosobnění uživatelského účtu |
Příklady
CosmosDBRestorableTableList
Ukázkový požadavek
GET https://management.azure.com/subscriptions/subid/providers/Microsoft.DocumentDB/locations/WestUS/restorableDatabaseAccounts/98a570f2-63db-4117-91f0-366327b7b353/restorableTables?api-version=2024-11-15
Ukázková odpověď
{
"value": [
{
"id": "/subscriptions/subid/providers/Microsoft.DocumentDb/locations/westus/restorableDatabaseAccounts/98a570f2-63db-4117-91f0-366327b7b353/restorableTables/79609a98-3394-41f8-911f-cfab0c075c86",
"type": "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restorableTables",
"name": "79609a98-3394-41f8-911f-cfab0c075c86",
"properties": {
"resource": {
"_rid": "zAyAPQAAAA==",
"eventTimestamp": "2020-10-13T04:56:42Z",
"ownerId": "Table1",
"ownerResourceId": "V18LoLrv-qA=",
"operationType": "Create",
"canUndelete": "invalid"
}
}
},
{
"id": "/subscriptions/subid/providers/Microsoft.DocumentDb/locations/westus/restorableDatabaseAccounts/98a570f2-63db-4117-91f0-366327b7b353/restorableTables/79609a98-3394-41f8-911f-cfab0c075c86",
"type": "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restorableTables",
"name": "79609a98-3394-41f8-911f-cfab0c075c86",
"properties": {
"resource": {
"_rid": "zAyAPQAAAA==",
"eventTimestamp": "2020-10-13T04:56:42Z",
"ownerId": "Table1",
"ownerResourceId": "V18LoLrv-qA=",
"operationType": "Delete",
"canUndelete": "notRestorable",
"canUndeleteReason": "Collection with same name already exist as live collection."
}
}
}
]
}
Definice
Name | Description |
---|---|
Cloud |
Chybová odpověď ze služby. |
Error |
Chybová odpověď. |
Operation |
Výčet označující typ operace události. |
Resource |
Prostředek události tabulky Azure Cosmos DB |
Restorable |
Událost tabulky Azure Cosmos DB |
Restorable |
Odpověď operace List, která obsahuje události tabulky a jejich vlastnosti. |
CloudError
Chybová odpověď ze služby.
Name | Typ | Description |
---|---|---|
error |
Chybová odpověď. |
ErrorResponse
Chybová odpověď.
Name | Typ | Description |
---|---|---|
code |
string |
Kód chyby |
message |
string |
Chybová zpráva označující, proč operace selhala. |
OperationType
Výčet označující typ operace události.
Name | Typ | Description |
---|---|---|
Create |
string |
|
Delete |
string |
|
Recreate |
string |
|
Replace |
string |
|
SystemOperation |
string |
Resource
Prostředek události tabulky Azure Cosmos DB
Name | Typ | Description |
---|---|---|
_rid |
string |
Systém vygeneroval vlastnost. Jedinečný identifikátor. |
canUndelete |
string |
Stav této tabulky, který identifikuje, jestli je tato tabulka obnovitelná ve stejném účtu. |
canUndeleteReason |
string |
Důvod, proč se tato tabulka nedá obnovit ve stejném účtu. |
eventTimestamp |
string |
Čas, kdy k této události tabulky došlo. |
operationType |
Typ operace této události tabulky. |
|
ownerId |
string |
Název této tabulky. |
ownerResourceId |
string |
ID prostředku této tabulky. |
RestorableTableGetResult
Událost tabulky Azure Cosmos DB
Name | Typ | Description |
---|---|---|
id |
string |
Jedinečný identifikátor prostředku ARM. |
name |
string |
Název prostředku ARM. |
properties.resource |
Prostředek události tabulky Azure Cosmos DB |
|
type |
string |
Typ prostředku Azure. |
RestorableTablesListResult
Odpověď operace List, která obsahuje události tabulky a jejich vlastnosti.
Name | Typ | Description |
---|---|---|
value |
Seznam událostí tabulky a jejich vlastností |