Integration Runtimes - List Auth Keys

Haalt de verificatiesleutels voor een integratieruntime op.

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

URI-parameters

Name In Vereist Type Description
factoryName
path True

string

De naam van de fabriek.

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

integrationRuntimeName
path True

string

De naam van de integratieruntime.

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

resourceGroupName
path True

string

De naam van de resourcegroep.

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

subscriptionId
path True

string

De abonnements-id.

api-version
query True

string

De API-versie.

Antwoorden

Name Type Description
200 OK

IntegrationRuntimeAuthKeys

OK.

Other Status Codes

CloudError

Er is een foutbericht ontvangen van de Azure Data Factory-service.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom.

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

Scopes

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

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": "**********"
}

Definities

Name Description
CloudError

Het object dat de structuur van een Azure Data Factory foutreactie definieert.

IntegrationRuntimeAuthKeys

De verificatiesleutels voor integratieruntime.

CloudError

Het object dat de structuur van een Azure Data Factory foutreactie definieert.

Name Type Description
error.code

string

Foutcode.

error.details

CloudError[]

Matrix met aanvullende foutdetails.

error.message

string

Foutbericht.

error.target

string

Eigenschapsnaam/-pad in aanvraag die is gekoppeld aan een fout.

IntegrationRuntimeAuthKeys

De verificatiesleutels voor integratieruntime.

Name Type Description
authKey1

string

De primaire verificatiesleutel voor Integratieruntime.

authKey2

string

De secundaire verificatiesleutel voor integratieruntime.