Calseta is under active development. APIs and features may change. We welcome feedback and contributions on GitHub.
cURL
curl --request POST \ --url https://api.example.com/v1/alerts/{alert_uuid}/findings \ --header 'Content-Type: application/json' \ --data ' { "agent_name": "<string>", "summary": "<string>", "confidence": "low", "recommended_action": "<string>", "evidence": {} } '
{ "data": { "id": "<string>", "agent_name": "<string>", "summary": "<string>", "confidence": "low", "recommended_action": "<string>", "evidence": {}, "posted_at": "2023-11-07T05:31:56Z" }, "meta": {} }
Agent finding posted to POST /v1/alerts/{uuid}/findings.
1 - 255
1 - 50000
low
medium
high
Successful Response
Response from POST /v1/alerts/{uuid}/findings and items in GET list.
Show child attributes