SelfHostedIntegrationRuntimeNodeOutput interface
Properties of Self-hosted integration runtime node.
Properties
| capabilities | The integration runtime capabilities dictionary. |
| concurrent |
The concurrent jobs limit of self-hosted integration runtime node. |
| expiry |
The time at which the integration runtime will expire in ISO8601 format. |
| host |
URI for the host machine of the integration runtime. |
| is |
Indicates whether this node is the active dispatcher for integration runtime requests. |
| last |
The most recent time at which the integration runtime was connected in ISO8601 format. |
| last |
The last time for the integration runtime node update end. |
| last |
The time the node last started up. |
| last |
The last time for the integration runtime node update start. |
| last |
The integration runtime node last stop time. |
| last |
The result of the last integration runtime node update. |
| machine |
Machine name of the integration runtime node. |
| max |
The max concurrent jobs of self-hosted integration runtime node. |
| node |
Name of the integration runtime node. |
| register |
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. |
| version |
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