你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

minLength: 3
maxLength: 63
pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

工厂名称。

integrationRuntimeName
path True

string

minLength: 3
maxLength: 63
pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

集成运行时名称。

resourceGroupName
path True

string

minLength: 1
maxLength: 90
pattern: ^[-\w\._\(\)]+$

资源组名称。

subscriptionId
path True

string

订阅标识符。

api-version
query True

string

API 版本。

响应

名称 类型 说明
200 OK

IntegrationRuntimeConnectionInfo

还行。

Other Status Codes

CloudError

从 Azure 数据工厂服务收到的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

类型: oauth2
流向: implicit
授权 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 数据工厂错误响应结构的对象。

IntegrationRuntimeConnectionInfo

用于加密本地数据源凭据的连接信息。

CloudError

定义 Azure 数据工厂错误响应结构的对象。

名称 类型 说明
error.code

string

错误代码。

error.details

CloudError[]

包含其他错误详细信息的数组。

error.message

string

错误信息。

error.target

string

与错误关联的请求中的属性名称/路径。

IntegrationRuntimeConnectionInfo

用于加密本地数据源凭据的连接信息。

名称 类型 说明
hostServiceUri

string

本地集成运行时主机 URL。

identityCertThumbprint

string

集成运行时 SSL 证书指纹。 Click-Once 应用程序使用它来执行服务器验证。

isIdentityCertExprired

boolean

标识证书是否过期。

publicKey

string

将凭据传输到集成运行时时用于加密凭据的公钥。

serviceToken

string

在服务中生成的令牌。 调用方使用此令牌向集成运行时进行身份验证。

version

string

集成运行时版本。