openBackhaul / MicroWaveDeviceInventory

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

Observing 503 Error when invoking field filter for live #931

Closed Ziabatcha closed 4 months ago

Ziabatcha commented 4 months ago

pkg: 1.1.0a_impl

Observing 503 Error when invoking field filter for live

 curl -X GET "http://xx:xx/core-model-1-4:network-control-domain=live/control-construct=5132500008/logical-termination-point=LTP-MWPS-TTP-RADIO-1A/ltp-augment-1-0:ltp-augment-pac?fields=external-label" -H "accept: application/json" -H "user: User Name" -H "originator: Resolver" -H "x-correlator: 550e8400-e29b-11d4-a716-446655440000" -H "trace-indicator: 1.3.1" -H "customer-journey: Unknown value" -H "operation-key: Operation key not yet provided."
{
  "code": 503,
  "message": "Service Unavailable"
}
nardecchia-siae commented 4 months ago

The error message is due to the fact that 5132500008 is not a valid mount-name. The correct one is 513250008. With the last one the same query is correct

Ziabatcha commented 4 months ago

Thanks for the information. Closing this issue.