Versions Compared

Key

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

...

Request

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

...

Header NameMandatory?Description
X-TransactionIdN

Unique transaction ID.  If it is not   sent it will be automatically generated by on a request receipt.

X-FromAppIdYFor  auditing  purpose  each  component  calling API should identify  itself  by sending its  identity. If this header with non-null value is not supplied the HTTP Request will be rejected with '400 Bad Syntax’ response code.
Accept NDetermines the format of the body of the response. Valid values are :  “application/json”

...


Response

JSON compliant to the following data model. TO DO: Look at ONAP Common Model for opportunities for further alignment.

Error Handling

The following are requirements against the error reporting solution

...