I have requirement, I get to prepare report to management on every month basis.
Reports like below.
No.of Transactions in Queue
No.of Transactions processed successfully
No.of Transactions failed with system Exception
No.of Transactions failed with Business Exception.
What is average time taken for processing successfully processed
same for business exceptions
I could not able to find releated API in orchestrator.
in single shot i want the details which visible to us in orchestrator → Queue
I am using this but it is difficult to read all items processing time and do calculations.
if we have any api which can directly give value as i shown in picture.
if you can see this Image where you can get these details in Swagger.
Thanks for info.
I already have script for reading details but facing difficulty to get the linq query for average and count for retried, application, deleted, business exception, success.