Skip to main content

Get meta by days

GET 

/system/statistics/meta-by-days

JSON-RPC

system.statistics.get_meta_by_days

The method returns meta information about the statistic packages grouped by days.

  • General daily package information

    • table_prefix - table prefix
    • date - respective date in UTC timezone
    • version - version of the package
    • is_actual - flag indicating if the package is up to date
    • is_mounted - flag indicating if the package is mounted to statistics
    • is_archived - flag indicating if the package is already archived
    • last_xdrs_append - last date of xDRs creation in the package
    • last_update - last modification of the package (including append of new xDRs, rating or rerating)
    • last_archive - last archive date of the package
    • action - current action set on package
  • Usage data grouped by quantities

    • all - all xDRs
    • paid - paid xDRs (charged directly or by package)
    • new - new xDRs queue
    • rerating - rerating xDRs queue

Request​

Responses​

Object containing meta info (with keys as YYYYMMDD).