openBackhaul / MicroWaveDeviceInventory

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

/core-model-1-4:network-control-domain=cache/link={uuid} DELETE error response needs to be changed #968

Closed kmohr-soprasteria closed 2 weeks ago

kmohr-soprasteria commented 2 months ago

With a GET the service returns the following for an unknown link:

The DELETE returns:

The responseCode indicates a success, although actually nothing could be deleted, as the link is not found. So I would have expected the responseCode to be 404. The message should not be "unable to FETCH records for link ...", but "unable to DELETE records for link ..."

(The link-port service already returns a 404.)

Ziabatcha commented 1 month ago
Tested with latest package 1.1.2e, Issue still persist.
observing 500 Internal server error when trying to delete a link that doesnt exists.

http://xxxxx:3008/core-model-1-4:network-control-domain=cache/link=53361678

{
  "code": 500,
  "message": "Internal Server Error"
}
kmohr-soprasteria commented 1 month ago

SIAE info: next version will have 404.

Ziabatcha commented 2 weeks ago

Retested with package 1.1.2f and observing 404 response while trying to delete an unknown LINK . Hence closing the issue

http://xx:xx/core-model-1-4:network-control-domain=cache/link=LTP-MWPS-TTP-1-9

{ "code": 404, "message": "unable to DELETE records for link LTP-MWPS-TTP-1-9" }