BaseEvent

BaseEvent
BaseEvent
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "1000:104:12213212",
    "name": "My Name",
    "entity_type": "VirtualMachine",
    "anchor_entities": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine",
            "entity_name": "string"
        }
    ],
    "related_entities": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine",
            "entity_name": "string"
        }
    ],
    "message": "string",
    "event_tags": [
        "string"
    ],
    "admin_state": "string",
    "archived": false,
    "event_time_epoch_ms": 0,
    "event_type": "UserDefinedEvent",
    "recommendations": [
        "string"
    ],
    "notes": "string"
}