Zone 'xxxx' does not have access to the field 'edgeresp

What is the name of the domain?

engdis.com

What is the issue you’re encountering

zone ‘xxxx’ does not have access to the field 'edgeresp

What are the steps to reproduce the issue?

Hi
I am on a free plan, running the following query i get zone ‘xxxx’ does not have access to the field 'edgeresp

query GetAllQuantileFields {
viewer {
zones(filter: { zoneTag: “xxxxxx” }) {
httpRequestsAdaptiveGroups(
filter: {
date_gt: “2024-08-03”,
date_lt: “2025-08-03”
}
limit: 1
) {
quantiles {
edgeDnsResponseTimeMsP50
edgeDnsResponseTimeMsP95
edgeDnsResponseTimeMsP99
edgeResponseBytesP50
edgeResponseBytesP95
edgeResponseBytesP99
edgeTimeToFirstByteMsP50
edgeTimeToFirstByteMsP95
edgeTimeToFirstByteMsP99
originResponseDurationMsP50
originResponseDurationMsP95
originResponseDurationMsP99
}
}
}
}
}

{
“data”: null,
“errors”: [
{
“message”: “zone ‘xxxx’ does not have access to the field ‘edgeresponsebytesp99’ from the path”,
“path”: [
“GetAllQuantileFields”,
“viewer”,
“zones”,
“0”,
“httpRequestsAdaptiveGroups”
],
“extensions”: {
“code”: “authz”,
“timestamp”: “2025-01-08T16:55:01.204879513Z”
}
}
]
}

When i check the data set i can see it is enabled
{
“data”: {
“viewer”: {
“zones”: [
{
“settings”: {
“httpRequestsAdaptiveGroups”: {
“enabled”: true,
“maxDuration”: 86400,
“maxNumberOfFields”: 30,
“maxPageSize”: 10000,
“notOlderThan”: 691200
}
}
}
]
}
},
“errors”: null
}

What feature, service or problem is this related to?

Other / I don’t know

This topic was automatically closed after 15 days. New replies are no longer allowed.