You can use the Jython scripting language to manage the security auditing system with the wsadmin tool. Use the commands and parameters in the AuditEventFormatterCommands group to manage the event formatter for the audit service provider.
The getEventFormatterClass command retrieves the class name of the event formatter specified by the reference ID of the binary file audit service provider of interest.
The user must have the monitor administrative role to run this command.
Target object
None.
Required parameters
Return value
The command returns a null value if the event formatter class is not defined for the audit service provider implementation of interest.
Batch mode example usage
AdminTask.getEventFormatterClass('-emitterRef AuditServiceProvider_1173199825608')
AdminTask.getEventFormatterClass(['-emitterRef', 'AuditServiceProvider_1173199825608'])
Interactive mode example usage
AdminTask.getEventFormatterClass('-interactive')