Versions Compared

Key

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

A Context Builder is a Microservice that supports that the POMBA Context Buidler Builder API and provides access to data from a particular ONAP data source or from a particular type of data (network/primary source, for example), outside of ONAP. Context builders are standalone pieces of software that expose the context builder API.  Flavours of Context Builders

Note the Data Dictionary (see Integration with Data Dictionary)  is not a context builder as it integrates directly with the validation service, but conceptually is similar


Gliffy Diagram
namecontextbuilder
pagePin25

This page captures requirements for POMBA context builders to follow so they can plug into the POMBA framework and enable audit reports from new data sources.

...

ParameterMandatory?Description
ServiceInstanceIdYInstance id of the service being audited
ModelVersionIdN (except SDC)

Model UUID as published in service model metadata

ModelInvariantIdN (except SDC)

SDC generated invariant id as published in   service model metadata

...

Header NameMandatory?Description
X-ONAP-TransactionIdRequestIDN

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”

...

JSON compliant to the following data model. This Data Model shall migrate to the ONAP Common Model, when ready. The versioning strategy will help facilitate this migration. See also POMBA Casablanca Model


Image RemovedImage Added


POMBA Common Model in Java

...