다음을 통해 공유


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 매개 변수

Name In(다음 안에) 필수 형식 Description
factoryName
path True

string

팩터리 이름입니다.

regex 패턴: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

integrationRuntimeName
path True

string

통합 런타임 이름입니다.

regex 패턴: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

resourceGroupName
path True

string

리소스 그룹 이름입니다.

regex 패턴: ^[-\w\._\(\)]+$

subscriptionId
path True

string

구독 식별자입니다.

api-version
query True

string

API 버전입니다.

응답

Name 형식 Description
200 OK

IntegrationRuntimeConnectionInfo

OK.

Other Status Codes

CloudError

Azure Data Factory 서비스에서 받은 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
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
}

정의

Name Description
CloudError

Azure Data Factory 오류 응답의 구조를 정의하는 개체입니다.

IntegrationRuntimeConnectionInfo

온-프레미스 데이터 원본 자격 증명을 암호화하기 위한 연결 정보입니다.

CloudError

Azure Data Factory 오류 응답의 구조를 정의하는 개체입니다.

Name 형식 Description
error.code

string

오류 코드

error.details

CloudError[]

추가 오류 세부 정보가 있는 배열입니다.

error.message

string

오류 메시지입니다.

error.target

string

오류와 관련된 요청의 속성 이름/경로입니다.

IntegrationRuntimeConnectionInfo

온-프레미스 데이터 원본 자격 증명을 암호화하기 위한 연결 정보입니다.

Name 형식 Description
hostServiceUri

string

온-프레미스 통합 런타임 호스트 URL입니다.

identityCertThumbprint

string

통합 런타임 SSL 인증서 지문입니다. Click-Once 애플리케이션은 이를 사용하여 서버 유효성 검사를 수행합니다.

isIdentityCertExprired

boolean

ID 인증서가 만료되었는지 여부입니다.

publicKey

string

자격 증명을 통합 런타임으로 전송할 때 자격 증명을 암호화하기 위한 공개 키입니다.

serviceToken

string

서비스에서 생성된 토큰입니다. 호출자는 이 토큰을 사용하여 통합 런타임에 인증합니다.

version

string

통합 런타임 버전입니다.