Share via


Integration Runtime Node Ip Address - Get

Get integration runtime node IP address
Get the IP address of an integration runtime node

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

URI Parameters

Name In Required Type Description
integrationRuntimeName
path True

string

Integration runtime name

nodeName
path True

string

Integration runtime node name

resourceGroupName
path True

string

minLength: 1
maxLength: 90

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

subscriptionId
path True

string

minLength: 1

The ID of the target subscription.

workspaceName
path True

string

The name of the workspace.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

IntegrationRuntimeNodeIpAddress

OK.

Other Status Codes

ErrorResponse

An error response received from the Azure Synapse service.

Examples

Get integration runtime node IP address

Sample request

POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.Synapse/workspaces/exampleWorkspace/integrationRuntimes/exampleIntegrationRuntime/nodes/Node_1/ipAddress?api-version=2021-06-01

Sample response

Date: Thu, 14 Jun 2018 15:36:39 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-writes: 1199
x-ms-request-id: f01265af-9f38-44b8-81a1-b67f567ea728
x-ms-correlation-request-id: f01265af-9f38-44b8-81a1-b67f567ea728
{
  "ipAddress": "**********"
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

IntegrationRuntimeNodeIpAddress

The IP address of self-hosted integration runtime node.

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.

IntegrationRuntimeNodeIpAddress

The IP address of self-hosted integration runtime node.

Name Type Description
ipAddress

string

The IP address of self-hosted integration runtime node.