openBackhaul / MicroWaveDeviceInventory

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

Observing 500 Internal server error for all CacheAPIs when tried with filter option #930

Closed Ziabatcha closed 4 months ago

Ziabatcha commented 4 months ago

Package: 1.1.0.a_impl

Observing 500 Internal server error for all CacheAPIs when tried with filter option

http://xx:xx/core-model-1-4:network-control-domain=cache/control-construct=513250008/logical-termination-point=LTP-VLAN-TTP-LAN-1/layer-protocol=LP-VLAN-TTP-LAN-1/vlan-interface-1-0:vlan-interface-pac/vlan-interface-configuration?fields=interface-kind%3Bdefault-vlan-id%3Bsub-layer-protocol-name'

{"code": 500, "message": "Internal Server Error"}
Ziabatcha commented 4 months ago

Tested with latest pkg 1.1.2.a_impl. Issue is no longer observed.

Able to retrieve the value with field-filter.

http://xx:xx/core-model-1-4:network-control-domain=cache/control-construct=513250008/logical-termination-point=LTP-MWPS-TTP-RADIO-1A/ltp-augment-1-0:ltp-augment-pac?fields=external-label

{
  "ltp-augment-1-0:ltp-augment-pac": {
    "external-label": "533616788A"
  }
}