[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
InlineBaseEvent1
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
array of
string
event_tags
Optional
Event tags
integer as int64
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
array of
string
recommendations
Optional
A list of recommended remedies
JSON Example
{
"admin_state": "ENABLED",
"anchor_entities": [
{
"entity_id": "string",
"entity_type": "VirtualMachine"
}
],
"archived": false,
"event_tags": [
"string"
],
"event_time_epoch_ms": 0,
"event_type": "UserDefinedEvent",
"message": "string",
"recommendations": [
"string"
],
"related_entities": [
{
"entity_id": "string",
"entity_type": "VirtualMachine"
}
]
}