SelfHostedIntegrationRuntimeNode interface

Properties of Self-hosted integration runtime node.

Properties

capabilities

The integration runtime capabilities dictionary NOTE: This property will not be serialized. It can only be populated by the server.

concurrentJobsLimit

Maximum concurrent jobs on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

expiryTime

The time at which the integration runtime will expire in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

hostServiceUri

URI for the host machine of the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

isActiveDispatcher

Indicates whether this node is the active dispatcher for integration runtime requests. NOTE: This property will not be serialized. It can only be populated by the server.

lastConnectTime

The most recent time at which the integration runtime was connected in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

lastEndUpdateTime

The last time for the integration runtime node update end. NOTE: This property will not be serialized. It can only be populated by the server.

lastStartTime

The time the node last started up. NOTE: This property will not be serialized. It can only be populated by the server.

lastStartUpdateTime

The last time for the integration runtime node update start. NOTE: This property will not be serialized. It can only be populated by the server.

lastStopTime

The integration runtime node last stop time. NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdateResult

The result of the last integration runtime node update. NOTE: This property will not be serialized. It can only be populated by the server.

machineName

Machine name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

maxConcurrentJobs

The maximum concurrent jobs in this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

nodeName

Name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

registerTime

The time at which the integration runtime node was registered in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

status

Status of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

version

Version of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

versionStatus

Status of the integration runtime node version. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

capabilities

The integration runtime capabilities dictionary NOTE: This property will not be serialized. It can only be populated by the server.

capabilities?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

concurrentJobsLimit

Maximum concurrent jobs on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

concurrentJobsLimit?: number

Property Value

number

expiryTime

The time at which the integration runtime will expire in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

expiryTime?: Date

Property Value

Date

hostServiceUri

URI for the host machine of the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

hostServiceUri?: string

Property Value

string

isActiveDispatcher

Indicates whether this node is the active dispatcher for integration runtime requests. NOTE: This property will not be serialized. It can only be populated by the server.

isActiveDispatcher?: boolean

Property Value

boolean

lastConnectTime

The most recent time at which the integration runtime was connected in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

lastConnectTime?: Date

Property Value

Date

lastEndUpdateTime

The last time for the integration runtime node update end. NOTE: This property will not be serialized. It can only be populated by the server.

lastEndUpdateTime?: Date

Property Value

Date

lastStartTime

The time the node last started up. NOTE: This property will not be serialized. It can only be populated by the server.

lastStartTime?: Date

Property Value

Date

lastStartUpdateTime

The last time for the integration runtime node update start. NOTE: This property will not be serialized. It can only be populated by the server.

lastStartUpdateTime?: Date

Property Value

Date

lastStopTime

The integration runtime node last stop time. NOTE: This property will not be serialized. It can only be populated by the server.

lastStopTime?: Date

Property Value

Date

lastUpdateResult

The result of the last integration runtime node update. NOTE: This property will not be serialized. It can only be populated by the server.

lastUpdateResult?: string

Property Value

string

machineName

Machine name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

machineName?: string

Property Value

string

maxConcurrentJobs

The maximum concurrent jobs in this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

maxConcurrentJobs?: number

Property Value

number

nodeName

Name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

nodeName?: string

Property Value

string

registerTime

The time at which the integration runtime node was registered in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

registerTime?: Date

Property Value

Date

status

Status of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

version

Version of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Property Value

string

versionStatus

Status of the integration runtime node version. NOTE: This property will not be serialized. It can only be populated by the server.

versionStatus?: string

Property Value

string