| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | Array of Link | See Definition of Link | |
| loggingLevel | LoggingLevel | The Logging level: production, debug, verbose_debug | |
| advancedDiagnostics | boolean | !! DEPRECATED, value may be ignored !!! Check to include advanced diagnostics in log downloads | |
| rollingFrequency | RollingFrequency | Log file rolling frequency: hourly, halfday, daily, weekly | |
| retentionPeriod | RetentionPeriod | Log file retention period in days | Mandatory |
| entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. | |
| remoteLogEnabled | boolean | Enables you to forward selected log entries to a central log management server | |
| remoteServer | RemoteServer | The address of the destination server. It must be running some version of syslog. | |
| syslogFacility | SyslogFacility | The facility value. | |
| logsToForward | Array of LogsToForward | The log or logs to forward. | |
| remoteServerPort | int | The port to use to connect to the destination syslog server. | |
| remoteServerTransport | RemoteServerTransport | The transport protocol to use when connecting to the destination syslog server. |
| Name | Type | Description | Attributes |
|---|---|---|---|
| name | string | Mandatory | |
| forward | boolean | Whether this log file should be forwarded. Default false. |
| Name | Type | Restrictions |
|---|---|---|
| RemoteServerTransport | string | Value must be one of:
|
| SyslogFacility | string | Value must be one of:
|
| RemoteServer | string | Length of value must be >=0 Length of value must be <=256 |
| EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
| RetentionPeriod | int | |
| RollingFrequency | string | Value must be one of:
|
| LoggingLevel | string | Value must be one of:
|