You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The location and content type of related resources
metadata
Array<Hash>
Metadata about each series
series
Array<Hash>
An array of data points with timestamps. Each element of the array is an object with a 'time' field, whose value is the timestamp, and one or more key fields. If there are multiple key fields, they are labeled '0', '1', and so on, and are explained in the <code>metadata</code>.
projected_series
Array<Hash>
Cumulative projected usage by day for the full billing period, when available. Each element matches the structure of <code>series</code>: an object with a 'time' field and a '0' value field. The projected (non-actual) portion begins where the actual <code>series</code> ends.