EntityReference#
- class EntityReference(type=None, name=None, ext_id=None, *args, **kwargs)[source]#
Bases:
object
The source entity associated with the alert/event/audit.
- Parameters:
- property ext_id#
Unique UUID of the entity.
- Type:
str
- property name#
The name of the entity.
- Type:
str
- property type#
The type of entity. For example, VM, node, cluster and so on.
- Type:
str