logging host ipv6addr¶
ipv6 address of remote syslog server
ipv6addr Specification¶
Type Collection Object Key(s) host-ipv6 Collection Name ipv6addr-list Collection URI /axapi/v3/logging/host/ipv6addr Element Name ipv6addr Element URI /axapi/v3/logging/host/ipv6addr/{host-ipv6} Element Attributes ipv6addr_attributes Schema ipv6addr schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/logging/host/ipv6addr | ||
Create List | POST | /axapi/v3/logging/host/ipv6addr | ||
Get Object | GET | /axapi/v3/logging/host/ipv6addr/{host-ipv6} | ||
Get List | GET | /axapi/v3/logging/host/ipv6addr | ||
Modify Object | POST | /axapi/v3/logging/host/ipv6addr/{host-ipv6} | ||
Replace Object | PUT | /axapi/v3/logging/host/ipv6addr/{host-ipv6} | ||
Replace List | PUT | /axapi/v3/logging/host/ipv6addr | ||
Delete Object | DELETE | /axapi/v3/logging/host/ipv6addr/{host-ipv6} |
ipv6addr-list¶
ipv6addr-list is JSON List of ipv6addr attributes
ipv6addr-list : [
]
ipv6addr attributes¶
host-ipv6
Description Set syslog host ipv6 address
Type: string
Format: ipv6-address
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