Get Application VOIP Statistics
This generates the statistics for the traffic that has been created and generated by the connected VOIP applications including skype, skype for business, voip call details and so.
JSON Table
Attribute | Data Type | Description |
---|---|---|
applicationId | int | A system-defined ID for the application. |
applicationCategoryId | int | It is system defined ID for application. |
noOfGoodSessions | int | It specifies number of good application usage sessions. |
noOfBadSessions | int | It specifies number of bad application usage sessions. |
noOfClientsWithGoodApplicationUsageExperience | int | It specifies number of clients with good application usage experience. |
noOfClientsWithBadApplicationUsageExperience | int | It specifies number of clients with bad application usage experience. |
percentageOfClientsWithBadApplicationUsageExperience | int | It specifies from all the clients using application, what percentage of clients are having bad application usage experience. |
noOfSecondsWithGoodUsageExperience | int | It specifies total good application usage experience in seconds. |
noOfSecondsWithBadUsageExperience | int | It specifies total bad application usage experience in seconds. |
percentageOfSecondsWithBadUsageExperience | int | It specifies from total application usage what percentage of time in seconds is bad. |
totalDataReceived | int | Total data received during all sessions of the applications. |
totalDataTransmitted | int | Total data transmitted during all sessions of the applications. |
Copy Sample JSON
Sample JSON
[ { "applicationId": 480, "applicationCategoryId": 1, "noOfGoodSessions": 6, "noOfBadSessions": 24, "noOfClientsWithGoodApplicationUsageExperience": 6, "noOfClientsWithBadApplicationUsageExperience": 21, "percentageOfClientsWithBadApplicationUsageExperience": 76, "noOfSecondsWithGoodUsageExperience": 5070, "noOfSecondsWithBadUsageExperience": 6330, "percentageOfSecondsWithBadUsageExperience": 71, "totalDataReceived": 201424084, "totalDataTransmitted": 132923932 }, { "applicationId": 564, "applicationCategoryId": 1, "noOfGoodSessions": 7, "noOfBadSessions": 18, "noOfClientsWithGoodApplicationUsageExperience": 7, "noOfClientsWithBadApplicationUsageExperience": 18, "percentageOfClientsWithBadApplicationUsageExperience": 71, "noOfSecondsWithGoodUsageExperience": 1380, "noOfSecondsWithBadUsageExperience": 900, "percentageOfSecondsWithBadUsageExperience": 70, "totalDataReceived": 154493108, "totalDataTransmitted": 33146090 }, { "applicationId": 1181, "applicationCategoryId": 1, "noOfGoodSessions": 4, "noOfBadSessions": 61, "noOfClientsWithGoodApplicationUsageExperience": 4, "noOfClientsWithBadApplicationUsageExperience": 59, "percentageOfClientsWithBadApplicationUsageExperience": 94, "noOfSecondsWithGoodUsageExperience": 840, "noOfSecondsWithBadUsageExperience": 2160, "percentageOfSecondsWithBadUsageExperience": 93, "totalDataReceived": 105946315, "totalDataTransmitted": 73985240 }, { "applicationId": 448, "applicationCategoryId": 1, "noOfGoodSessions": 0, "noOfBadSessions": 11, "noOfClientsWithGoodApplicationUsageExperience": 0, "noOfClientsWithBadApplicationUsageExperience": 11, "percentageOfClientsWithBadApplicationUsageExperience": 100, "noOfSecondsWithGoodUsageExperience": 0, "noOfSecondsWithBadUsageExperience": 660, "percentageOfSecondsWithBadUsageExperience": 100, "totalDataReceived": 3438269, "totalDataTransmitted": 2233011 } ]
API Calls
/V5/applications/voip
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}