Package comodit_client :: Package api :: Module audit :: Class AuditLog

Class AuditLog


An audit log. An audit log describes an operation a ComodIT user executed on a particular entity or on an entity it owns (also recursively, via the collections it owns). The operation and target entity are described by message property.

Instance Methods

Inherited from util.json_wrapper.JsonWrapper: __init__, dump_json, get_json, get_real_json, load_json, print_json, set_json

Inherited from object: __long__, __native__, __nonzero__, __unicode__, next

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
string timestamp
When the operation was executed.
string message
A text describing the operation and target entity.
string initiator_username
User's username.
string initiator_full_name
User's full name.

Inherited from object: __class__

Property Details

timestamp

When the operation was executed. Time has ISO-8601 format.

Get Method:
unreachable.timestamp(self) - When the operation was executed.
Type:
string

message

A text describing the operation and target entity.

Get Method:
unreachable.message(self) - A text describing the operation and target entity.
Type:
string

initiator_username

User's username.

Get Method:
unreachable.initiator_username(self) - User's username.
Type:
string

initiator_full_name

User's full name.

Get Method:
unreachable.initiator_full_name(self) - User's full name.
Type:
string