SelfHostedIntegrationRuntimeNodeResponse

data class SelfHostedIntegrationRuntimeNodeResponse(val capabilities: Map<String, String>, val concurrentJobsLimit: Int, val expiryTime: String, val hostServiceUri: String, val isActiveDispatcher: Boolean, val lastConnectTime: String, val lastEndUpdateTime: String, val lastStartTime: String, val lastStartUpdateTime: String, val lastStopTime: String, val lastUpdateResult: String, val machineName: String, val maxConcurrentJobs: Int, val nodeName: String, val registerTime: String, val status: String, val version: String, val versionStatus: String)

Properties of Self-hosted integration runtime node.

Constructors

Link copied to clipboard
constructor(capabilities: Map<String, String>, concurrentJobsLimit: Int, expiryTime: String, hostServiceUri: String, isActiveDispatcher: Boolean, lastConnectTime: String, lastEndUpdateTime: String, lastStartTime: String, lastStartUpdateTime: String, lastStopTime: String, lastUpdateResult: String, machineName: String, maxConcurrentJobs: Int, nodeName: String, registerTime: String, status: String, version: String, versionStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The integration runtime capabilities dictionary

Link copied to clipboard

Maximum concurrent jobs on the integration runtime node.

Link copied to clipboard

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

Link copied to clipboard

URI for the host machine of the integration runtime.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The last time for the integration runtime node update end.

Link copied to clipboard

The time the node last started up.

Link copied to clipboard

The last time for the integration runtime node update start.

Link copied to clipboard

The integration runtime node last stop time.

Link copied to clipboard

The result of the last integration runtime node update.

Link copied to clipboard

Machine name of the integration runtime node.

Link copied to clipboard

The maximum concurrent jobs in this integration runtime.

Link copied to clipboard

Name of the integration runtime node.

Link copied to clipboard

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

Link copied to clipboard

Status of the integration runtime node.

Link copied to clipboard

Version of the integration runtime node.

Link copied to clipboard

Status of the integration runtime node version.