...
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.
PEER PORT:
Port is an abstract model definition of a port. A port can be an OLT or an ONT portPeer port indicates the connection to the parent or child device. It consists of the following properties:
...
type(enum): Type indicates the device as an PON_OLT or an PON_ONT.
owner_device_id (string):
Serial numberIdentifier 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
connected device
- port_no (int): Identifier of the connected port.
SUBSCRIBER:
Subscriber is a model object that allows us to provision customer.
...