Integration Runtimes - List Outbound Network Dependencies Endpoints

Gets list of outbound network dependencies for a given Azure-SSIS integration runtime.
Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/outboundNetworkDependenciesEndpoints?api-version=2021-06-01-preview

URI Parameters

Name In Required Type Description
integrationRuntimeName
path True

string

Integration runtime name

resourceGroupName
path True

string

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

The ID of the target subscription.

workspaceName
path True

string

The name of the workspace.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

OK.

Other Status Codes

ErrorResponse

An error response received from the Azure Synapse service.

Examples

Get outbound network dependency endpoints

Sample Request

GET https://management.azure.com/subscriptions/ade9c2b6-c160-4305-9bb9-80342f6c1ae2/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspace/integrationRuntimes/exampleIntegrationRuntime/outboundNetworkDependenciesEndpoints?api-version=2021-06-01-preview

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
            }
          ]
        }
      ]
    }
  ]
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint

Azure-SSIS integration runtime outbound network dependency endpoints for one category.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint

The endpoint for Azure-SSIS integration runtime outbound network dependency.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

The details of Azure-SSIS integration runtime outbound network dependency endpoint.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

Azure-SSIS integration runtime outbound network dependency endpoints.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint

Azure-SSIS integration runtime outbound network dependency endpoints for one category.

Name Type Description
category

string

The category of outbound network dependency.

endpoints

IntegrationRuntimeOutboundNetworkDependenciesEndpoint[]

The endpoints for outbound network dependency.

IntegrationRuntimeOutboundNetworkDependenciesEndpoint

The endpoint for Azure-SSIS integration runtime outbound network dependency.

Name Type Description
domainName

string

The domain name of endpoint.

endpointDetails

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails[]

The details of endpoint.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

The details of Azure-SSIS integration runtime outbound network dependency endpoint.

Name Type Description
port

integer

The port of endpoint.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

Azure-SSIS integration runtime outbound network dependency endpoints.

Name Type Description
value

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint[]

The list of outbound network dependency endpoints.