Get meta by months
GET/system/statistics/meta-by-months
JSON-RPC
system.statistics.get_meta_by_months
The method returns meta information about the statistic packages grouped by months.
-
General monthly package information
ym- year and month of the packagedays- quantity of daily packagesis_actual- flag indicating if all packages are up to dateis_mounted- flag indicating if the package is mounted to statisticsis_archived- flag indicating if all packages are already archivednotifications- license usage notifications
-
Usage data grouped by quantities
all- all xDRspaid- paid xDRs (charged directly or by package)new- new xDRs queuererating- rerating xDRs queuelicense- xDRs that have license limits
-
License usage notifications
limit-monthly-hard- license limit has been reached;limit-monthly-soft- license limit has been used for 85% or more;limit-monthly-est- indicates that if the usage will continue with the same pace, the license limit may be reached by the end of the month.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Object containing meta info (with keys as YYYYMM).
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred