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 a summary of an alarm by its ID.
Parameters
| Parameter | Description |
|---|
| Alarm ID | The ID of the alarm whose summary to retrieve. |
Example Output
{
"alarmSummaryDetails": {
"dateInserted": "string",
"rbpMax": 0,
"rbpAvg": 0,
"alarmRuleId": 0,
"alarmRuleGroup": "string",
"briefDescription": "string",
"additionalDetails": "string",
"alarmEventSummary": [
{
"msgClassId": 0,
"msgClassName": "string",
"commonEventId": 0,
"commonEventName": "string",
"originHostId": 0,
"impactedHostId": "string",
"originUser": "string",
"impactedUser": "string",
"originUserIdentityId": 0,
"impactedUserIdentityId": 0,
"originUserIdentityName": "string",
"impactedUserIdentityName": "string",
"originEntityName": "string",
"impactedEntityName": "string"
}
]
},
"statusCode": 0,
"statusMessage": "string",
"responseMessage": "string"
}
Workflow Library Example
Get Alarm Summary with Logrhythm and Send Results Via Email