...
See also POMBA Initiating Audit to see how some of these parameters were input parameters into the audit.
TODO: Confirm final names (lowerCamel versus dashed-form etc)
Field Name | Description | |
---|---|---|
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. Searchable field. | |
validationTimestamp | UTC timestamp for the validation event in the format:
| transaction-Searchable and Aggregatable field. |
_id | A 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. | |
_type | Searchable and Aggregatable field. | |
_score | Score of the validation. Optional field. | |
_index | Index of the report. Searchable and Aggregatable field. | |
client | client information from X-FromAppId | |
model-version-idmodelVersionId | The model-version-id field provided to initiate the auditmodel-invariant-id. Searchable field. | |
modelInvariantId | The model-invariant-id field provided to initiate the audit. Searchable field. | |
serviceInstanceId | Identifier of this service instance, which was provided to initiate the audit. Searchable field. | |
statusresult | "Pass" or "Fail", depending on whether any violations were found. Searchable field. | |
dataQuality | A 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 | |
modelName | The detailed model Name. Searchable field. | |
violations | Array of violations. See below. |
...
Field | Description |
---|---|
severity | Critical, Major, Minor, Warning |
violationTimestamp | Time of violation |
violationType | Type of violation - ?? |
validationRule | Rule that was violated - See POMBA Rules |
category | Category 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 |
violationId | Globally unique identifier for this violation |
modelName | The detailed model name |
violationDetails | For each data source triggered as part of this rule
|
An example of the Kibana validation report is as follows:
...