NodeMonitoringDataResponse

data class NodeMonitoringDataResponse(val additionalProperties: Map<String, Any>, val availableMemoryInMB: Int, val concurrentJobsLimit: Int, val concurrentJobsRunning: Int, val cpuUtilization: Int, val maxConcurrentJobs: Int, val nodeName: String, val receivedBytes: Double, val sentBytes: Double)

Constructors

Link copied to clipboard
constructor(additionalProperties: Map<String, Any>, availableMemoryInMB: Int, concurrentJobsLimit: Int, concurrentJobsRunning: Int, cpuUtilization: Int, maxConcurrentJobs: Int, nodeName: String, receivedBytes: Double, sentBytes: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unmatched properties from the message are deserialized in this collection.

Link copied to clipboard

Available memory (MB) on the integration runtime node.

Link copied to clipboard

Maximum concurrent jobs on the integration runtime node.

Link copied to clipboard

The number of jobs currently running on the integration runtime node.

Link copied to clipboard

CPU percentage on 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

Received bytes on the integration runtime node.

Link copied to clipboard

Sent bytes on the integration runtime node.