Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All context builders must support a REST API with the following features.  If the request is not well-formed or is missing mandatory parameters, the request shall return an error, as appropriate.

See also the work in progress POMBA Context Builder Swagger

Versioning

The API shall be compliant to the ONAP API versioning strategy

See also the work in progress POMBA Context Builder SwaggerNote that a url version path without a version number shall always run the latest version of the API.

Request

GET  http://<host>:<port>/<server.contextPath>/service/context?<parameters>

...