OBJECT
metricTimeSeries
Description
Cluster metric data grouped by a time unit.
link GraphQL Schema definition
- type metricTimeSeries {
- # The time groupby info.
- ClusterMetricGroupByInfo! :
- # The Rubrik cluster metric data for the specified time period.
- ClusterMetric! :
- }