mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 18:23:32 +00:00
23 lines
475 B
YAML
23 lines
475 B
YAML
type: object
|
|
description:
|
|
This section contains the traffic counters of the logical interface.
|
|
properties:
|
|
vid:
|
|
type: number
|
|
rx_bytes:
|
|
type: number
|
|
description:
|
|
The number of bytes received.
|
|
rx_packets:
|
|
type: number
|
|
description:
|
|
The number of packets received.
|
|
tx_bytes:
|
|
type: number
|
|
description:
|
|
The number of bytes transmitted.
|
|
tx_packets:
|
|
type: number
|
|
description:
|
|
The number of packets transmitted.
|