Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
logging-level | LoggingLevel | The Logging level: production, debug, verbose_debug | |
advanced-diagnostics | xs:boolean | !! DEPRECATED, value may be ignored !!! Check to include advanced diagnostics in log downloads | |
rolling-frequency | RollingFrequency | Log file rolling frequency: hourly, halfday, daily, weekly | |
retention-period | RetentionPeriod | Log file retention period in days | Mandatory |
entity-tag | 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. | |
remote-log-enabled | xs:boolean | Enables you to forward selected log entries to a central log management server | |
remote-server | RemoteServer | The address of the destination server. It must be running some version of syslog. | |
syslog-facility | SyslogFacility | The facility value. | |
logs-to-forward | List of LogsToForward | The log or logs to forward. | |
remote-server-port | xs:int | The port to use to connect to the destination syslog server. | |
remote-server-transport | RemoteServerTransport | The transport protocol to use when connecting to the destination syslog server. |
Name | Type | Description | Attributes |
---|---|---|---|
name | xs:string | Mandatory | |
forward | xs:boolean | Whether this log file should be forwarded. Default false. |
Name | Type | Restrictions |
---|---|---|
RemoteServerTransport | xs:string | Value must be one of:
|
SyslogFacility | xs:string | Value must be one of:
|
RemoteServer | xs:string | Length of value must be >=0 Length of value must be <=256 |
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
RetentionPeriod | xs:int | |
RollingFrequency | xs:string | Value must be one of:
|
LoggingLevel | xs:string | Value must be one of:
|