acos-events collector-group stats¶
Statistics for the object collector-group
collector-group Specification¶
Parameter Value Type Collection Collection Name collector-group-list Collection URI /axapi/v3/acos-events/collector-group/{name} Element Name collector-group Element URI /axapi/v3/acos-events/collector-group/{name}/stats Element Attributes collector-group_attributes Partition Visibility None Schema collector-group schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/acos-events/collector-group/{name} | ||
Create List | POST | /axapi/v3/acos-events/collector-group/{name} | ||
Get Object | GET | /axapi/v3/acos-events/collector-group/{name}/stats | ||
Get List | GET | /axapi/v3/acos-events/collector-group/{name} | ||
Modify Object | POST | /axapi/v3/acos-events/collector-group/{name}/stats | ||
Replace Object | PUT | /axapi/v3/acos-events/collector-group/{name}/stats | ||
Replace List | PUT | /axapi/v3/acos-events/collector-group/{name} | ||
Delete Object | DELETE | /axapi/v3/acos-events/collector-group/{name}/stats |
collector-group-list¶
collector-group-list is JSON List of collector-group attributes
collector-group-list : [
]
collector-group attributes¶
name
Description Specify log server group name
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Value Type object msgs_dropped
Description Number of messages dropped for other reasons
Type: number
Format: counter
msgs_rate_limited
Description Number of rate limited log messages
Type: number
Format: counter
msgs_sent
Description Number of log messages sent
Type: number
Format: counter