addSyslogServer
The addSyslogServer operation handles configuration related to SyslogServer model.
Data Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
| deviceInterface | False | object | The interface by which the remote syslog server is reached. Field level constraints: cannot be null. (Note: Additional constraints might exist) Allowed types are: [BridgeGroupInterface, PhysicalInterface, SubInterface] |
||
| host | False | string | The IP address of the remote syslog server. Field level constraints: cannot be null, cannot have HTML, must be a valid IP address. (Note: Additional constraints might exist) |
||
| port | False | string | The port of the remote syslog server. Field level constraints: cannot have HTML, must be a valid port from 1 to 65535 or a valid port range. (Note: Additional constraints might exist) |
||
| type | False | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | ||
Example
- name: Execute 'addSyslogServer' operation
ftd_configuration:
operation: "addSyslogServer"
data:
deviceInterface: "{{ device_interface }}"
host: "{{ host }}"
port: "{{ port }}"
type: "{{ type }}"