logging host ipv4addr¶
host DNS name or ipv4 address of remote syslog server
ipv4addr Specification¶
Parameter Value Type Collection Object Key(s) host-ipv4 Collection Name ipv4addr-list Collection URI /axapi/v3/logging/host/ipv4addr Element Name ipv4addr Element URI /axapi/v3/logging/host/ipv4addr/{host-ipv4} Element Attributes ipv4addr_attributes Partition Visibility shared Schema ipv4addr schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/logging/host/ipv4addr | ||
Create List | POST | /axapi/v3/logging/host/ipv4addr | ||
Get Object | GET | /axapi/v3/logging/host/ipv4addr/{host-ipv4} | ||
Get List | GET | /axapi/v3/logging/host/ipv4addr | ||
Modify Object | POST | /axapi/v3/logging/host/ipv4addr/{host-ipv4} | ||
Replace Object | PUT | /axapi/v3/logging/host/ipv4addr/{host-ipv4} | ||
Replace List | PUT | /axapi/v3/logging/host/ipv4addr | ||
Delete Object | DELETE | /axapi/v3/logging/host/ipv4addr/{host-ipv4} |
ipv4addr-list¶
ipv4addr-list is JSON List of ipv4addr attributes
ipv4addr-list : [
]
ipv4addr attributes¶
host-ipv4
Description Set syslog host ip address
Type: string
Format: host
over-tls
Description Enable remote logging over TLS session
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
port
Description Set remote syslog port number
Type: number
Range: 1-32767
Default: 514
tcp
Description Use TCP as transport protocol
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
use-mgmt-port
Description Use management port for connections
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters