latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
LinkAgent
Enqueue an operator debug request for a Link Agent
Append an operator-issued debug request to the Agent's operator_debug_queue. The Agent picks it up on its next poll (≈ 10 s), executes idempotently, and acks via operator_debug_results on the following heartbeat. The api drops the queued entry on ack — callers watch operator_debug_results for the matching request_id to learn the outcome.
post/link/agents/{id}/operator-debug
Path parameters
idstring required
The ID of the agent to enqueue the debug request against.
Request body
Response
Request enqueued. The Agent acks on its next heartbeat.