https://localhost:8443/api/rest/reports
|
Removes all audit records (these include ACL history, call/conference/CDR reports, analytics,
registration history, network usage data, subscription data).
|
https://localhost:8443/api/rest/reports/alerts
|
Get the list of alerts.
|
https://localhost:8443/api/rest/reports/alerts/{alert-identifier}
|
Get the alert information from alert history.
|
https://localhost:8443/api/rest/reports/orphaned-groups
|
Get the list of orphaned groups.
Removes all the orphan groups from DMA system.
|
https://localhost:8443/api/rest/reports/orphaned-users
|
Get the list of orphaned users.
Removes all the orphan users from DMA system.
|
https://localhost:8443/api/rest/reports/registrations
|
Retrieves a list of registration summary filtered by optional query parameters.
|
https://localhost:8443/api/rest/reports/registrations/{registration-uuid}
|
Retrieve registration summary.
|
https://localhost:8443/api/rest/reports/registrations/{registration-uuid}/events
|
Retrieve registration events.
|
https://localhost:8443/api/rest/reports/registrations/{registration-uuid}/details
|
Retrieve registration detail.
|
https://localhost:8443/api/rest/reports/registrations/statistics
|
Retrieve registration statistics.
|
https://localhost:8443/api/rest/reports/conferences
|
This resource can be used to return a list of conference summary(filtered by optional query parameters).
|
https://localhost:8443/api/rest/reports/conferences/{conference-identifier}
|
Get the conference information from conference summary.
|
https://localhost:8443/api/rest/reports/conferences/{conference-identifier}/assoc-calls
|
List all associated call with conference.
|
https://localhost:8443/api/rest/reports/conferences/{conference-identifier}/event
|
List each conference event and its attributes.
|
https://localhost:8443/api/rest/reports/conferences/{conference-identifier}/property-change
|
Lists each property change in the conference, showing the value, time, and sequence number of the associated event.
|
https://localhost:8443/api/rest/reports/conferences/statistics
|
Retrieve conference history max participants statistics.
|
https://localhost:8443/api/rest/reports/export-report
|
shows the export report of CDR data.
|
https://localhost:8443/api/rest/reports/network-usage
|
Provide historical Network usage data about the video network.
|
https://localhost:8443/api/rest/reports/network-usage/export
|
Provide Export Network Usage Data to download as CSV (comma-separated values) file containing all the network usage throttle
point records for the time period you specify.
|
https://localhost:8443/api/rest/reports/calls
|
Get the list of call history.
|
https://localhost:8443/api/rest/reports/calls/audit-info
|
Retrieves a list of CDRs for the input call UUIDs.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}
|
Get the call information from call history.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}/bandwidth
|
Get call bandwidth details after the call is ended.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}/call-events
|
Lists each call event in the call and its attributes.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}/property-changes
|
Lists each property change in the call, showing the value, time, and sequence number of the associated event.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}/subscription-events
|
Lists each call subscription event in the call and its attributes.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}/signaling-diagram
|
Downloads signaling diagram of a call.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}/qos
|
Quality of service data is only available if one of the endpoints is a registered
H323 endpoint that supports IRQs.
|
https://localhost:8443/api/rest/reports/calls/{call-identifier}/qos/{raw-data}
|
Get QOS data.
|
https://localhost:8443/api/rest/reports/acl-denial
|
Retrieves all acl denials.
|