openBackhaul / MicroWaveDeviceInventory

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

Cache APIs for capability /configuration throws 404 error across all interfaces Huawei 950 #877

Closed Ziabatcha closed 7 months ago

Ziabatcha commented 8 months ago

Cache APIs for capability and configuration throws 404 error all interfaces ( AIR/WIRE/VLAN/MAC/PES/ETHERNET-CONTAINER and HYBRID) - Huawei 950

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

/core-model-1-4:network-control-domain=cache/control-construct={mountName}/logical-termination-point={uuid}/layer-protocol={localId}/hybrid-mw-structure-2-0:hybrid-mw-structure-pac/hybrid-mw-structure-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-MWS-TTP-5-2/layer-protocol=LP-MWS-TTP-5-2/hybrid-mw-structure-2-0:hybrid-mw-structure-pac/hybrid-mw-structure-capability

{
  "code": 404,
  "message": "Field not found: hybrid-mw-structure-capability"
}

http://XXX:XX/core-model-1-4:network-control-domain=cache/control-construct=513250004/logical-termination-point=LTP-MWS-TTP-5-2/layer-protocol=LP-MWS-TTP-5-2/hybrid-mw-structure-2-0:hybrid-mw-structure-pac/hybrid-mw-structure-configuration
{
  "code": 404,
  "message": "Field not found: hybrid-mw-structure-configuration"
}
Ziabatcha commented 7 months ago

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