cribl-control-plane 0.4.0a6__py3-none-any.whl → 0.4.0b12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/acl.py +16 -6
- cribl_control_plane/basesdk.py +6 -0
- cribl_control_plane/branches.py +28 -8
- cribl_control_plane/commits.py +112 -42
- cribl_control_plane/commits_files.py +32 -12
- cribl_control_plane/configs_versions.py +16 -10
- cribl_control_plane/destinations.py +80 -30
- cribl_control_plane/destinations_pq.py +32 -12
- cribl_control_plane/groups_sdk.py +96 -60
- cribl_control_plane/health.py +12 -2
- cribl_control_plane/hectokens.py +32 -20
- cribl_control_plane/lakedatasets.py +80 -50
- cribl_control_plane/models/__init__.py +266 -438
- cribl_control_plane/models/configgroup.py +1 -0
- cribl_control_plane/models/{getversionbranchop.py → countedbranchinfo.py} +2 -6
- cribl_control_plane/models/countedconfiggroup.py +20 -0
- cribl_control_plane/models/countedcribllakedataset.py +20 -0
- cribl_control_plane/models/counteddistributedsummary.py +20 -0
- cribl_control_plane/models/countedgitcommitsummary.py +20 -0
- cribl_control_plane/models/countedgitcountresult.py +20 -0
- cribl_control_plane/models/{createinputop.py → countedgitdiffresult.py} +5 -9
- cribl_control_plane/models/countedgitfilesresponse.py +20 -0
- cribl_control_plane/models/{getversioninfoop.py → countedgitinfo.py} +2 -6
- cribl_control_plane/models/countedgitlogresult.py +20 -0
- cribl_control_plane/models/countedgitrevertresult.py +20 -0
- cribl_control_plane/models/countedgitshowresult.py +20 -0
- cribl_control_plane/models/countedgitstatusresult.py +20 -0
- cribl_control_plane/models/{listinputop.py → countedinput.py} +2 -6
- cribl_control_plane/models/countedinputsplunkhec.py +20 -0
- cribl_control_plane/models/countedjobinfo.py +20 -0
- cribl_control_plane/models/countedmasterworkerentry.py +20 -0
- cribl_control_plane/models/countednumber.py +19 -0
- cribl_control_plane/models/countedobject.py +19 -0
- cribl_control_plane/models/{listoutputop.py → countedoutput.py} +2 -6
- cribl_control_plane/models/{createoutputop.py → countedoutputsamplesresponse.py} +5 -9
- cribl_control_plane/models/countedoutputtestresponse.py +20 -0
- cribl_control_plane/models/countedpackinfo.py +20 -0
- cribl_control_plane/models/{createpacksop.py → countedpackinstallinfo.py} +2 -6
- cribl_control_plane/models/{listpipelineop.py → countedpipeline.py} +2 -6
- cribl_control_plane/models/{listroutesop.py → countedroutes.py} +2 -6
- cribl_control_plane/models/{createversionpushop.py → countedstring.py} +2 -6
- cribl_control_plane/models/countedteamaccesscontrollist.py +20 -0
- cribl_control_plane/models/counteduseraccesscontrollist.py +20 -0
- cribl_control_plane/models/createauthloginop.py +18 -0
- cribl_control_plane/models/createconfiggroupbyproductop.py +1 -20
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
- cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
- cribl_control_plane/models/createoutputtestbyidop.py +1 -20
- cribl_control_plane/models/createroutesappendbyidop.py +2 -20
- cribl_control_plane/models/createversioncommitop.py +1 -19
- cribl_control_plane/models/createversionrevertop.py +1 -19
- cribl_control_plane/models/createversionundoop.py +1 -18
- cribl_control_plane/models/criblevent.py +15 -0
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +1 -20
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/deleteinputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
- cribl_control_plane/models/deletepacksbyidop.py +1 -20
- cribl_control_plane/models/deletepipelinebyidop.py +1 -20
- cribl_control_plane/models/difffiles.py +5 -46
- cribl_control_plane/models/diffline.py +26 -0
- cribl_control_plane/models/difflinecontext.py +28 -0
- cribl_control_plane/models/difflinedelete.py +25 -0
- cribl_control_plane/models/difflineinsert.py +25 -0
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +1 -19
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +1 -20
- cribl_control_plane/models/getinputbyidop.py +1 -20
- cribl_control_plane/models/getmasterworkerentryop.py +1 -18
- cribl_control_plane/models/getoutputbyidop.py +1 -20
- cribl_control_plane/models/getoutputpqbyidop.py +1 -20
- cribl_control_plane/models/getoutputsamplesbyidop.py +1 -20
- cribl_control_plane/models/getpacksbyidop.py +1 -20
- cribl_control_plane/models/getpacksop.py +1 -19
- cribl_control_plane/models/getpipelinebyidop.py +1 -20
- cribl_control_plane/models/getroutesbyidop.py +1 -20
- cribl_control_plane/models/getsummaryop.py +1 -19
- cribl_control_plane/models/getversioncountop.py +1 -19
- cribl_control_plane/models/getversiondiffop.py +1 -19
- cribl_control_plane/models/getversionfilesop.py +1 -19
- cribl_control_plane/models/getversionop.py +1 -19
- cribl_control_plane/models/getversionshowop.py +1 -19
- cribl_control_plane/models/getversionstatusop.py +1 -19
- cribl_control_plane/models/groupcreaterequest.py +1 -0
- cribl_control_plane/models/hbcriblinfo.py +3 -4
- cribl_control_plane/models/heartbeatmetadata.py +3 -11
- cribl_control_plane/models/inputcloudflarehec.py +9 -4
- cribl_control_plane/models/inputconfluentcloud.py +4 -2
- cribl_control_plane/models/inputcribllakehttp.py +15 -0
- cribl_control_plane/models/inputkafka.py +4 -2
- cribl_control_plane/models/inputmsk.py +4 -2
- cribl_control_plane/models/inputsnmp.py +33 -7
- cribl_control_plane/models/inputsplunkhec.py +8 -4
- cribl_control_plane/models/inputwef.py +23 -0
- cribl_control_plane/models/inputwiz.py +95 -0
- cribl_control_plane/models/inputzscalerhec.py +8 -4
- cribl_control_plane/models/listconfiggroupbyproductop.py +1 -19
- cribl_control_plane/models/listmasterworkerentryop.py +1 -19
- cribl_control_plane/models/masterworkerentry.py +3 -11
- cribl_control_plane/models/nodeprovidedinfo.py +2 -10
- cribl_control_plane/models/outputsplunklb.py +10 -0
- cribl_control_plane/models/runnablejobcollection.py +0 -56
- cribl_control_plane/models/runnablejobexecutor.py +0 -28
- cribl_control_plane/models/runnablejobscheduledsearch.py +0 -28
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +1 -19
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +1 -20
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/updateinputbyidop.py +1 -19
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
- cribl_control_plane/models/updateoutputbyidop.py +1 -19
- cribl_control_plane/models/updatepacksbyidop.py +1 -20
- cribl_control_plane/models/updatepipelinebyidop.py +1 -19
- cribl_control_plane/models/updateroutesbyidop.py +1 -19
- cribl_control_plane/nodes.py +32 -20
- cribl_control_plane/packs.py +92 -32
- cribl_control_plane/pipelines.py +80 -30
- cribl_control_plane/routes_sdk.py +64 -28
- cribl_control_plane/samples.py +32 -16
- cribl_control_plane/sources.py +80 -30
- cribl_control_plane/statuses.py +16 -6
- cribl_control_plane/summaries.py +16 -6
- cribl_control_plane/teams.py +16 -6
- cribl_control_plane/tokens.py +28 -8
- cribl_control_plane/utils/forms.py +21 -10
- cribl_control_plane/utils/queryparams.py +14 -2
- cribl_control_plane/versions_configs.py +16 -6
- {cribl_control_plane-0.4.0a6.dist-info → cribl_control_plane-0.4.0b12.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.4.0a6.dist-info → cribl_control_plane-0.4.0b12.dist-info}/RECORD +135 -113
- cribl_control_plane/models/createpipelineop.py +0 -24
- cribl_control_plane/models/lookupversions.py +0 -13
- {cribl_control_plane-0.4.0a6.dist-info → cribl_control_plane-0.4.0b12.dist-info}/WHEEL +0 -0
- {cribl_control_plane-0.4.0a6.dist-info → cribl_control_plane-0.4.0b12.dist-info}/licenses/LICENSE +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.4.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.4.
|
|
6
|
+
__version__: str = "0.4.0b12"
|
|
7
|
+
__openapi_doc_version__: str = "4.16.0-alpha.1764266617076-fbe7ba42"
|
|
8
|
+
__gen_version__: str = "2.767.2"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.4.0b12 2.767.2 4.16.0-alpha.1764266617076-fbe7ba42 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
cribl_control_plane/acl.py
CHANGED
|
@@ -34,7 +34,7 @@ class ACL(BaseSDK):
|
|
|
34
34
|
server_url: Optional[str] = None,
|
|
35
35
|
timeout_ms: Optional[int] = None,
|
|
36
36
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
37
|
-
) -> models.
|
|
37
|
+
) -> models.CountedUserAccessControlList:
|
|
38
38
|
r"""Get the Access Control List for a Worker Group or Edge Fleet
|
|
39
39
|
|
|
40
40
|
Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
|
|
@@ -76,16 +76,21 @@ class ACL(BaseSDK):
|
|
|
76
76
|
accept_header_value="application/json",
|
|
77
77
|
http_headers=http_headers,
|
|
78
78
|
security=self.sdk_configuration.security,
|
|
79
|
+
allow_empty_value=None,
|
|
79
80
|
timeout_ms=timeout_ms,
|
|
80
81
|
)
|
|
81
82
|
|
|
82
83
|
if retries == UNSET:
|
|
83
84
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
84
85
|
retries = self.sdk_configuration.retry_config
|
|
86
|
+
else:
|
|
87
|
+
retries = utils.RetryConfig(
|
|
88
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
89
|
+
)
|
|
85
90
|
|
|
86
91
|
retry_config = None
|
|
87
92
|
if isinstance(retries, utils.RetryConfig):
|
|
88
|
-
retry_config = (retries, ["429"
|
|
93
|
+
retry_config = (retries, ["429"])
|
|
89
94
|
|
|
90
95
|
http_res = self.do_request(
|
|
91
96
|
hook_ctx=HookContext(
|
|
@@ -105,7 +110,7 @@ class ACL(BaseSDK):
|
|
|
105
110
|
response_data: Any = None
|
|
106
111
|
if utils.match_response(http_res, "200", "application/json"):
|
|
107
112
|
return unmarshal_json_response(
|
|
108
|
-
models.
|
|
113
|
+
models.CountedUserAccessControlList, http_res
|
|
109
114
|
)
|
|
110
115
|
if utils.match_response(http_res, "500", "application/json"):
|
|
111
116
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
@@ -129,7 +134,7 @@ class ACL(BaseSDK):
|
|
|
129
134
|
server_url: Optional[str] = None,
|
|
130
135
|
timeout_ms: Optional[int] = None,
|
|
131
136
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
132
|
-
) -> models.
|
|
137
|
+
) -> models.CountedUserAccessControlList:
|
|
133
138
|
r"""Get the Access Control List for a Worker Group or Edge Fleet
|
|
134
139
|
|
|
135
140
|
Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
|
|
@@ -171,16 +176,21 @@ class ACL(BaseSDK):
|
|
|
171
176
|
accept_header_value="application/json",
|
|
172
177
|
http_headers=http_headers,
|
|
173
178
|
security=self.sdk_configuration.security,
|
|
179
|
+
allow_empty_value=None,
|
|
174
180
|
timeout_ms=timeout_ms,
|
|
175
181
|
)
|
|
176
182
|
|
|
177
183
|
if retries == UNSET:
|
|
178
184
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
179
185
|
retries = self.sdk_configuration.retry_config
|
|
186
|
+
else:
|
|
187
|
+
retries = utils.RetryConfig(
|
|
188
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
189
|
+
)
|
|
180
190
|
|
|
181
191
|
retry_config = None
|
|
182
192
|
if isinstance(retries, utils.RetryConfig):
|
|
183
|
-
retry_config = (retries, ["429"
|
|
193
|
+
retry_config = (retries, ["429"])
|
|
184
194
|
|
|
185
195
|
http_res = await self.do_request_async(
|
|
186
196
|
hook_ctx=HookContext(
|
|
@@ -200,7 +210,7 @@ class ACL(BaseSDK):
|
|
|
200
210
|
response_data: Any = None
|
|
201
211
|
if utils.match_response(http_res, "200", "application/json"):
|
|
202
212
|
return unmarshal_json_response(
|
|
203
|
-
models.
|
|
213
|
+
models.CountedUserAccessControlList, http_res
|
|
204
214
|
)
|
|
205
215
|
if utils.match_response(http_res, "500", "application/json"):
|
|
206
216
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
cribl_control_plane/basesdk.py
CHANGED
|
@@ -64,6 +64,7 @@ class BaseSDK:
|
|
|
64
64
|
] = None,
|
|
65
65
|
url_override: Optional[str] = None,
|
|
66
66
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
67
|
+
allow_empty_value: Optional[List[str]] = None,
|
|
67
68
|
) -> httpx.Request:
|
|
68
69
|
client = self.sdk_configuration.async_client
|
|
69
70
|
return self._build_request_with_client(
|
|
@@ -84,6 +85,7 @@ class BaseSDK:
|
|
|
84
85
|
get_serialized_body,
|
|
85
86
|
url_override,
|
|
86
87
|
http_headers,
|
|
88
|
+
allow_empty_value,
|
|
87
89
|
)
|
|
88
90
|
|
|
89
91
|
def _build_request(
|
|
@@ -106,6 +108,7 @@ class BaseSDK:
|
|
|
106
108
|
] = None,
|
|
107
109
|
url_override: Optional[str] = None,
|
|
108
110
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
111
|
+
allow_empty_value: Optional[List[str]] = None,
|
|
109
112
|
) -> httpx.Request:
|
|
110
113
|
client = self.sdk_configuration.client
|
|
111
114
|
return self._build_request_with_client(
|
|
@@ -126,6 +129,7 @@ class BaseSDK:
|
|
|
126
129
|
get_serialized_body,
|
|
127
130
|
url_override,
|
|
128
131
|
http_headers,
|
|
132
|
+
allow_empty_value,
|
|
129
133
|
)
|
|
130
134
|
|
|
131
135
|
def _build_request_with_client(
|
|
@@ -149,6 +153,7 @@ class BaseSDK:
|
|
|
149
153
|
] = None,
|
|
150
154
|
url_override: Optional[str] = None,
|
|
151
155
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
156
|
+
allow_empty_value: Optional[List[str]] = None,
|
|
152
157
|
) -> httpx.Request:
|
|
153
158
|
query_params = {}
|
|
154
159
|
|
|
@@ -164,6 +169,7 @@ class BaseSDK:
|
|
|
164
169
|
query_params = utils.get_query_params(
|
|
165
170
|
request if request_has_query_params else None,
|
|
166
171
|
_globals if request_has_query_params else None,
|
|
172
|
+
allow_empty_value,
|
|
167
173
|
)
|
|
168
174
|
else:
|
|
169
175
|
# Pick up the query parameter from the override so they can be
|
cribl_control_plane/branches.py
CHANGED
|
@@ -17,7 +17,7 @@ class Branches(BaseSDK):
|
|
|
17
17
|
server_url: Optional[str] = None,
|
|
18
18
|
timeout_ms: Optional[int] = None,
|
|
19
19
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
20
|
-
) -> models.
|
|
20
|
+
) -> models.CountedBranchInfo:
|
|
21
21
|
r"""List all branches in the Git repository used for Cribl configuration
|
|
22
22
|
|
|
23
23
|
Get a list of all branches in the Git repository used for Cribl configuration.
|
|
@@ -49,16 +49,21 @@ class Branches(BaseSDK):
|
|
|
49
49
|
accept_header_value="application/json",
|
|
50
50
|
http_headers=http_headers,
|
|
51
51
|
security=self.sdk_configuration.security,
|
|
52
|
+
allow_empty_value=None,
|
|
52
53
|
timeout_ms=timeout_ms,
|
|
53
54
|
)
|
|
54
55
|
|
|
55
56
|
if retries == UNSET:
|
|
56
57
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
57
58
|
retries = self.sdk_configuration.retry_config
|
|
59
|
+
else:
|
|
60
|
+
retries = utils.RetryConfig(
|
|
61
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
62
|
+
)
|
|
58
63
|
|
|
59
64
|
retry_config = None
|
|
60
65
|
if isinstance(retries, utils.RetryConfig):
|
|
61
|
-
retry_config = (retries, ["429"
|
|
66
|
+
retry_config = (retries, ["429"])
|
|
62
67
|
|
|
63
68
|
http_res = self.do_request(
|
|
64
69
|
hook_ctx=HookContext(
|
|
@@ -77,7 +82,7 @@ class Branches(BaseSDK):
|
|
|
77
82
|
|
|
78
83
|
response_data: Any = None
|
|
79
84
|
if utils.match_response(http_res, "200", "application/json"):
|
|
80
|
-
return unmarshal_json_response(models.
|
|
85
|
+
return unmarshal_json_response(models.CountedBranchInfo, http_res)
|
|
81
86
|
if utils.match_response(http_res, "500", "application/json"):
|
|
82
87
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
83
88
|
raise errors.Error(response_data, http_res)
|
|
@@ -97,7 +102,7 @@ class Branches(BaseSDK):
|
|
|
97
102
|
server_url: Optional[str] = None,
|
|
98
103
|
timeout_ms: Optional[int] = None,
|
|
99
104
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
100
|
-
) -> models.
|
|
105
|
+
) -> models.CountedBranchInfo:
|
|
101
106
|
r"""List all branches in the Git repository used for Cribl configuration
|
|
102
107
|
|
|
103
108
|
Get a list of all branches in the Git repository used for Cribl configuration.
|
|
@@ -129,16 +134,21 @@ class Branches(BaseSDK):
|
|
|
129
134
|
accept_header_value="application/json",
|
|
130
135
|
http_headers=http_headers,
|
|
131
136
|
security=self.sdk_configuration.security,
|
|
137
|
+
allow_empty_value=None,
|
|
132
138
|
timeout_ms=timeout_ms,
|
|
133
139
|
)
|
|
134
140
|
|
|
135
141
|
if retries == UNSET:
|
|
136
142
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
137
143
|
retries = self.sdk_configuration.retry_config
|
|
144
|
+
else:
|
|
145
|
+
retries = utils.RetryConfig(
|
|
146
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
147
|
+
)
|
|
138
148
|
|
|
139
149
|
retry_config = None
|
|
140
150
|
if isinstance(retries, utils.RetryConfig):
|
|
141
|
-
retry_config = (retries, ["429"
|
|
151
|
+
retry_config = (retries, ["429"])
|
|
142
152
|
|
|
143
153
|
http_res = await self.do_request_async(
|
|
144
154
|
hook_ctx=HookContext(
|
|
@@ -157,7 +167,7 @@ class Branches(BaseSDK):
|
|
|
157
167
|
|
|
158
168
|
response_data: Any = None
|
|
159
169
|
if utils.match_response(http_res, "200", "application/json"):
|
|
160
|
-
return unmarshal_json_response(models.
|
|
170
|
+
return unmarshal_json_response(models.CountedBranchInfo, http_res)
|
|
161
171
|
if utils.match_response(http_res, "500", "application/json"):
|
|
162
172
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
163
173
|
raise errors.Error(response_data, http_res)
|
|
@@ -209,16 +219,21 @@ class Branches(BaseSDK):
|
|
|
209
219
|
accept_header_value="application/json",
|
|
210
220
|
http_headers=http_headers,
|
|
211
221
|
security=self.sdk_configuration.security,
|
|
222
|
+
allow_empty_value=None,
|
|
212
223
|
timeout_ms=timeout_ms,
|
|
213
224
|
)
|
|
214
225
|
|
|
215
226
|
if retries == UNSET:
|
|
216
227
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
217
228
|
retries = self.sdk_configuration.retry_config
|
|
229
|
+
else:
|
|
230
|
+
retries = utils.RetryConfig(
|
|
231
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
232
|
+
)
|
|
218
233
|
|
|
219
234
|
retry_config = None
|
|
220
235
|
if isinstance(retries, utils.RetryConfig):
|
|
221
|
-
retry_config = (retries, ["429"
|
|
236
|
+
retry_config = (retries, ["429"])
|
|
222
237
|
|
|
223
238
|
http_res = self.do_request(
|
|
224
239
|
hook_ctx=HookContext(
|
|
@@ -289,16 +304,21 @@ class Branches(BaseSDK):
|
|
|
289
304
|
accept_header_value="application/json",
|
|
290
305
|
http_headers=http_headers,
|
|
291
306
|
security=self.sdk_configuration.security,
|
|
307
|
+
allow_empty_value=None,
|
|
292
308
|
timeout_ms=timeout_ms,
|
|
293
309
|
)
|
|
294
310
|
|
|
295
311
|
if retries == UNSET:
|
|
296
312
|
if self.sdk_configuration.retry_config is not UNSET:
|
|
297
313
|
retries = self.sdk_configuration.retry_config
|
|
314
|
+
else:
|
|
315
|
+
retries = utils.RetryConfig(
|
|
316
|
+
"backoff", utils.BackoffStrategy(500, 60000, 1.5, 3600000), True
|
|
317
|
+
)
|
|
298
318
|
|
|
299
319
|
retry_config = None
|
|
300
320
|
if isinstance(retries, utils.RetryConfig):
|
|
301
|
-
retry_config = (retries, ["429"
|
|
321
|
+
retry_config = (retries, ["429"])
|
|
302
322
|
|
|
303
323
|
http_res = await self.do_request_async(
|
|
304
324
|
hook_ctx=HookContext(
|