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:
  • type – (type) The type of entity. For example, VM, node, cluster and so on.

  • name – (name) The name of the entity.

  • ext_id – (ext_id) Unique UUID of the entity.

property ext_id#

Unique UUID of the entity.

Type:

str

property name#

The name of the entity.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property type#

The type of entity. For example, VM, node, cluster and so on.

Type:

str