Dela via


Restorable Gremlin Resources - List

Returnera en lista över gremlin-databas- och grafkombinationer som finns på kontot vid den angivna tidsstämpeln och platsen. Detta hjälper i scenarier att verifiera vilka resurser som finns vid angiven tidsstämpel och plats. Det här API:et kräver behörigheten Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableGremlinResources?api-version=2024-11-15
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableGremlinResources?api-version=2024-11-15&restoreLocation={restoreLocation}&restoreTimestampInUtc={restoreTimestampInUtc}

URI-parametrar

Name I Obligatorisk Typ Description
instanceId
path True

string

InstanceId-GUID för ett återställningsbart databaskonto.

location
path True

string

Cosmos DB-region med blanksteg mellan ord och varje ord med versaler.

subscriptionId
path True

string

ID för målprenumerationen.

api-version
query True

string

DEN API-version som ska användas för den här åtgärden.

restoreLocation
query

string

Platsen där de återställningsbara resurserna finns.

restoreTimestampInUtc
query

string

Tidsstämpeln när de återställningsbara resurserna fanns.

Svar

Name Typ Description
200 OK

RestorableGremlinResourcesListResult

Åtgärden har slutförts.

Other Status Codes

CloudError

Felsvar som beskriver varför åtgärden misslyckades.

Säkerhet

azure_auth

Azure Active Directory OAuth2 Flow

Typ: oauth2
Flow: implicit
Auktoriseringswebbadress: https://login.microsoftonline.com/common/oauth2/authorize

Omfattningar

Name Description
user_impersonation Personifiera ditt användarkonto

Exempel

CosmosDBRestorableGremlinResourceList

Exempelbegäran

GET https://management.azure.com/subscriptions/2296c272-5d55-40d9-bc05-4d56dc2d7588/providers/Microsoft.DocumentDB/locations/WestUS/restorableDatabaseAccounts/d9b26648-2f53-4541-b3d8-3044f4f9810d/restorableGremlinResources?api-version=2024-11-15&restoreLocation=WestUS&restoreTimestampInUtc=06/01/2022 4:56

Exempelsvar

{
  "value": [
    {
      "id": "/subscriptions/2296c272-5d55-40d9-bc05-4d56dc2d7588/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/d9b26648-2f53-4541-b3d8-3044f4f9810d/restorableGremlinResources/Database1",
      "type": "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restorableGremlinResources",
      "name": "Database1",
      "databaseName": "Database1",
      "graphNames": [
        "Graph1"
      ]
    },
    {
      "id": "/subscriptions/2296c272-5d55-40d9-bc05-4d56dc2d7588/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/d9b26648-2f53-4541-b3d8-3044f4f9810d/restorableGremlinResources/Database2",
      "type": "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restorableGremlinResources",
      "name": "Database2",
      "databaseName": "Database2",
      "graphNames": [
        "Graph1",
        "Graph2"
      ]
    },
    {
      "id": "/subscriptions/2296c272-5d55-40d9-bc05-4d56dc2d7588/providers/Microsoft.DocumentDB/locations/westus/restorableDatabaseAccounts/d9b26648-2f53-4541-b3d8-3044f4f9810d/restorableGremlinResources/Database3",
      "type": "Microsoft.DocumentDB/locations/restorableDatabaseAccounts/restorableGremlinResources",
      "name": "Database3",
      "databaseName": "Database3",
      "graphNames": []
    }
  ]
}

Definitioner

Name Description
CloudError

Ett felsvar från tjänsten.

ErrorResponse

Felsvar.

RestorableGremlinResourcesGetResult

Specifika databaser som ska återställas.

RestorableGremlinResourcesListResult

Svar på liståtgärd som innehåller de återställningsbara Gremlin-resurserna.

CloudError

Ett felsvar från tjänsten.

Name Typ Description
error

ErrorResponse

Felsvar.

ErrorResponse

Felsvar.

Name Typ Description
code

string

Felkod.

message

string

Felmeddelande som anger varför åtgärden misslyckades.

RestorableGremlinResourcesGetResult

Specifika databaser som ska återställas.

Name Typ Description
databaseName

string

Namnet på den gremlindatabas som är tillgänglig för återställning.

graphNames

string[]

Namnen på graferna som är tillgängliga för återställning.

id

string

Den unika resursidentifieraren för ARM-resursen.

name

string

Namnet på ARM-resursen.

type

string

Typen av Azure-resurs.

RestorableGremlinResourcesListResult

Svar på liståtgärd som innehåller de återställningsbara Gremlin-resurserna.

Name Typ Description
value

RestorableGremlinResourcesGetResult[]

Lista över återställningsbara Gremlin-resurser, inklusive gremlin-databasen och grafnamnen.