InlineAlarmDefinition1

InlineAlarmDefinition1
InlineAlarmDefinition1
JSON Example
{
    "feature_name": "string",
    "event_type": "string",
    "feature_display_name": "string",
    "event_type_display_name": "string",
    "severity": "string",
    "summary": "string",
    "description_on_resolve": "string",
    "recommended_action": "string",
    "kb_article": "string",
    "release_introduced": "string",
    "event_resource_type": "string",
    "event_resource_type_display_name": "string",
    "enabled": false,
    "event_definition": "EventDefinition Object"
}
string
feature_name
Required

The feature the alarm is associated with

string
event_type
Required

The event type the alarm is associated with

string
feature_display_name
Required

The localized name of a feature.

string
event_type_display_name
Required

The localized name of an event type.

severity
Required

The severity of an alarm

Possible values are : CRITICAL, HIGH, MEDIUM, INFORMATIONAL,
string
summary
Required

A brief overview of the alarm

string
description_on_resolve
Required

Description template for a RESOLVED alarm instance.

string
recommended_action
Required

Recommended action so the alarm can be addressed.

string
kb_article
Required

Link to a Knowledge Base Article that can be used to help address the alarm.

string
release_introduced
Required

The first version of Security Services Platform where this alarm definition was introduced.

string
event_resource_type
Required

The resource type an alarm event is associated with

string
event_resource_type_display_name
Required

The display name for the event resource type

boolean
enabled
Required

Controls whether or not alarm instances are generated for this alarm definition.

event_definition
Optional

The Event type containing information used for defining conditions for this Alarm instance.