AutoRegisterHeartbeat
Process agent auto-registration and heartbeat in a single combined request
POST
/api/v1/agents/heartbeatOperation ID
AutoRegisterHeartbeatSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
agentIdStringRequiredSelf-reported unique identifier of the agent
Example: agent-abc123-def456
nameStringRequiredHuman-readable name of the agent
Example: prod-agent-01
typeStringRequiredType of the agent (log, metric, trace)
Example: log
versionStringRequiredCurrent version of the agent binary
Example: 1.2.3
uptimeStringRequiredSeconds the agent process has been running
Example: 86400
