(CNIT) REST API for configuring the OC transceiver(s)
Proposers
- Mohammad Ismaeel (CNIT)
- Andrea Sgambelluri (CNIT)
- Filippo Cugini (CNIT)
Description
This new feature has been designed to expose a NBI interface based on REST to configure the controlled OpenConfig optical terminals. The API has a data model based on a list, permitting even the configuration of multiple device at the same time. Following the considered data model:
{
"devices":[
{
"frequency":193200000,
"target-output-power": 0,
"operational-mode":7,
"port":"6",
"device_name":"T2.1"
},
{
"frequency": 193200000,
"target-output-power": 0,
"operational-mode":7,
"port":"1",
"device_name":"T1.1"
}
]
}
Demo or definition of done
Acknowledgements
This work is funded by the SNS Joint Undertaken through the SEASON project Grant Agreement number 101096120.