IntegrationRuntimeNodeMonitoringData interface    
Monitoring data for integration runtime node.
Properties
| available | 
	Available memory (MB) on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| concurrent | 
	Maximum concurrent jobs on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| concurrent | 
	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.  | 
| cpu | 
	CPU percentage on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| max | 
	The maximum concurrent jobs in this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| node | 
	Name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| received | 
	Received bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| sent | 
	Sent bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		availableMemoryInMB
	  
	Available memory (MB) on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.
availableMemoryInMB?: number
				Property Value
number
		concurrentJobsLimit
	  
	Maximum concurrent jobs on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.
concurrentJobsLimit?: number
				Property Value
number
		concurrentJobsRunning
	  
	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.
concurrentJobsRunning?: number
				Property Value
number
		cpuUtilization
	 
	CPU percentage on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.
cpuUtilization?: number
				Property Value
number
		maxConcurrentJobs
	  
	The maximum concurrent jobs in this integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.
maxConcurrentJobs?: number
				Property Value
number
		nodeName
	 
	Name of the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.
nodeName?: string
				Property Value
string
		receivedBytes
	 
	Received bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.
receivedBytes?: number
				Property Value
number
		sentBytes
	 
	Sent bytes on the integration runtime node. NOTE: This property will not be serialized. It can only be populated by the server.
sentBytes?: number
				Property Value
number