Get a Meta Event by ID
get
/api/event/MetaEvents/{id}
Gets the meta-event that matches the specified ID.
Request
Path Parameters
-
id(required): integer(int32)
The meta-event ID.Example:
1
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Match All
Show Source
-
object
SuccessfulGetOperation
The response body for a successful get operation.
-
object
type
Nested Schema : SuccessfulGetOperation
Type:
object
The response body for a successful get operation.
Show Source
-
message: string
The response message.Example:
Loaded 1 entries
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
true
Nested Schema : type
Type:
Show Source
object
-
data: array
data
-
total: integer
The total number of results regardless of paging.Example:
1
Nested Schema : eventMetaEventsRead
Type:
Show Source
object
-
Ack: integer
Indicates if the event has been flagged as acknowledged. Events will be displayed differently based on Ack. - 0 -> N0 - 1 -> YesExample:
0
-
Action: string
Action is an indication for a non-human entity that caused a change to be made.Example:
$ACTION
-
Actor: string
Actor is an indication of the entity that caused the change to be made.Example:
$ACTOR
-
Count: integer
The number of times this Event has happened (deduplicated)Example:
1
-
Department: string
Customer.rules will set this to Unknown if not previously set.Example:
-
Description: string
Description of Meta EventExample:
Default Service Event
-
Details: string
Details of the event (a JSON text)Example:
{}
-
DeviceType: string
Device Type is used as a general category for the event. Customer.rules will set this to Unknown if not previously set.Example:
Service
-
DstIP: string
Example:
-
DstPort: string
Example:
-
EscalationFlag: integer
If an event should be escalated or not. ??? 0 = no ??? 1 = should be escalated ??? 2 = has been escalatedExample:
-
EscId: integer
Example:
-
EventCategory: string
Event Category - 1 -> Resolution - 2 -> Problem - 3 -> DiscreteExample:
$STATE
-
EventKey: string
Event KeyExample:
Service_$SERVICENAME
-
EventType: string
Event type.Example:
Event SLM
-
ExpireTime: integer
Time at which the event expired (Number of seconds after LastChanged for this Event to become eligible-to-be-deleted, which is done by the mechanization DeleteExpired)Example:
3600
-
FirstReported: string
Timestamp when event was first reportedExample:
$TIMESTAMP
-
IPAddress: string
Example:
$IPADDRESS
-
LastChanged: string
Timestamp when event was last changedExample:
$TIMESTAMP
-
LastReported: string
Timestamp when event was last reportedExample:
$TIMESTAMP
-
Location: string
Name, Address, or something similar associated with the Event. Observability Analytics uses this if it is set.Example:
-
MetaEventID: integer
Meta Event ID specified for individual CRUD operations for Assure1.EventMetaEventsExample:
1
-
MetaEventName: string
Meta Event NameExample:
Default Service Event
-
Method: string
Protocol of how the event was received/retrieved. The binary will set a default value (Trapd, Syslogd, for example), but can be update in rules, if needed.Example:
EventSLM
-
Node: string
The name of the device where the event happened (usually the DNS name of the device associated with the event)Example:
$SERVICENAME
-
OrigSeverity: string
The original severity when the event was first created.Example:
$SEVERITY
-
Score: string
If a Priority value is set on a device, this field can be set to the event Severity * Priority to increase the number. Event Filters can be configured to show the hi-score Events first, or other processing may utilize this value.Example:
-
Service: string
The SLM applications will set this to the name of the SLM Service if a violation is detected.Example:
$SERVICENAME
-
ServiceImpact: string
Flag to indicate a provided service has been impacted. Allowed values: - 0 = Not service impacting - 1 = Service impactingExample:
$SERVICEIMPACT
-
Severity: string
Must be a value between 0 - 5. The event will change colors in the Event List based on the severity. Allowed Values: - 0 => Normal - 1 => Unknown - 2 => Info - 3 => Minor - 4 => Major - 5 => CriticalExample:
$SEVERITY
-
SrcIP: string
Example:
-
SrcPort: string
Example:
-
SubDeviceType: string
Used for vendor or model information for the event. Customer.rules will set this to Unknown if not previously set.Example:
Event Service
-
SubMethod: string
Usually set in rules to the specific processing that was done on the event, for example, the MIB that defines the trap, or the string "watchdog", or "Unknown".Example:
$SERVICENAME
-
SubNode: string
The Instance of the Event, for example, the ifIndex value of a linkUp trap. Mechanization CorrelateProblemResolutions requires that this is the same for correlating eventsExample:
$SERVICEID
-
Summary: string
Event description summary.Example:
Service $STATE_TEXT ($VALUE $OPERATOR $THRESHOLD)
-
TicketFlag: string
A flag for the ticket state of this event. - 0 = no ticket - 1 = ticket to be created - 2 = processing - 3 = openedExample:
-
TicketID: integer
The Ticket ID associated with this Event in the external system. Should be populated by the process done to open the ticket in the external system.Example:
-
ZoneID: integer
Can be set to the Device Zone that the device is in.Example:
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object
-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
-
Array of:
object items
An error.
Nested Schema : items
Type:
object
An error.