Tag: cloudflare-api
-
Filtering by query string and request path in GraphQL via CloudFlare API
0 is it possible to filter the data by path and query string in the GraphQL for CloudFlare request? I want to achieve from the CloudFlare API. What I came up with looks like below: { viewer { zones(filter: { zoneTag: "MY_ZONE_ID" }) { httpRequestsAdaptiveGroups( limit: 10000 filter: { datetime_geq: "2023-10-16T00:00:00Z" datetime_lt: "2023-10-17T00:00:00Z" clientRequestHTTPHost: "my.domain.com"…