[IOTDM-55] iplugin-cfg-key-get on non existing key returns 200 ok Created: 25/Jan/17  Updated: 20/Nov/17

Status: Open
Project: iotdm
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Miroslav Kovac Assignee: Tomas Janciga
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 7676
Priority: Low

 Description   

POST request
path - http://localhost:8181/restconf/operations/onem2m-simple-config:iplugin-cfg-key-get

body :
{
"input":

{ "plugin-name": "Onem2mExample", "instance-name": "default", "cfg-key": "testKey2" }

}

it testKey2 doesn`t exist it will return 200 ok with body:
{
"output":

{ "instance-name": "default", "plugin-name": "Onem2mExample" }

}

Should return 404 not found


Generated at Wed Feb 07 20:05:03 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.