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

Clusters - List Outbound Network Dependencies Endpoints

Gets the network endpoints of all outbound dependencies of a Kusto cluster

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/outboundNetworkDependenciesEndpoints?api-version=2023-08-15

URI Parameters

Name In Required Type Description
clusterName
path True

string

The name of the Kusto cluster.

Regex pattern: ^.*$

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.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

OutboundNetworkDependenciesEndpointListResult

OK

Other Status Codes

ErrorResponse

Error from the RP

Examples

Get Kusto cluster outbound network dependencies

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/kustoCluster/outboundNetworkDependenciesEndpoints?api-version=2023-08-15

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/AzureActiveDirectory",
      "name": "kustoCluster/AzureActiveDirectory",
      "type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
      "properties": {
        "category": "Azure Active Directory",
        "endpoints": [
          {
            "domainName": "login.microsoftonline.com",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "graph.windows.net",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "graph.microsoft.com",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "graph.microsoft-ppe.com",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          }
        ],
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/AzureMonitor",
      "name": "kustoCluster/AzureMonitor",
      "type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
      "properties": {
        "category": "Azure Monitor",
        "endpoints": [
          {
            "domainName": "prod.warmpath.msftcloudes.com",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "gcs.prod.monitoring.core.windows.net",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "production.diagnostics.monitoring.core.windows.net",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "shoebox2.metrics.nsatc.net:443",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          }
        ],
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/CertificateAuthority",
      "name": "kustoCluster/CertificateAuthority",
      "type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
      "properties": {
        "category": "Certificate Authority",
        "endpoints": [
          {
            "domainName": "ocsp.msocsp.com",
            "endpointDetails": [
              {
                "port": 80,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "ocsp.digicert.com",
            "endpointDetails": [
              {
                "port": 80,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "crl3.digicert.com",
            "endpointDetails": [
              {
                "port": 80,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "crl.microsoft.com",
            "endpointDetails": [
              {
                "port": 80,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "www.microsoft.com",
            "endpointDetails": [
              {
                "port": 80,
                "ipAddress": "1.2.3.4"
              }
            ]
          }
        ],
        "provisioningState": "Succeeded"
      }
    },
    {
      "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/kustoCluster/OutboundNetworkDependenciesEndpoints/AzureStorage",
      "name": "kustoCluster/AzureStorage",
      "type": "Microsoft.Kusto/Clusters/OutboundNetworkDependenciesEndpoints",
      "properties": {
        "category": "Azure Storage",
        "endpoints": [
          {
            "domainName": "clusterinternalsa.blob.core.windows.net",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "clusterinternalsa.queue.core.windows.net",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          },
          {
            "domainName": "clusterinternalsa.table.core.windows.net",
            "endpointDetails": [
              {
                "port": 443,
                "ipAddress": "1.2.3.4"
              }
            ]
          }
        ],
        "provisioningState": "Succeeded"
      }
    }
  ]
}

Definitions

Name Description
EndpointDependency

A domain name that a service is reached at, including details of the current connection status.

EndpointDetail

Current TCP connectivity information from the Kusto cluster to a single endpoint.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

OutboundNetworkDependenciesEndpoint

Endpoints accessed for a common purpose that the Kusto Service Environment requires outbound network access to.

OutboundNetworkDependenciesEndpointListResult

Collection of Outbound Environment Endpoints

ProvisioningState

The provisioned state of the resource.

EndpointDependency

A domain name that a service is reached at, including details of the current connection status.

Name Type Description
domainName

string

The domain name of the dependency.

endpointDetails

EndpointDetail[]

The ports used when connecting to DomainName.

EndpointDetail

Current TCP connectivity information from the Kusto cluster to a single endpoint.

Name Type Description
ipAddress

string

The ip address of the endpoint.

port

integer

The port an endpoint is connected to.

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.

OutboundNetworkDependenciesEndpoint

Endpoints accessed for a common purpose that the Kusto Service Environment requires outbound network access to.

Name Type Description
etag

string

A unique read-only string that changes whenever the resource is updated.

id

string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

The name of the resource

properties.category

string

The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.

properties.endpoints

EndpointDependency[]

The endpoints that the Kusto Service Environment reaches the service at.

properties.provisioningState

ProvisioningState

The provisioned state of the resource.

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

OutboundNetworkDependenciesEndpointListResult

Collection of Outbound Environment Endpoints

Name Type Description
nextLink

string

Link to next page of resources.

value

OutboundNetworkDependenciesEndpoint[]

Collection of resources.

ProvisioningState

The provisioned state of the resource.

Name Type Description
Canceled

string

Creating

string

Deleting

string

Failed

string

Moving

string

Running

string

Succeeded

string