Integration Runtime Nodes - Get

Get integration runtime node
Get an integration runtime node

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

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

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

SelfHostedIntegrationRuntimeNode

OK.

Other Status Codes

ErrorResponse

An error response received from the Azure Synapse service.

Examples

Get integration runtime node

Sample Request

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

Sample Response

Date: Fri, 17 Aug 2018 06:31:04 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14999
x-ms-request-id: 1c8b259a-c6e6-48aa-8121-05b3b3b782aa
x-ms-correlation-request-id: 1c8b259a-c6e6-48aa-8121-05b3b3b782aa
{
  "nodeName": "Node_1",
  "machineName": "YANZHANG-DT",
  "hostServiceUri": "https://yanzhang-dt.fareast.corp.microsoft.com:8050/HostServiceRemote.svc/",
  "status": "Online",
  "capabilities": {
    "serviceBusConnected": "True",
    "httpsPortEnabled": "True",
    "credentialInSync": "True",
    "connectedToResourceManager": "True",
    "nodeEnabled": "True"
  },
  "versionStatus": "UpToDate",
  "version": "3.8.6743.6",
  "registerTime": "2018-08-17T03:44:55.8012825Z",
  "lastConnectTime": "2018-08-17T06:30:46.6262976Z",
  "lastStartTime": "2018-08-17T03:45:30.8499851Z",
  "lastUpdateResult": "None",
  "isActiveDispatcher": true,
  "maxConcurrentJobs": 20
}

Definitions

Name Description
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

IntegrationRuntimeUpdateResult

The result of the last integration runtime node update.

SelfHostedIntegrationRuntimeNode

Properties of Self-hosted integration runtime node.

SelfHostedIntegrationRuntimeNodeStatus

Status of the 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.

IntegrationRuntimeUpdateResult

The result of the last integration runtime node update.

Name Type Description
Fail

string

None

string

Succeed

string

SelfHostedIntegrationRuntimeNode

Properties of Self-hosted integration runtime node.

Name Type Description
capabilities

object

The integration runtime capabilities dictionary

concurrentJobsLimit

integer

Maximum concurrent jobs on the integration runtime node.

expiryTime

string

The time at which the integration runtime will expire in ISO8601 format.

hostServiceUri

string

URI for the host machine of the integration runtime.

isActiveDispatcher

boolean

Indicates whether this node is the active dispatcher for integration runtime requests.

lastConnectTime

string

The most recent time at which the integration runtime was connected in ISO8601 format.

lastEndUpdateTime

string

The last time for the integration runtime node update end.

lastStartTime

string

The time the node last started up.

lastStartUpdateTime

string

The last time for the integration runtime node update start.

lastStopTime

string

The integration runtime node last stop time.

lastUpdateResult

IntegrationRuntimeUpdateResult

The result of the last integration runtime node update.

machineName

string

Machine name of the integration runtime node.

maxConcurrentJobs

integer

The maximum concurrent jobs in this integration runtime.

nodeName

string

Name of the integration runtime node.

registerTime

string

The time at which the integration runtime node was registered in ISO8601 format.

status

SelfHostedIntegrationRuntimeNodeStatus

Status of the integration runtime node.

version

string

Version of the integration runtime node.

versionStatus

string

Status of the integration runtime node version.

SelfHostedIntegrationRuntimeNodeStatus

Status of the integration runtime node.

Name Type Description
InitializeFailed

string

Initializing

string

Limited

string

NeedRegistration

string

Offline

string

Online

string

Upgrading

string