getauditsyslogparamsResult Structure Definition

The getauditsyslogparamsResult structure defines the return type for getauditsyslogparams 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.

auditsyslogparamsList

List of auditsyslogparamss


auditsyslogparams Structure Definition

The auditsyslogparams structure defines the actual return type values for getauditsyslogparams API.

Syntax



Members

name

Name.
NOTE: This attribute is deprecated.
This argument is deprecated since for syslog and nslogparms there is no name.

serverip

IP address of the syslog server.

serverport

Port on which the syslog server accepts connections.

dateformat

Format of dates in the logs. Supported formats are: * MMDDYYYY - U.S. style month/date/year format. * DDMMYYYY. European style -date/month/year format. * YYYYMMDD - ISO style year/month/date format.

loglevel

Types of information to be logged. Available settings function as follows: * ALL - All events. * 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. * NONE - No events.

logfacility

Facility value, as defined in RFC 3164, assigned to the log message. Log facility values are numbers 0 to 7 (LOCAL0 through LOCAL7). Each number indicates where a specific message originated from, such as the Citrix ADC itself, the VPN, or external.

tcp

Log TCP messages.

acl

Log access control list (ACL) messages.

timezone

Time zone used for date and timestamps in the logs. Available settings function as follows: * GMT_TIME - Coordinated Universal Time. * LOCAL_TIME Use the server's timezone setting.

userdefinedauditlog

Log user-configurable log messages to syslog. Setting this parameter to NO causes audit to ignore all user-configured message actions. Setting this parameter to YES causes audit to log user-configured message actions that meet the other logging criteria.

appflowexport

Export log messages to AppFlow collectors. Appflow collectors are entities to which log messages can be sent so that some action can be performed on them.

builtin

Indicates that a variable is a built-in (SYSTEM INTERNAL) type.

lsn

Log the LSN messages

alg

Log the ALG messages

subscriberlog

Log subscriber session event information

dns

Log DNS related syslog messages

sslinterception

Log SSL Interceptionn event information

urlfiltering

Log URL filtering event information
NOTE: This attribute is deprecated.
URLFiltering feature is no longer supported. Hence, this argument is deprecated for auditlogging, syslog and nslogparms.

contentinspectionlog

Log Content Inspection event ifnormation

streamanalytics

Export log stream analytics statistics to syslog server

protocolviolations

Log protocol violations

denylistviolations

Log denylist violations

_nextgenapiresource


See Also