BaseEntity

BaseEntity
Base Entity

Base schema for all entities in visualization. Provides common properties shared across all entity types including identity, metadata, relationship. All specialized entity types (groups, VMs, etc.) extend this base schema.

JSON Example
{
    "association_count": 0,
    "id": "string",
    "reference_id": "string",
    "name": "string",
    "last_updated_time": 0
}
integer As int32 As int32
association_count
Optional

Count of associated entities.

string
id
Optional

Id of base entity.

string
reference_id
Optional

Reference id of base entity.

string
name
Optional

Display name of the entity.

last_updated_time
Optional

Timestamp in milliseconds since epoch.