Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.92 KB

todo.rst

File metadata and controls

87 lines (67 loc) · 2.92 KB

Org Metrics Timeseries

Query timeseries metrics for an organization.

GET /orgs/timeseries

Query the timeseries for all organizations.

NOTE:
  • Only accessible to Super Users.

GET /orgs/:org_id/timeseries

Query the timeseries store for an organization.

PUT /orgs/:org_id/timeseries

Refresh an org's timeseries metrics by rolling up it's :ref:`Content Timeseries Metrics `endpoints-content-timeseries>`.

Org Metrics Summary

GET /orgs/summary

List the summary metrics for all organizations. :ref:`Org Timeseries Metrics `endpoints-orgs-get-timeseries>`.

NOTE:
  • Only accessible to Super Users.

GET /orgs/:org_id/summary

Get an org's summary metrics by rolling up it's :ref:`Org Timeseries Metrics `endpoints-orgs-get-timeseries>`.

PUT /orgs/:org_id/summary

Refresh an org's summary metrics by rolling up it's :ref:`Org Timeseries Metrics `endpoints-orgs-get-timeseries>`.

Org Comparisons

GET /orgs/comparisons

Get all comparison metrics

PUT /orgs/comparisons

Update all comparison metrics

GET /orgs/comparisons/:type

Get just this comparison type.

PUT /orgs/comparisons/:type

Update just this comparison type for all orgs.

GET /orgs/:org_id/comparisons

Compare this Org by all types.

PUT /orgs/:org_id/comparisons

Update all comparison metrics for this Org.

GET /orgs/:org_id/comparisons/:type

Update all comparison metrics for this Org.

PUT /orgs/:org_id/comparisons/:type

Update comparison metrics for this Org and this type.