EntityConfigEvent

EntityConfigEvent
Entity Config Event

Represents a configuration change event for an entity. These events track lifecycle changes such as when entities are created, deleted, or moved between parent entities (e.g., a VM removed from a group).

JSON Example
{
    "event_time": 0
}
event_type
Optional

Type of configuration change - ADDED (entity was created), DELETED (entity was removed), or REMOVED_FROM_PARENT_ENTITY (entity was moved out of its parent entity).

Enumeration: ADDED, DELETED, REMOVED_FROM_PARENT_ENTITY
event_time
Optional

Timestamp in milliseconds since epoch.