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 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
factory
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
工厂名称。 |
|
integration
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
集成运行时名称。 |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+$ |
资源组名称。 |
|
subscription
|
path | True |
string |
订阅标识符。 |
|
api-version
|
query | True |
string |
API 版本。 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
还行。 |
|
| Other Status Codes |
从 Azure 数据工厂服务收到的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
| 名称 | 说明 |
|---|---|
| user_impersonation | 模拟用户帐户 |
示例
IntegrationRuntimes_GetConnectionInfo
示例请求
示例响应
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
}
定义
| 名称 | 说明 |
|---|---|
|
Cloud |
定义 Azure 数据工厂错误响应结构的对象。 |
|
Integration |
用于加密本地数据源凭据的连接信息。 |
CloudError
定义 Azure 数据工厂错误响应结构的对象。
| 名称 | 类型 | 说明 |
|---|---|---|
| error.code |
string |
错误代码。 |
| error.details |
包含其他错误详细信息的数组。 |
|
| error.message |
string |
错误信息。 |
| error.target |
string |
与错误关联的请求中的属性名称/路径。 |
IntegrationRuntimeConnectionInfo
用于加密本地数据源凭据的连接信息。
| 名称 | 类型 | 说明 |
|---|---|---|
| hostServiceUri |
string |
本地集成运行时主机 URL。 |
| identityCertThumbprint |
string |
集成运行时 SSL 证书指纹。 Click-Once 应用程序使用它来执行服务器验证。 |
| isIdentityCertExprired |
boolean |
标识证书是否过期。 |
| publicKey |
string |
将凭据传输到集成运行时时用于加密凭据的公钥。 |
| serviceToken |
string |
在服务中生成的令牌。 调用方使用此令牌向集成运行时进行身份验证。 |
| version |
string |
集成运行时版本。 |