DimensionName parameter to specify the grouping dimension in the returned data, achieving the effect of obtaining multiple groups of data in a single query. This can significantly reduce API call frequency and simplify the operation of fetching statistical data. For example, if the input parameter DimensionName = domain is passed in a call, the returned data will be grouped separately for each domain name.DimensionName and Filters parameters to achieve efficient and flexible data access. For queries involving a large number of domain names or fine-grained status codes, priority recommendation is to use Filters for pre-filtering and choose appropriate query granularity (Interval).{"ZoneIds": ["*"],"MetricNames": ["l7Flow_inFlux_hy"],"StartTime": "2025-12-01T00:00:00Z","EndTime": "2025-12-02T00:00:00Z","Interval": "hour","Filters": [{"Key": "domain","Operator": "equals","Value": ["example.com", "api.example.com"]}],"DimensionName": "domain"}
{"ZoneIds": ["*"],"MetricNames": ["l7Flow_request_hy"],"StartTime": "2025-12-01T00:00:00Z","EndTime": "2025-12-01T12:00:00Z","Interval": "hour","Filters": [{"Key": "originStatusCode","Operator": "equals","Value": ["2xx", "4xx", "5xx"]}],"DimensionName": "origin-status-code-category"}
TimingDataItem data items. The calculation rules for the total count are as follows:count × time point count × dimension value count = total number of data items
the list length of MetricNames.(EndTime - StartTime) / Interval.DimensionName is not specified, aggregate data at the account level by default, and the dimension value count is 1.DimensionName = domain, the count of dimension values equals the list length of domains specified by the domain filter condition in Filters.DimensionName = origin-status-code-category, the dimension value count defaults to 6.DimensionName = origin-status-code, the dimension value count defaults to 600.DimensionName can be used in combination with Filters to limit the count of dimension values by specifying the filter criteria corresponding to DimensionName in Filters.MetricNames = ["l7Flow_request_hy"] (metric count = 1)StartTime = 2025-10-01T06:00:00+08:00, EndTime = 2025-10-01T06:59:59+08:00, Interval = "min" (time point count = 60)DimensionName = origin-status-code, Filters = [{"originStatusCode": ["0", "4xx", "5xx"]}] (dimension value count = 201)1 × 60 × 201 = 12060
LimitExceeded.TimingDataItemLimitExceeded.StartTime and EndTime).Interval).Filters and specify a shorter domain or originStatusCode list.MetricNames and specify fewer queried metrics.Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback