Delen via


Integration Runtimes - Get Connection Info

Hiermee haalt u de verbindingsgegevens van de on-premises Integratieruntime op voor het versleutelen van de referenties van de on-premises gegevensbron.

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

URI-parameters

Name In Vereist Type Description
factoryName
path True

string

De naam van de fabriek.

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

integrationRuntimeName
path True

string

De naam van de integratieruntime.

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

resourceGroupName
path True

string

De naam van de resourcegroep.

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

subscriptionId
path True

string

De abonnements-id.

api-version
query True

string

De API-versie.

Antwoorden

Name Type Description
200 OK

IntegrationRuntimeConnectionInfo

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
Stroom: implicit
Autorisatie-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiken

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

IntegrationRuntimes_GetConnectionInfo

Voorbeeldaanvraag

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

Voorbeeldrespons

Date: Thu, 14 Jun 2018 14:53:21 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14998
x-ms-request-id: 05774db5-e79b-4224-9097-46714b92fbd8
x-ms-correlation-request-id: 05774db5-e79b-4224-9097-46714b92fbd8
{
  "version": "3.8.6730.2",
  "publicKey": "**********",
  "serviceToken": "**********",
  "identityCertThumbprint": "**********",
  "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/",
  "isIdentityCertExprired": false
}

Definities

Name Description
CloudError

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

IntegrationRuntimeConnectionInfo

Verbindingsgegevens voor het versleutelen van de referenties van de on-premises gegevensbron.

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.

IntegrationRuntimeConnectionInfo

Verbindingsgegevens voor het versleutelen van de referenties van de on-premises gegevensbron.

Name Type Description
hostServiceUri

string

De host-URL van de on-premises Integration Runtime.

identityCertThumbprint

string

De vingerafdruk van het SSL-certificaat voor integratieruntime. Click-Once toepassing gebruikt deze om servervalidatie uit te voeren.

isIdentityCertExprired

boolean

Of het identiteitscertificaat is verlopen.

publicKey

string

De openbare sleutel voor het versleutelen van een referentie bij het overdragen van de referentie naar de integratieruntime.

serviceToken

string

Het token dat is gegenereerd in de service. Aanroepers gebruiken dit token om te verifiëren bij Integration Runtime.

version

string

De versie van de integratieruntime.