My requirement is get the all the queue details and from each queue need to find the number of active calls,number of calls in transist,number of calls in VHT etc from genesys Stat server. I am using Platform SDK APIs.
Followed the below steps
Get the list of queues(virtual) from Config server.
Able to get using CFGDNQuery object.
2.Finding statistic values using dynamic statistics
Iterating the list of queue and trying to find the total number of active calls (callsInBound) for each queue but not getting the total count values. . Below values setting in the request
StatisticObject type - queue
object category - totalnumber
subject - DNAction
time profile - default
interval type - growingwindow.
Its working fine for object category as currentstate but not working for totalnumber/currentnumber.I feel something missing to set in statistic metric object.
Could you help on this with providing sample code or enough information need to set for the Statistic metric object.
Thanks for the response. Already checked but all are for statistic-category=currentstate but its failing for statistic-category=totalnumber/currentnumber.May be missing some entry like timeprofile,interval etc.. in the statisticobject.
I could not check the log file due to access permission.