Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelfHostedIntegrationRuntimeNode

Package version

Properties of Self-hosted integration runtime node.

Hierarchy

  • SelfHostedIntegrationRuntimeNode

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional capabilities

capabilities: undefined | {}

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

Optional concurrentJobsLimit

concurrentJobsLimit: undefined | number

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

Optional expiryTime

expiryTime: Date

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.

Optional hostServiceUri

hostServiceUri: undefined | string

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

Optional isActiveDispatcher

isActiveDispatcher: undefined | false | true

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.

Optional lastConnectTime

lastConnectTime: Date

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.

Optional lastEndUpdateTime

lastEndUpdateTime: Date

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.

Optional lastStartTime

lastStartTime: Date

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

Optional lastStartUpdateTime

lastStartUpdateTime: Date

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.

Optional lastStopTime

lastStopTime: Date

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

Optional 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.

Optional machineName

machineName: undefined | string

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

Optional maxConcurrentJobs

maxConcurrentJobs: undefined | number

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

Optional nodeName

nodeName: undefined | string

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

Optional registerTime

registerTime: Date

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.

Optional status

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

Optional version

version: undefined | string

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

Optional versionStatus

versionStatus: undefined | string

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

Generated using TypeDoc