v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBData Acquisition
Agent Status (Heart Beat)
This endpoint allows TetraScience Agent to send heartbeats to the Tetrascience platform periodically. Platform will return the agent's name. It's recommended to send a heartbeat every 30 seconds.
It requires a user-defined agent set up in the TetraScience Web UI.
Required fields:
- agentId
- agentVersion
Optional fields:
- agent
- sourceType - If agent defines various source types, like file-log agent, this should be an array of objects with filePath and type values. Otherwise, it should be single item array that contains object with field type
post/v1/data-acquisition/agent/status
Request body
Response
200
Example response
{
"agentName": "test"
}