Get Health
get_healthRetrieve comprehensive health status from Itential Platform, covering performance, resource utilization, component status, and running apps/adapters, to enable proactive monitoring and troubleshooting.
Instructions
Get comprehensive health information from Itential Platform.
System health monitoring provides visibility into platform performance, resource utilization, and component status. This enables proactive monitoring and troubleshooting of the automation infrastructure.
This function uses parallel async API calls to efficiently retrieve health data from all platform endpoints simultaneously, providing optimal performance for comprehensive health monitoring.
Note: This function also provides a complete list of all applications and adapters running on the platform as part of the health data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Node.js server runtime information and performance metrics | |
| status | Yes | Overall platform status including service states and health indicators | |
| system | Yes | System-level hardware and operating system information | |
| adapters | No | Complete list of adapters with their current status and connectivity information | |
| applications | No | Complete list of applications with their current status and resource usage |