openBackhaul / MicroWaveDeviceInventory

Physical and logical inventory of the MW SDN Domain
Apache License 2.0
5 stars 1 forks source link

Cache APIs for Ethernet-container-capability and configuration throws 404 error - Huawei 950 #876

Closed Ziabatcha closed 7 months ago

Ziabatcha commented 8 months ago

Cache APIs for Ethernet-container-capability and configuration throws 404 error - Huawei 950

/core-model-1-4:network-control-domain=cache/control-construct={mountName}/logical-termination-point={uuid}/layer-protocol={localId}/ethernet-container-2-0:ethernet-container-pac/ethernet-container-capability

/core-model-1-4:network-control-domain=cache/control-construct={mountName}/logical-termination-point={uuid}/layer-protocol={localId}/ethernet-container-2-0:ethernet-container-pac/ethernet-container-configuration

NOTE: the response is observed from LIVE.

http://xx:xx/core-model-1-4:network-control-domain=cache/control-construct=513250004/logical-termination-point=LTP-ETHERNETCONTAINER-TTP-5-2/layer-protocol=LP-ETHERNETCONTAINER-TTP-5-2/ethernet-container-2-0:ethernet-container-pac/ethernet-container-capability

{
  "code": 404,
  "message": "Field not found: ethernet-container-capability"
}

http://xx:xx/core-model-1-4:network-control-domain=cache/control-construct=513250004/logical-termination-point=LTP-ETHERNETCONTAINER-TTP-5-2/layer-protocol=LP-ETHERNETCONTAINER-TTP-5-2/ethernet-container-2-0:ethernet-container-pac/ethernet-container-configuration

{
  "code": 404,
  "message": "Field not found: ethernet-container-configuration"
}
Ziabatcha commented 7 months ago

Issue not observed with latest package test_v1.1.5. Hence closing the issue.