Health Check
Returns a minimal health status for the agent. This endpoint does not require authentication, so you can use it as a lightweight liveness probe in your monitoring infrastructure.Request
Response
Agent Info
Returns extended information about the running agent including connected site details, uptime, and a summary of managed resources.Request
Response
Response Fields
string
The version of the running
erpdesktop_agent binary.string
The ERP platform the agent is connected to. One of
erpnext or odoo.string
The version string reported by the connected ERP instance.
string
The base URL of the ERP site the agent is connected to.
boolean
true if the agent currently has a live connection to the ERP; false if the connection is broken or the ERP is unreachable.integer
Number of seconds the agent process has been running since its last start or restart.
integer
Total number of plugins installed in ERPDesktop (including stopped and crashed plugins).
integer
Total number of hardware devices configured in ERPDesktop (regardless of reachability status).