Integration Runtimes - List Auth Keys
Récupère les clés d’authentification pour un runtime d’intégration.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys?api-version=2018-06-01
Paramètres d’URI
| Nom | Dans | Obligatoire | Type | Description |
|---|---|---|---|---|
|
factory
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
Nom de la fabrique. |
|
integration
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
Nom du runtime d’intégration. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+$ |
Nom du groupe de ressources. |
|
subscription
|
path | True |
string |
Identificateur d’abonnement. |
|
api-version
|
query | True |
string |
Version de l’API. |
Réponses
| Nom | Type | Description |
|---|---|---|
| 200 OK |
D’ACCORD. |
|
| Other Status Codes |
Réponse d’erreur reçue du service Azure Data Factory. |
Sécurité
azure_auth
Flux OAuth2 Azure Active Directory.
Type:
oauth2
Couler:
implicit
URL d’autorisation:
https://login.microsoftonline.com/common/oauth2/authorize
Étendues
| Nom | Description |
|---|---|
| user_impersonation | emprunter l’identité de votre compte d’utilisateur |
Exemples
IntegrationRuntimes_ListAuthKeys
Demande d’échantillon
Exemple de réponse
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": "**********"
}
Définitions
| Nom | Description |
|---|---|
|
Cloud |
Objet qui définit la structure d’une réponse d’erreur Azure Data Factory. |
|
Integration |
Clés d’authentification du runtime d’intégration. |
CloudError
Objet qui définit la structure d’une réponse d’erreur Azure Data Factory.
| Nom | Type | Description |
|---|---|---|
| error.code |
string |
Code d’erreur. |
| error.details |
Tableau avec des détails d’erreur supplémentaires. |
|
| error.message |
string |
Message d'erreur. |
| error.target |
string |
Nom/chemin de propriété dans la requête associée à l’erreur. |
IntegrationRuntimeAuthKeys
Clés d’authentification du runtime d’intégration.
| Nom | Type | Description |
|---|---|---|
| authKey1 |
string |
Clé d’authentification du runtime d’intégration principale. |
| authKey2 |
string |
Clé d’authentification du runtime d’intégration secondaire. |