AuditEventFormatterCommands command group for the AdminTask object

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.

Use the following commands to display information about the audit event formatter:

getEventFormatterClass

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.

이 명령을 실행하려면 사용자가 모니터 관리 역할을 보유하고 있어야 합니다.

Target object

None.

Required parameters

-emitterRef
Specifies the reference ID of the audit service provider implementation of interest. (String, required)

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

  • Using Jython string:
    AdminTask.getEventFormatterClass('-emitterRef AuditServiceProvider_1173199825608')
  • Using Jython list:
    AdminTask.getEventFormatterClass(['-emitterRef', 'AuditServiceProvider_1173199825608'])

Interactive mode example usage

  • Using Jython:
    AdminTask.getEventFormatterClass('-interactive')

주제 유형을 표시하는 아이콘 참조 주제



시간소인 아이콘 마지막 업데이트 날짜: July 9, 2016 6:09
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rxml_7audit9
파일 이름:rxml_7audit9.html