File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 658
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-c0227d112d00ea1367115bffc78528aae50c3bef4b763b67f291c20da36e759c .yml
3- openapi_spec_hash : 728075186aa56e84ef78f6df633242e7
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/gcore%2Fgcore-aaf167c2d2ddf471ded53fc4ee8622cf302ee235a09b683731bdabbf499fe40c .yml
3+ openapi_spec_hash : 359e8df7782a96098561b772f10771cc
44config_hash : 1eeaf5413c25f32913ceebe18d37cc3e
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ class WaapRequestDetails(BaseModel):
186186 """Name of the triggered rule"""
187187
188188 scheme : str
189- """The HTTP scheme of the request that generated an event"""
189+ """The URI scheme of the request that generated an event"""
190190
191191 session_id : str
192192 """The session ID associated with the request."""
Original file line number Diff line number Diff line change @@ -70,5 +70,11 @@ class WaapRequestSummary(BaseModel):
7070 user_agent_client : str
7171 """Client from parsed User agent header"""
7272
73+ http_version : Optional [str ] = None
74+ """HTTP version of request"""
75+
76+ scheme : Optional [str ] = None
77+ """The URI scheme of the request that generated an event"""
78+
7379 session_id : Optional [str ] = None
7480 """The session ID associated with the request."""
You can’t perform that action at this time.
0 commit comments