Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required
ReportCrash
Report a plugin crash event including exit code and signal from the agent
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
agentIdStringRequiredUUID of the agent where the plugin crashed
pluginIdStringRequiredUnique identifier of the crashed plugin
Body Fields
exitCodeIntegerRequiredProcess exit code at crash time
Example: 1
signalStringRequiredOS signal that caused the crash (e.g. SIGSEGV)
Example: SIGSEGV
Responses
Endpoint
POST/api/v1/agents/{agentId}/plugins/{pluginId}/crash
/api/v1/agents/{agentId}/plugins/{pluginId}/crash
Request Example
curl -X POST '{host}/api/v1/agents/{agentId}/plugins/{pluginId}/crash' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"exitCode":1,"signal":"SIGSEGV"}'
Response Example
200{}Change History
This API has no change history records yet.
