次の方法で共有


Integration Runtimes - Get Connection Info

オンプレミスのデータ ソース資格情報を暗号化するためのオンプレミス統合ランタイム接続情報を取得します。

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

URI パラメーター

名前 / 必須 説明
factoryName
path True

string

ファクトリ名。

正規表現パターン: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

integrationRuntimeName
path True

string

統合ランタイム名。

正規表現パターン: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

resourceGroupName
path True

string

リソース グループ名。

正規表現パターン: ^[-\w\._\(\)]+$

subscriptionId
path True

string

サブスクリプションの識別子です。

api-version
query True

string

API のバージョン。

応答

名前 説明
200 OK

IntegrationRuntimeConnectionInfo

OK です。

Other Status Codes

CloudError

Azure Data Factory サービスから受信したエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントの借用

IntegrationRuntimes_GetConnectionInfo

要求のサンプル

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

応答のサンプル

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
}

定義

名前 説明
CloudError

Azure Data Factoryエラー応答の構造を定義する オブジェクト。

IntegrationRuntimeConnectionInfo

オンプレミスのデータ ソース資格情報を暗号化するための接続情報。

CloudError

Azure Data Factoryエラー応答の構造を定義する オブジェクト。

名前 説明
error.code

string

エラー コード。

error.details

CloudError[]

追加のエラーの詳細を含む配列。

error.message

string

エラー メッセージ。

error.target

string

エラーに関連付けられている要求のプロパティ名/パス。

IntegrationRuntimeConnectionInfo

オンプレミスのデータ ソース資格情報を暗号化するための接続情報。

名前 説明
hostServiceUri

string

オンプレミス統合ランタイムのホスト URL。

identityCertThumbprint

string

統合ランタイム SSL 証明書の拇印。 アプリケーション Click-Once 使用してサーバーの検証を行います。

isIdentityCertExprired

boolean

ID 証明書の有効期限が切れているかどうか。

publicKey

string

資格情報を統合ランタイムに転送するときの資格情報を暗号化するための公開キー。

serviceToken

string

サービスで生成されたトークン。 呼び出し元は、このトークンを使用して統合ランタイムに対する認証を行います。

version

string

統合ランタイムのバージョン。