ProblemEvent
Properties
string
admin_state
Optional
Administrative state of the event
Possible values are: ENABLED, DISABLED
boolean
archived
Optional
Whether of not the event is archived
string
entity_id
Optional
Entity ID that can be references in detail API calls
integer
event_close_time_epoch_ms
Optional
Not available
array of
string
event_tags
Optional
Event tags
integer
event_time_epoch_ms
Optional
Epoc timestamp of when the event was triggered
string
event_type
Optional
The type of event
string
message
Optional
Event message
string
name
Optional
Name of the object
array of
string
recommendations
Optional
A list of recommended remedies
string
severity
Optional
Not available
Possible values are: CRITICAL, MODERATE, WARNING, INFO
Property Of
ProblemWithTime
Returned By
Get Problem Event
Extends
BaseEvent
Extended By
FirewallRuleMaskEvent
UserDefinedProblemEvent
JSON Example
{
"admin_state": "string",
"anchor_entities": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"archived": false,
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"event_close_time_epoch_ms": 0,
"event_tags": [
"string"
],
"event_time_epoch_ms": 0,
"event_type": "UserDefinedEvent",
"message": "string",
"name": "My Name",
"recommendations": [
"string"
],
"related_entities": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"severity": "string"
}