Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntegrationRuntimeNodeMonitoringData

Package version

Monitoring data for integration runtime node.

Hierarchy

  • IntegrationRuntimeNodeMonitoringData

Indexable

[property: string]: any

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

Index

Properties

Optional availableMemoryInMB

availableMemoryInMB: undefined | number

Available memory (MB) on the integration runtime node. 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 concurrentJobsRunning

concurrentJobsRunning: undefined | number

The number of jobs currently running on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.

Optional cpuUtilization

cpuUtilization: undefined | number

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

receivedBytes: undefined | number

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

Optional sentBytes

sentBytes: undefined | number

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

Generated using TypeDoc