APIs in Category: Audit
API version 4.0

 
AuditLogAddEntry
APIs related To audit logging. All audit entries will be logged in the audit.log file

NetApp Manage ONTAP API version 4.0
 
AuditLogAddEntry (supported) [top]

Log an entry in the audit log file of DataFabric Manager
Input Name Type
AuditLogAddEntry AuditLogAddEntry
 
Output Name Type
AuditLogAddEntryResult AuditLogAddEntryResult
 Error Name  Description
 EINTERNALERROR
 EINVALIDINPUT

 
Element definition: AuditLogAddEntry [top]
Log an entry in the audit log file of DataFabric Manager
Name Type Description
AuditApplicationName xsd:string
Name of the application which wants To log an entry in the audit log file.
AuditInterface xsd:string
optional
Specifies the Interface of the event being logged. Possible Values: web, command and log. Default Value is log.
AuditIpAddress xsd:string
optional
Specifies the IP Address of the machine From which the Operation is invoked.
AuditMessage xsd:string
Application specific message for audit logging.
AuditPriority xsd:string
Specifies the priority of the audit log entry. Possible Values: emergency, critical, Error, warning and information
AuditType xsd:string
Specifies the Type of the event being logged. Possible Values: input, Error, Action and output

 
Element definition: AuditLogAddEntryResult [top]
[none]