Test RTI API integration for Data Processing
Use this page to validate Real Time Ingestion (RTI) by sending ELR data through the Data Ingestion endpoint and verifying RTI processing outcomes.
On this page
Run the integration test
- Follow the Data Ingestion API testing guide to submit ELR payloads.
- Add the
versionrequest header in the ELR ingestion API call:version: 1uses the legacy batch importer flow.version: 2bypasses the legacy batch importer and triggers RTI.
For RTI testing, this header is the only required API change.

Validate ingestion and RTI processing status
Use the DI status endpoint to verify processing status after submission.
- Legacy flow status values in
NBS_Interface:QUEUED,FAILED,SUCESS. - RTI flow status values in
NBS_Interface:RTI_QUEUED,RTI_FAILURE,RTI_SUCESS_STEP_N.
RTI processing can complete in three status steps:
RTI_SUCESS_STEP_1: Data passed through core processing and should be available in the ODSE database.RTI_SUCESS_STEP_2: Applies when a WDS algorithm is configured; the service runs WDS comparison.RTI_SUCESS_STEP_3: Triggered after WDS completes; the service assigns the appropriate action for the ingested payload.

