You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

There will be two ways to initiate a POMBA Audit

  • Manually calling the REST API
  • Automatically by ensuring an end of transaction event is sent as part of SO flows (future)

Either way, results will available via the report (POMBA Reporting) or directly via DMaap Event (POMBA DMaaP)

Manual Audits

A manual audit can be triggered by calling the POMBA REST API with the following parameters as JSON in the body of a POST request to data-router/v1/orchestration-event-service/orchestration-event

  • serviceInstanceList
    • Model-version-id
    • Model-invariant-id
    • Service-instance-id


If the request is well-formed and valid, a response of 200 (OK) will be returned and the audit will return in the background

The Swagger definition of this API is coming soon

Automatic Audits

The ultimate goal is to have SO send an end of transaction event once is has completed it workflow. POMBA would listen for these events, and trigger an audit as appropriate. This event and the work to listen for it is not confirmed in Casablanca.



  • No labels