Metric sets
storage
Returns a gauge
representing the cumulative stored bytes, per minute, of the specified stream.
Requires a start
and end
timestamp.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your access token.
Query Parameters
Metric set to return.
Available options:
storage
Start timestamp as Unix epoch seconds, if applicable for the metric set.
Required range:
x >= 0
End timestamp as Unix epoch seconds, if applicable for metric set.
Required range:
x >= 0
Interval to aggregate over for timeseries metric sets.
Available options:
minute
, hour
, day
Response
Metrics comprising the set.