File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
dns_firewall/analytics/reports Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1751
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6ffb5d14b12a6f49bc4fb06b47f7aa68686068b9a92f358040980b5da35e31bf .yml
3
- openapi_spec_hash : 09e16e9f58c52882b75b6cca8baf1bde
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2d0464c247cb2636e21a787513caea6eed748b52287d2c9a93b4d8b54d1c62f6 .yml
3
+ openapi_spec_hash : cedbc7c7169bbf86a6bc4ce48cd8f193
4
4
config_hash : 259b5eeae0358ea7d7756b294847f140
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def get(
74
74
for detailed information about the available query parameters.
75
75
76
76
Args:
77
- zone_id: Identifier
77
+ zone_id: Identifier.
78
78
79
79
dimensions: A comma-separated list of dimensions to group results by.
80
80
@@ -177,7 +177,7 @@ async def get(
177
177
for detailed information about the available query parameters.
178
178
179
179
Args:
180
- zone_id: Identifier
180
+ zone_id: Identifier.
181
181
182
182
dimensions: A comma-separated list of dimensions to group results by.
183
183
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def get(
83
83
for detailed information about the available query parameters.
84
84
85
85
Args:
86
- zone_id: Identifier
86
+ zone_id: Identifier.
87
87
88
88
dimensions: A comma-separated list of dimensions to group results by.
89
89
@@ -185,7 +185,7 @@ async def get(
185
185
for detailed information about the available query parameters.
186
186
187
187
Args:
188
- zone_id: Identifier
188
+ zone_id: Identifier.
189
189
190
190
dimensions: A comma-separated list of dimensions to group results by.
191
191
Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ def get(
75
75
for detailed information about the available query parameters.
76
76
77
77
Args:
78
- account_id: Identifier
78
+ account_id: Identifier.
79
79
80
- dns_firewall_id: Identifier
80
+ dns_firewall_id: Identifier.
81
81
82
82
dimensions: A comma-separated list of dimensions to group results by.
83
83
@@ -183,9 +183,9 @@ async def get(
183
183
for detailed information about the available query parameters.
184
184
185
185
Args:
186
- account_id: Identifier
186
+ account_id: Identifier.
187
187
188
- dns_firewall_id: Identifier
188
+ dns_firewall_id: Identifier.
189
189
190
190
dimensions: A comma-separated list of dimensions to group results by.
191
191
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ def get(
84
84
for detailed information about the available query parameters.
85
85
86
86
Args:
87
- account_id: Identifier
87
+ account_id: Identifier.
88
88
89
- dns_firewall_id: Identifier
89
+ dns_firewall_id: Identifier.
90
90
91
91
dimensions: A comma-separated list of dimensions to group results by.
92
92
@@ -191,9 +191,9 @@ async def get(
191
191
for detailed information about the available query parameters.
192
192
193
193
Args:
194
- account_id: Identifier
194
+ account_id: Identifier.
195
195
196
- dns_firewall_id: Identifier
196
+ dns_firewall_id: Identifier.
197
197
198
198
dimensions: A comma-separated list of dimensions to group results by.
199
199
Original file line number Diff line number Diff line change 13
13
14
14
class ReportGetParams (TypedDict , total = False ):
15
15
zone_id : Required [str ]
16
- """Identifier"""
16
+ """Identifier. """
17
17
18
18
dimensions : str
19
19
"""A comma-separated list of dimensions to group results by."""
Original file line number Diff line number Diff line change 13
13
14
14
class BytimeGetParams (TypedDict , total = False ):
15
15
zone_id : Required [str ]
16
- """Identifier"""
16
+ """Identifier. """
17
17
18
18
dimensions : str
19
19
"""A comma-separated list of dimensions to group results by."""
Original file line number Diff line number Diff line change 13
13
14
14
class ReportGetParams (TypedDict , total = False ):
15
15
account_id : Required [str ]
16
- """Identifier"""
16
+ """Identifier. """
17
17
18
18
dimensions : str
19
19
"""A comma-separated list of dimensions to group results by."""
Original file line number Diff line number Diff line change 13
13
14
14
class BytimeGetParams (TypedDict , total = False ):
15
15
account_id : Required [str ]
16
- """Identifier"""
16
+ """Identifier. """
17
17
18
18
dimensions : str
19
19
"""A comma-separated list of dimensions to group results by."""
You can’t perform that action at this time.
0 commit comments