Versions Compared

Key

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

...

Field NameDescription
validationId

A unique identifier for the validation. Each validation has a non-deterministic UUID. Consequently, each validationId is different even if the contents of the validation are the same.

validationTimestamp

UTC timestamp for the validation event in the format:

yyyyMMdd'T'HHmmssZ

transaction-idA user provided transaction id. This will allow for tracing of the audit through its various operations. If the same transaction id is used as the operation that is being audited related to this service instance id, then this provides even greater traceability. In the case of POMBA, this is X-ONAP-RequestID from the REST header.
clientclient information from X-FromAppId
model-version-idThe model-version-id field provided to initiate the audit
model-invariant-idThe model-invariant-id field provided to initiate the audit.
serviceInstanceIdIdentifier of this service instance, which was provided to initiate the audit.
status"Pass" or "Fail", depending on whether any violations were found
dataQualityA field that reports any issues found during the audit that prevented the audit from fully being successfully run.  status = "ok" or "error"; error = error message related to specific data quality issues encountered.
requestId

request Id from X-ONAP-RequestID

modelNameThe detailed model Name
violationsArray of violations. See below.

...

FieldDescription
severityCritical, Major, Minor, Warning
violationTimestampTime of violation
violationTypeType of violation - ??
validationRule

Rule that was violated - See POMBA Rules

categoryCategory as defined in the rule definition. See POMBA Rules
errorMessage

An error message describing the validation failure.  For POMBA, this is a simple string, with the violation details providing specifics of the violation

violationIdGlobally unique identifier for this violation

violationDetails

For each data source triggered as part of this rule

  • data source name (ie context builder name)
  • attribute name
  • attribute value

An example of the Kibana validation report is as follows:

Image Added

DMaaP

Each audit report, in addition to being viewable via Kabana, can be consumed in real-time via a DMaaP message. See  POMBA DMaaP

...