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.
Get the attributes of a specific case.
Parameters
| Parameter | Description |
|---|
| AWS Region(s) | A comma-separated list of AWS region(s) where this action will be executed.
For example, to execute in US East and Europe, enter us-east-1,eu-west-1.
Alternatively, you can use the asterisk symbol * to run the action in all available AWS Regions. |
| Case ID | The ID of the case to retrieve. |
Example Output
{
"actualIncidentStartDate": 0,
"caseArn": "string",
"caseAttachments": [
{
"attachmentId": "string",
"attachmentStatus": "string",
"createdDate": 0,
"creator": "string",
"fileName": "string"
}
],
"caseStatus": "string",
"closedDate": 0,
"closureCode": "string",
"createdDate": 0,
"description": "string",
"engagementType": "string",
"impactedAccounts": [
"string"
],
"impactedAwsRegions": [
{
"region": "string"
}
],
"impactedServices": [
"string"
],
"lastUpdatedDate": 0,
"pendingAction": "string",
"reportedIncidentStartDate": 0,
"resolverType": "string",
"threatActorIpAddresses": [
{
"ipAddress": "string",
"userAgent": "string"
}
],
"title": "string",
"watchers": [
{
"email": "string",
"jobTitle": "string",
"name": "string"
}
]
}
Workflow Library Example
Sir Get Case with Aws and Send Results Via Email