Internal API for sending test events for Data Clinic Event Processor.
Data Clinic Event Processor (1)
https://idp.cdq.com/_mock/apis/data-clinic-event-processor/api-v1/
https://data-clinic-event-processor.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/
https://data-clinic-event-processor.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/
- Mock server
https://idp.cdq.com/_mock/apis/data-clinic-event-processor/api-v1/storages/{storageId}/augmentationscounter
- Production SOAP
https://data-clinic-event-processor.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/storages/{storageId}/augmentationscounter
- Production
https://data-clinic-event-processor.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/storages/{storageId}/augmentationscounter
curl -i -X GET \
https://idp.cdq.com/_mock/apis/data-clinic-event-processor/api-v1/storages/72d6900fce6b326088f5d9d91049e3e6/augmentationscounter \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "value": "0" }
- Mock server
https://idp.cdq.com/_mock/apis/data-clinic-event-processor/api-v1/storages/{storageId}/augmentationscounter
- Production SOAP
https://data-clinic-event-processor.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/soap/v1/storages/{storageId}/augmentationscounter
- Production
https://data-clinic-event-processor.reverse-proxy.prod.k8s.production.cdq-cloud-engine.com/storages/{storageId}/augmentationscounter
curl -i -X PUT \
https://idp.cdq.com/_mock/apis/data-clinic-event-processor/api-v1/storages/72d6900fce6b326088f5d9d91049e3e6/augmentationscounter \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"value": "0"
}'{ "value": "0" }