...
id (string): Identifier of the Device.
type(enum): Type indicates the device as an OLT device or an ONT device.
- serial_number(string): Serial number of the Device.
- opStatus(enum): Indicates the current status of the device. It can be active, failed, deactive...
- adminState(enum): Indicates that admin state device is enabled provisioned or not.
- connectionStatus(enum): Indicates the connection status of the device. It can be unknown, reachable, unreachable ...
...
no (int): Identifier of the port.
type(enum): Type indicates the device as an PON_OLT or an PON_ONT.
- owner_device_id(string): Serial number of the Device.
- opStatus(enum): Indicates the current status of the device. It can be active, failed, deactive...
- adminState(enum): Indicates that device is provisioned or not.
- rx_packets (Double): Received packets count.
- rx_bytes (Double): Received bytes count.
- rx_errors (Double): Received error count.
- tx_packets (Double): Transmitted packets count.
- tx_bytes (Double): Transmitted bytes count.
- tx_errors (Double): Errors count while transmitted .
SUBSCRIBER:
Subscriber is a model object that allows us to provision customer.
...