Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.33 KB

AaaAbstractAuditRecord.md

File metadata and controls

15 lines (11 loc) · 1.33 KB

AaaAbstractAuditRecord

AbstractAuditRecord is an abstract base type that specifies the common properties for all audit log records concrete sub-types.

Properties

Name Type Description Notes
event str The operation that was performed on this Managed Object. The event is a compound string that includes the CRUD operation such as Create, Modify, Delete, and a string representing the Managed Object type. [optional]
mo_type str The object type of the REST resource that was created, modified or deleted. [optional]
object_moid str The Moid of the REST resource that was created, modified or deleted. [optional]
request object The body of the REST request that was received from a client to create or modify a REST resource, represented as a JSON document. [optional]
trace_id str The trace id of the request that was used to create, modify or delete a REST resource. A trace id is a unique identifier for one particular REST request. It may be used for troubleshooting purpose by the Intersight technical support team. [optional]

[Back to Model list] [Back to API list] [Back to README]