File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 25252525 "format" : " enum" ,
25262526 "type" : " string"
25272527 }
2528+ },
2529+ {
2530+ "description" : " Filters by the CDN data center region that served the request. Can be combined with other filters\n " ,
2531+ "in" : " query" ,
2532+ "name" : " dataCenterRegion" ,
2533+ "schema" : {
2534+ "example" : " AMS" ,
2535+ "type" : " string"
2536+ }
2537+ },
2538+ {
2539+ "description" : " Filters by the originating country of the user request. Can be combined with other filters\n " ,
2540+ "in" : " query" ,
2541+ "name" : " requestCountryCode" ,
2542+ "schema" : {
2543+ "example" : " DE" ,
2544+ "type" : " string"
2545+ }
2546+ },
2547+ {
2548+ "description" : " Filters by the HTTP status code returned to the client. Can be combined with other filters\n " ,
2549+ "in" : " query" ,
2550+ "name" : " statusCode" ,
2551+ "schema" : {
2552+ "example" : 202 ,
2553+ "format" : " int32" ,
2554+ "type" : " integer"
2555+ }
2556+ },
2557+ {
2558+ "description" : " Filters based on whether the request was served from the CDN cache. Can be combined with other filters\n " ,
2559+ "in" : " query" ,
2560+ "name" : " cacheHit" ,
2561+ "schema" : {
2562+ "example" : true ,
2563+ "type" : " boolean"
2564+ }
25282565 }
25292566 ],
25302567 "responses" : {
You can’t perform that action at this time.
0 commit comments