Uploaded image for project: 'iotdm'
  1. iotdm
  2. IOTDM-55

iplugin-cfg-key-get on non existing key returns 200 ok

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • unspecified
    • General
    • None
    • Operating System: All
      Platform: All

    • 7676
    • Low

      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

            tjanciga Tomas Janciga
            miroslav.kovac@pantheon.tech Miroslav Kovac
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: