getauditmessageactionResult Structure Definition

The getauditmessageactionResult structure defines the return type for getauditmessageaction API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

auditmessageactionList

List of auditmessageactions


auditmessageaction Structure Definition

The auditmessageaction structure defines the actual return type values for getauditmessageaction API.

Syntax



Members

name

Name of the audit message action.

loglevel

Audit log level, which specifies the severity level of the log message being generated.. The following loglevels are valid: * EMERGENCY - Events that indicate an immediate crisis on the server. * ALERT - Events that might require action. * CRITICAL - Events that indicate an imminent server crisis. * ERROR - Events that indicate some type of error. * WARNING - Events that require action in the near future. * NOTICE - Events that the administrator should know about. * INFORMATIONAL - All but low-level events. * DEBUG - All events, in extreme detail.
NOTE: This attribute is deprecated.
This is deprecated - instead use loglevel2

loglevel2


stringbuilderexpr

Default-syntax expression that defines the format and content of the log message.

logtonewnslog

Send the message to the new nslog.

bypasssafetycheck

Bypass the safety check and allow unsafe expressions.
NOTE: This attribute is deprecated.
bypassSafetyCheck is deprecated globally. Hence, deprecating this option in audit messageaction as well

hits

The number of times the action has been taken.

undefhits

The number of times the action resulted in UNDEF.

referencecount

The number of references to the action.

_nextgenapiresource


See Also