다음을 통해 공유


Integration Runtimes - List Outbound Network Dependencies Endpoints

지정된 Azure-SSIS 통합 런타임에 대한 아웃바운드 네트워크 종속성 목록을 가져옵니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/outboundNetworkDependenciesEndpoints?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

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

OK.

Other Status Codes

CloudError

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

보안

azure_auth

Azure Active Directory OAuth2 Flow.

형식: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation 사용자 계정 가장

예제

IntegrationRuntimes_OutboundNetworkDependenciesEndpoints

Sample request

GET https://management.azure.com/subscriptions/7ad7c73b-38b8-4df3-84ee-52ff91092f61/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/integrationRuntimes/exampleIntegrationRuntime/outboundNetworkDependenciesEndpoints?api-version=2018-06-01

Sample response

Date: Tue, 06 Jul 2021 04:28:10 GMT
X-Content-Type-Options: nosniff
x-ms-request-id: fd8e4223-7e9c-4f32-893f-06c14a8081be
x-ms-correlation-request-id: 1dabf122-e061-4703-ae9e-9edeeef40ee6
{
  "value": [
    {
      "category": "Azure Data Factory (Management)",
      "endpoints": [
        {
          "domainName": "wu.frontend.int.clouddatahub-int.net",
          "endpointDetails": [
            {
              "port": 443
            }
          ]
        }
      ]
    },
    {
      "category": "Azure Storage (Management)",
      "endpoints": [
        {
          "domainName": "*.blob.core.windows.net",
          "endpointDetails": [
            {
              "port": 443
            }
          ]
        },
        {
          "domainName": "*.table.core.windows.net",
          "endpointDetails": [
            {
              "port": 443
            }
          ]
        }
      ]
    },
    {
      "category": "Event Hub (Logging)",
      "endpoints": [
        {
          "domainName": "*.servicebus.windows.net",
          "endpointDetails": [
            {
              "port": 443
            }
          ]
        }
      ]
    },
    {
      "category": "Microsoft Logging service (Internal Use)",
      "endpoints": [
        {
          "domainName": "gcs.prod.monitoring.core.windows.net",
          "endpointDetails": [
            {
              "port": 443
            }
          ]
        },
        {
          "domainName": "prod.warmpath.msftcloudes.com",
          "endpointDetails": [
            {
              "port": 443
            }
          ]
        },
        {
          "domainName": "azurewatsonanalysis-prod.core.windows.net",
          "endpointDetails": [
            {
              "port": 443
            }
          ]
        }
      ]
    }
  ]
}

정의

Name Description
CloudError

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

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint

한 범주에 대한 Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성 엔드포인트.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint

Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성에 대한 엔드포인트입니다.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성 엔드포인트의 세부 정보입니다.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성 엔드포인트.

CloudError

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

Name 형식 Description
error.code

string

오류 코드

error.details

CloudError[]

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

error.message

string

오류 메시지입니다.

error.target

string

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

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint

한 범주에 대한 Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성 엔드포인트.

Name 형식 Description
category

string

아웃바운드 네트워크 종속성의 범주입니다.

endpoints

IntegrationRuntimeOutboundNetworkDependenciesEndpoint[]

아웃바운드 네트워크 종속성에 대한 엔드포인트입니다.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint

Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성에 대한 엔드포인트입니다.

Name 형식 Description
domainName

string

엔드포인트의 도메인 이름입니다.

endpointDetails

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails[]

엔드포인트의 세부 정보입니다.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성 엔드포인트의 세부 정보입니다.

Name 형식 Description
port

integer

엔드포인트의 포트입니다.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

Azure-SSIS 통합 런타임 아웃바운드 네트워크 종속성 엔드포인트.

Name 형식 Description
value

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint[]

아웃바운드 네트워크 종속성 엔드포인트 목록입니다.