Integration Runtimes - List Auth Keys

Načte ověřovací klíče pro prostředí Integration Runtime.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys?api-version=2018-06-01

Parametry identifikátoru URI

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

string

Název továrny.

Regex pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

integrationRuntimeName
path True

string

Název prostředí Integration Runtime.

Regex pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

resourceGroupName
path True

string

Název skupiny prostředků.

Regex pattern: ^[-\w\._\(\)]+$

subscriptionId
path True

string

Identifikátor předplatného.

api-version
query True

string

Verze rozhraní API.

Odpovědi

Name Typ Description
200 OK

IntegrationRuntimeAuthKeys

OK.

Other Status Codes

CloudError

Od služby Azure Data Factory byla přijata chybová odpověď.

Zabezpečení

azure_auth

Tok Azure Active Directory OAuth2

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation zosobnění uživatelského účtu

Příklady

IntegrationRuntimes_ListAuthKeys

Sample Request

POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationRuntimes/exampleIntegrationRuntime/listAuthKeys?api-version=2018-06-01

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
CloudError

Objekt, který definuje strukturu Azure Data Factory chybovou odpověď.

IntegrationRuntimeAuthKeys

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

CloudError

Objekt, který definuje strukturu Azure Data Factory chybovou odpověď.

Name Typ Description
error.code

string

Kód chyby

error.details

CloudError[]

Pole s dalšími podrobnostmi o chybě.

error.message

string

Chybová zpráva.

error.target

string

Název vlastnosti nebo cesta v požadavku přidruženém k chybě.

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.