Uploaded image for project: 'Common Controller SDK'
  1. Common Controller SDK
  2. CCSDK-3739

Possible Bug: A1-Adapter API auto-generated openAPI & documentation not correct - A1 London

XMLWordPrintable

      From Documentation:
      https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/offeredapis/a1-adapter-api.html#/paths/~1restconf~1operations~1A1-ADAPTER-API:putA1Policy/post

      Request payload sample

      {"A1-ADAPTER-API:body": ..... ,"A1-ADAPTER-API:http-status": ..... } 

      Actual request that's needed:

      {"input":{"body": .... ,"http-status": ....}}

       

      Response payload sample

      {"A1-ADAPTER-API:body": ....  ,"A1-ADAPTER-API:http-status": ..... } 

      Actual response that comes out:

      {"A1-ADAPTER-API:output":{"body": .... ,"http-status": ....}}

       

       

      The OpenAPI file, which is used for the HTML API decoumentation,  is auto generated from the Yang file defining the corresponding Netconf RPCs
      More investigation needed.

            djtimoney Dan Timoney
            JohnKeeney John Keeney
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: