Share via


SelfHostedIntegrationRuntimeNodeOutput interface

Properties of Self-hosted integration runtime node.

Properties

capabilities

The integration runtime capabilities dictionary.

concurrentJobsLimit

The concurrent jobs limit of self-hosted integration runtime node.

expiryTime

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

hostServiceUri

URI for the host machine of the integration runtime.

isActiveDispatcher

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

lastConnectTime

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

lastEndUpdateTime

The last time for the integration runtime node update end.

lastStartTime

The time the node last started up.

lastStartUpdateTime

The last time for the integration runtime node update start.

lastStopTime

The integration runtime node last stop time.

lastUpdateResult

The result of the last integration runtime node update.

machineName

Machine name of the integration runtime node.

maxConcurrentJobs

The max concurrent jobs of self-hosted integration runtime node.

nodeName

Name of the integration runtime node.

registerTime

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

status

Status of the integration runtime node.

version

Version of the integration runtime node.

versionStatus

Status of the integration runtime node version.

Property Details

capabilities

The integration runtime capabilities dictionary.

capabilities?: Record<string, string>

Property Value

Record<string, string>

concurrentJobsLimit

The concurrent jobs limit of self-hosted integration runtime node.

concurrentJobsLimit?: number

Property Value

number

expiryTime

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

expiryTime?: string

Property Value

string

hostServiceUri

URI for the host machine of the integration runtime.

hostServiceUri?: string

Property Value

string

isActiveDispatcher

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

isActiveDispatcher?: boolean

Property Value

boolean

lastConnectTime

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

lastConnectTime?: string

Property Value

string

lastEndUpdateTime

The last time for the integration runtime node update end.

lastEndUpdateTime?: string

Property Value

string

lastStartTime

The time the node last started up.

lastStartTime?: string

Property Value

string

lastStartUpdateTime

The last time for the integration runtime node update start.

lastStartUpdateTime?: string

Property Value

string

lastStopTime

The integration runtime node last stop time.

lastStopTime?: string

Property Value

string

lastUpdateResult

The result of the last integration runtime node update.

lastUpdateResult?: string

Property Value

string

machineName

Machine name of the integration runtime node.

machineName?: string

Property Value

string

maxConcurrentJobs

The max concurrent jobs of self-hosted integration runtime node.

maxConcurrentJobs?: number

Property Value

number

nodeName

Name of the integration runtime node.

nodeName?: string

Property Value

string

registerTime

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

registerTime?: string

Property Value

string

status

Status of the integration runtime node.

status?: string

Property Value

string

version

Version of the integration runtime node.

version?: string

Property Value

string

versionStatus

Status of the integration runtime node version.

versionStatus?: string

Property Value

string