Integration Runtime Auth Keys - List

Výpis ověřovacích klíčů prostředí Integration Runtime
Výpis ověřovacích klíčů v prostředí Integration Runtime

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys?api-version=2021-06-01-preview

Parametry identifikátoru URI

Name V Vyžadováno Typ Description
integrationRuntimeName
path True

string

Název prostředí Integration Runtime

resourceGroupName
path True

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

subscriptionId
path True

string

ID cílového předplatného.

workspaceName
path True

string

Název pracovního prostoru.

api-version
query True

string

Verze rozhraní API, která se má použít pro tuto operaci.

Odpovědi

Name Typ Description
200 OK

IntegrationRuntimeAuthKeys

OK.

Other Status Codes

ErrorResponse

Služba Azure Synapse přijala chybovou odpověď.

Příklady

List auth keys

Sample Request

POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspace/integrationRuntimes/exampleIntegrationRuntime/listAuthKeys?api-version=2021-06-01-preview

Sample Response

Date: Thu, 14 Jun 2018 14:51:00 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14999
x-ms-request-id: 2ea25426-9d1d-49f3-88b6-fb853eb02cb9
x-ms-correlation-request-id: 2ea25426-9d1d-49f3-88b6-fb853eb02cb9
{
  "authKey1": "**********",
  "authKey2": "**********"
}

Definice

Name Description
ErrorAdditionalInfo

Další informace o chybě správy prostředků

ErrorDetail

Podrobnosti o chybě

ErrorResponse

Chybová odpověď

IntegrationRuntimeAuthKeys

Ověřovací klíče prostředí Integration Runtime.

ErrorAdditionalInfo

Další informace o chybě správy prostředků

Name Typ Description
info

object

Další informace.

type

string

Typ další informace.

ErrorDetail

Podrobnosti o chybě

Name Typ Description
additionalInfo

ErrorAdditionalInfo[]

Další informace o chybě.

code

string

Kód chyby

details

ErrorDetail[]

Podrobnosti o chybě.

message

string

Chybová zpráva

target

string

Cíl chyby.

ErrorResponse

Chybová odpověď

Name Typ Description
error

ErrorDetail

Objekt chyby.

IntegrationRuntimeAuthKeys

Ověřovací klíče prostředí Integration Runtime.

Name Typ Description
authKey1

string

Primární ověřovací klíč prostředí Integration Runtime.

authKey2

string

Sekundární ověřovací klíč prostředí Integration Runtime.