Skip to content

Commit 1235df8

Browse files
OAS Update
1 parent 3ffff26 commit 1235df8

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

services/cdn/v1beta/cdn.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,6 +2525,43 @@
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": {

0 commit comments

Comments
 (0)