{ "operationId": "getLiveMeetingMetricsByCountry", "method": "POST", "path": "/livemonitoring/liveMeetingsByCountry", "summary": "Get Live Meeting metrics categorized by Country", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "siteUrls": [ "cisco.webex.com" ], "totalLiveMeetingCount": 3, "totalLiveParticipantCount": 10, "totalGoodQualityLiveMeetingCount": 3, "totalGoodQualityLiveParticipantCount": 10, "totalBadQualityMeetingCount": 0, "totalBadQualityParticipantCount": 0, "locations": [ { "badQualityLiveMeetingCount": 0, "badQualityLiveParticipantCount": 0, "goodQualityLiveMeetingCount": 1, "goodQualityLiveParticipantCount": 3, "country": "South Korea", "countryLatitude": 37.55, "countryLongitude": 126.98333, "liveMeetingCount": 1, "liveParticipantCount": 3 } ] } } ] }