Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Provides the analysis and timeline details of a case.
Parameters
| Parameter | Description |
|---|
| Case ID | The ID representing the case. Can be retrieved from the ‘List Cases’ action. |
Example Output
{
"insights": [
{
"signal": "<string>",
"description": "<string>"
},
{
"signal": "<string>",
"description": "<string>"
}
],
"eventTimeline": [
{
"event_timestamp": "<string>",
"category": "<string>",
"title": "<string>",
"platform": "<string>",
"field_labels": {},
"ip_address": "<string>",
"location": {
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
},
{
"event_timestamp": "<string>",
"category": "<string>",
"title": "<string>",
"platform": "<string>",
"field_labels": {},
"ip_address": "<string>",
"location": {
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
}
]
}
Workflow Library Example
Get Case Analysis with Abnormal and Send Results Via Email