router log file¶
Logging to file
file Specification¶
Type Configuration Resource Element Name file Element URI /axapi/v3/router/log/file Element Attributes file_attributes Schema file schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/router/log/file | ||
Get Object | GET | /axapi/v3/router/log/file | ||
Modify Object | POST | /axapi/v3/router/log/file | ||
Replace Object | PUT | /axapi/v3/router/log/file | ||
Delete Object | DELETE | /axapi/v3/router/log/file |
file attributes¶
name
Description Logging filename (File name)
Type: string
Maximum Length: 32 characters
Maximum Length: 1 characters
per-protocol
Description Per protocol
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
rotate
Description Log file rotation (Number of backup files)
Type: number
Range: 0-100
size
Description Log file maximum size (File size in MBytes)
Type: number
Range: 0-1000000
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters