Skip to main content
Get a summary of an alarm by its ID.
External DocumentationTo learn more, visit the LogRhythm documentation.

Parameters

ParameterDescription
Alarm IDThe 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
Workflow LibraryPreview this Workflow on desktop