acos-events log-server stats¶
Statistics for the object log-server
log-server Specification¶
Parameter Value Type Collection Collection Name log-server-list Collection URI /axapi/v3/acos-events/log-server/{name} Element Name log-server Element URI /axapi/v3/acos-events/log-server/{name}/stats Element Attributes log-server_attributes Partition Visibility None Schema log-server schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/acos-events/log-server/{name} | ||
Create List | POST | /axapi/v3/acos-events/log-server/{name} | ||
Get Object | GET | /axapi/v3/acos-events/log-server/{name}/stats | ||
Get List | GET | /axapi/v3/acos-events/log-server/{name} | ||
Modify Object | POST | /axapi/v3/acos-events/log-server/{name}/stats | ||
Replace Object | PUT | /axapi/v3/acos-events/log-server/{name}/stats | ||
Replace List | PUT | /axapi/v3/acos-events/log-server/{name} | ||
Delete Object | DELETE | /axapi/v3/acos-events/log-server/{name}/stats |
log-server-list¶
log-server-list is JSON List of log-server attributes
log-server-list : [
]
log-server attributes¶
name
Description Server Name
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
port-list
Type: List
Reference Object: /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol}
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
port-list¶
Specification Value Type list Block object keys port-number
Description Port Number
Type: number
Range: 0-65534
protocol
Description ‘tcp’: TCP Port; ‘udp’: UDP Port;
Type: string
Supported Values: tcp, udp
stats
Description: stats is a JSON Block. Please see below for port-list_stats
Type: Object
port-list_stats¶
Specification Value Type object msgs_sent
Description Number of log messages sent
Type: number
Format: counter
stats¶
Specification Value Type object msgs_sent
Description Number of log messages sent
Type: number
Format: counter