ReportCrash
Report a plugin crash event including exit code and signal from the agent
POST
/api/v1/agents/{agentId}/plugins/{pluginId}/crashOperation ID
ReportCrashSince
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/jsonPath 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
