post_alert_finding
Post an investigation finding to an alert. Findings are the agent’s analysis output — conclusions, confidence scores, and recommended actions.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
alert_uuid | string | Yes | UUID of the alert |
summary | string | Yes | Brief summary of the finding |
confidence | float | No | Confidence score (0.0 to 1.0) |
recommended_actions | string[] | No | List of recommended response actions |
details | object | No | Additional structured details |
Example
Return Value
Required Scope
alerts:write
