IntegrationRuntimeNodeMonitoringData Class
Monitoring data for integration runtime node.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
IntegrationRuntimeNodeMonitoringData
Constructor
IntegrationRuntimeNodeMonitoringData(*, additional_properties: Optional[Dict[str, Any]] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- node_name
- str
Name of the integration runtime node.
- available_memory_in_mb
- int
Available memory (MB) on the integration runtime node.
- cpu_utilization
- int
CPU percentage on the integration runtime node.
- concurrent_jobs_limit
- int
Maximum concurrent jobs on the integration runtime node.
- concurrent_jobs_running
- int
The number of jobs currently running on the integration runtime node.
- max_concurrent_jobs
- int
The maximum concurrent jobs in this integration runtime.
- sent_bytes
- float
Sent bytes on the integration runtime node.
- received_bytes
- float
Received bytes on the integration runtime node.
Feedback
Submit and view feedback for