nueventlog

nueventlog.NUEventLog(bambou.nurest_object.NUMetaRESTObject,):

The API retrieves the events related to a particular entity

Attributes

  • request_id: Holds the unique ID generated for the REST request associated with this event.
  • diff: Holds the results of diff between two objects of same type.
  • enterprise: The enterprise name of the user who triggered this event.
  • entities: List of entities associated with the event.
  • entity_id: The entity id associated with this event.
  • entity_parent_id: The entity parent id associated with this event. It can be null.
  • entity_parent_type: Event parent entity type. Generally reported against enterprise.
  • entity_scope: Specify if scope of entity is Data center or Enterprise level
  • entity_type: The entity type of this event. It may be Domain, VirtualMachine, etc.,
  • user: The authenticated user who triggered this event.
  • event_received_time: The time that event was received.
  • external_id: External object ID. Used for integration with third party systems
  • type: The event type (CREATE, UPDATE or DELETE).

Children

class fetcher
numetadata.NUMetadata metadatas
nuglobalmetadata.NUGlobalMetadata global_metadatas

Parents