SelfHostedIntegrationRuntimeNode interface

Properties of Self-hosted integration runtime node.

Properties

additionalProperties

Additional properties

capabilities

The integration runtime capabilities dictionary

concurrentJobsLimit

Maximum concurrent jobs on the 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 maximum concurrent jobs in this integration runtime.

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

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

capabilities

The integration runtime capabilities dictionary

capabilities?: Record<string, string>

Property Value

Record<string, string>

concurrentJobsLimit

Maximum concurrent jobs on the integration runtime node.

concurrentJobsLimit?: number

Property Value

number

expiryTime

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

expiryTime?: Date

Property Value

Date

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?: Date

Property Value

Date

lastEndUpdateTime

The last time for the integration runtime node update end.

lastEndUpdateTime?: Date

Property Value

Date

lastStartTime

The time the node last started up.

lastStartTime?: Date

Property Value

Date

lastStartUpdateTime

The last time for the integration runtime node update start.

lastStartUpdateTime?: Date

Property Value

Date

lastStopTime

The integration runtime node last stop time.

lastStopTime?: Date

Property Value

Date

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 maximum concurrent jobs in this integration runtime.

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?: Date

Property Value

Date

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