API ReferenceEdges
Edge heartbeat (edge-self, 30s cadence)
Edge reports online state + version + buffer telemetry. Updates last_seen_at + current_version for the fleet dashboard.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Edge UUID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://api.xentr.ai/api/edges/string/heartbeat" \ -H "Content-Type: application/json" \ -d '{ "version": "0.37.0" }'Empty