cribl-control-plane 0.2.1rc11__py3-none-any.whl → 0.4.0a6__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 +4 -4
- cribl_control_plane/branches.py +4 -4
- cribl_control_plane/commits.py +28 -28
- cribl_control_plane/commits_files.py +8 -8
- cribl_control_plane/configs_versions.py +8 -4
- cribl_control_plane/destinations.py +20 -20
- cribl_control_plane/destinations_pq.py +8 -8
- cribl_control_plane/groups_sdk.py +48 -24
- cribl_control_plane/hectokens.py +16 -8
- cribl_control_plane/lakedatasets.py +40 -20
- cribl_control_plane/models/__init__.py +568 -214
- cribl_control_plane/models/createconfiggroupbyproductop.py +20 -1
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +19 -1
- cribl_control_plane/models/createinputhectokenbyidop.py +20 -1
- cribl_control_plane/models/{countedlistgitdiffresult.py → createinputop.py} +9 -5
- cribl_control_plane/models/{countedlistgitshowresult.py → createoutputop.py} +9 -5
- cribl_control_plane/models/createoutputtestbyidop.py +20 -1
- cribl_control_plane/models/{countedlistpackinstallinfo.py → createpacksop.py} +6 -2
- cribl_control_plane/models/createpipelineop.py +24 -0
- cribl_control_plane/models/createroutesappendbyidop.py +20 -2
- cribl_control_plane/models/createversioncommitop.py +19 -1
- cribl_control_plane/models/{countedliststring.py → createversionpushop.py} +6 -2
- cribl_control_plane/models/createversionrevertop.py +19 -1
- cribl_control_plane/models/createversionundoop.py +18 -1
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +20 -1
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +20 -1
- cribl_control_plane/models/deleteinputbyidop.py +20 -1
- cribl_control_plane/models/deleteoutputbyidop.py +20 -1
- cribl_control_plane/models/deleteoutputpqbyidop.py +19 -1
- cribl_control_plane/models/deletepacksbyidop.py +20 -1
- cribl_control_plane/models/deletepipelinebyidop.py +20 -1
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +19 -1
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +19 -1
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +19 -1
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +19 -1
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +20 -1
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +20 -1
- cribl_control_plane/models/getinputbyidop.py +20 -1
- cribl_control_plane/models/getmasterworkerentryop.py +18 -1
- cribl_control_plane/models/getoutputbyidop.py +20 -1
- cribl_control_plane/models/getoutputpqbyidop.py +20 -1
- cribl_control_plane/models/getoutputsamplesbyidop.py +20 -1
- cribl_control_plane/models/getpacksbyidop.py +20 -1
- cribl_control_plane/models/getpacksop.py +19 -1
- cribl_control_plane/models/getpipelinebyidop.py +20 -1
- cribl_control_plane/models/getroutesbyidop.py +20 -1
- cribl_control_plane/models/getsummaryop.py +19 -1
- cribl_control_plane/models/{countedlistbranchinfo.py → getversionbranchop.py} +6 -2
- cribl_control_plane/models/getversioncountop.py +19 -1
- cribl_control_plane/models/getversiondiffop.py +19 -1
- cribl_control_plane/models/getversionfilesop.py +19 -1
- cribl_control_plane/models/{countedlistgitinfo.py → getversioninfoop.py} +6 -2
- cribl_control_plane/models/getversionop.py +19 -1
- cribl_control_plane/models/getversionshowop.py +19 -1
- cribl_control_plane/models/getversionstatusop.py +19 -1
- cribl_control_plane/models/input.py +18 -15
- cribl_control_plane/models/inputcloudflarehec.py +513 -0
- cribl_control_plane/models/inputfile.py +7 -0
- cribl_control_plane/models/listconfiggroupbyproductop.py +19 -1
- cribl_control_plane/models/{countedlistinput.py → listinputop.py} +6 -2
- cribl_control_plane/models/listmasterworkerentryop.py +19 -1
- cribl_control_plane/models/{countedlistoutput.py → listoutputop.py} +6 -2
- cribl_control_plane/models/{countedlistpipeline.py → listpipelineop.py} +6 -2
- cribl_control_plane/models/{countedlistroutes.py → listroutesop.py} +6 -2
- cribl_control_plane/models/output.py +23 -17
- cribl_control_plane/models/outputazureblob.py +14 -0
- cribl_control_plane/models/outputazuredataexplorer.py +7 -0
- cribl_control_plane/models/outputchronicle.py +5 -0
- cribl_control_plane/models/outputcloudflarer2.py +632 -0
- cribl_control_plane/models/outputcribllake.py +14 -0
- cribl_control_plane/models/outputdatabricks.py +19 -0
- cribl_control_plane/models/outputdls3.py +14 -0
- cribl_control_plane/models/outputexabeam.py +7 -0
- cribl_control_plane/models/outputfilesystem.py +14 -0
- cribl_control_plane/models/outputgooglecloudstorage.py +14 -0
- cribl_control_plane/models/outputmicrosoftfabric.py +540 -0
- cribl_control_plane/models/outputminio.py +19 -4
- cribl_control_plane/models/outputs3.py +14 -0
- cribl_control_plane/models/outputsecuritylake.py +14 -0
- cribl_control_plane/models/outputsyslog.py +7 -0
- cribl_control_plane/models/runnablejobcollection.py +0 -8
- cribl_control_plane/models/runnablejobexecutor.py +0 -4
- cribl_control_plane/models/runnablejobscheduledsearch.py +0 -4
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +19 -1
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +20 -1
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +20 -1
- cribl_control_plane/models/updateinputbyidop.py +19 -1
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +20 -1
- cribl_control_plane/models/updateoutputbyidop.py +19 -1
- cribl_control_plane/models/updatepacksbyidop.py +20 -1
- cribl_control_plane/models/updatepipelinebyidop.py +19 -1
- cribl_control_plane/models/updateroutesbyidop.py +19 -1
- cribl_control_plane/nodes.py +12 -8
- cribl_control_plane/packs.py +20 -20
- cribl_control_plane/pipelines.py +20 -20
- cribl_control_plane/routes_sdk.py +20 -16
- cribl_control_plane/samples.py +8 -8
- cribl_control_plane/sources.py +20 -20
- cribl_control_plane/statuses.py +4 -4
- cribl_control_plane/summaries.py +4 -8
- cribl_control_plane/teams.py +4 -4
- cribl_control_plane/utils/retries.py +69 -5
- cribl_control_plane/utils/unmarshal_json_response.py +15 -1
- cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a6.dist-info}/METADATA +6 -14
- {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a6.dist-info}/RECORD +109 -123
- cribl_control_plane-0.4.0a6.dist-info/licenses/LICENSE +201 -0
- cribl_control_plane/models/countedlistconfiggroup.py +0 -20
- cribl_control_plane/models/countedlistcribllakedataset.py +0 -20
- cribl_control_plane/models/countedlistdistributedsummary.py +0 -20
- cribl_control_plane/models/countedlistgitcommitsummary.py +0 -20
- cribl_control_plane/models/countedlistgitcountresult.py +0 -20
- cribl_control_plane/models/countedlistgitfilesresponse.py +0 -20
- cribl_control_plane/models/countedlistgitlogresult.py +0 -20
- cribl_control_plane/models/countedlistgitrevertresult.py +0 -20
- cribl_control_plane/models/countedlistgitstatusresult.py +0 -20
- cribl_control_plane/models/countedlistinputsplunkhec.py +0 -20
- cribl_control_plane/models/countedlistjobinfo.py +0 -20
- cribl_control_plane/models/countedlistmasterworkerentry.py +0 -20
- cribl_control_plane/models/countedlistnumber.py +0 -19
- cribl_control_plane/models/countedlistobject.py +0 -19
- cribl_control_plane/models/countedlistoutputsamplesresponse.py +0 -20
- cribl_control_plane/models/countedlistoutputtestresponse.py +0 -20
- cribl_control_plane/models/countedlistpackinfo.py +0 -20
- cribl_control_plane/models/countedlistteamaccesscontrollist.py +0 -20
- cribl_control_plane/models/countedlistuseraccesscontrollist.py +0 -20
- {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a6.dist-info}/WHEEL +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.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.
|
|
6
|
+
__version__: str = "0.4.0a6"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1763072414698-97546d75"
|
|
8
|
+
__gen_version__: str = "2.763.3"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.4.0a6 2.763.3 4.15.0-alpha.1763072414698-97546d75 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.GetConfigGroupACLByProductAndIDResponse:
|
|
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.
|
|
@@ -105,7 +105,7 @@ class ACL(BaseSDK):
|
|
|
105
105
|
response_data: Any = None
|
|
106
106
|
if utils.match_response(http_res, "200", "application/json"):
|
|
107
107
|
return unmarshal_json_response(
|
|
108
|
-
models.
|
|
108
|
+
models.GetConfigGroupACLByProductAndIDResponse, http_res
|
|
109
109
|
)
|
|
110
110
|
if utils.match_response(http_res, "500", "application/json"):
|
|
111
111
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
@@ -129,7 +129,7 @@ class ACL(BaseSDK):
|
|
|
129
129
|
server_url: Optional[str] = None,
|
|
130
130
|
timeout_ms: Optional[int] = None,
|
|
131
131
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
132
|
-
) -> models.
|
|
132
|
+
) -> models.GetConfigGroupACLByProductAndIDResponse:
|
|
133
133
|
r"""Get the Access Control List for a Worker Group or Edge Fleet
|
|
134
134
|
|
|
135
135
|
Get the Access Control List (ACL) for the specified Worker Group or Edge Fleet.
|
|
@@ -200,7 +200,7 @@ class ACL(BaseSDK):
|
|
|
200
200
|
response_data: Any = None
|
|
201
201
|
if utils.match_response(http_res, "200", "application/json"):
|
|
202
202
|
return unmarshal_json_response(
|
|
203
|
-
models.
|
|
203
|
+
models.GetConfigGroupACLByProductAndIDResponse, http_res
|
|
204
204
|
)
|
|
205
205
|
if utils.match_response(http_res, "500", "application/json"):
|
|
206
206
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
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.GetVersionBranchResponse:
|
|
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.
|
|
@@ -77,7 +77,7 @@ class Branches(BaseSDK):
|
|
|
77
77
|
|
|
78
78
|
response_data: Any = None
|
|
79
79
|
if utils.match_response(http_res, "200", "application/json"):
|
|
80
|
-
return unmarshal_json_response(models.
|
|
80
|
+
return unmarshal_json_response(models.GetVersionBranchResponse, http_res)
|
|
81
81
|
if utils.match_response(http_res, "500", "application/json"):
|
|
82
82
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
83
83
|
raise errors.Error(response_data, http_res)
|
|
@@ -97,7 +97,7 @@ class Branches(BaseSDK):
|
|
|
97
97
|
server_url: Optional[str] = None,
|
|
98
98
|
timeout_ms: Optional[int] = None,
|
|
99
99
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
100
|
-
) -> models.
|
|
100
|
+
) -> models.GetVersionBranchResponse:
|
|
101
101
|
r"""List all branches in the Git repository used for Cribl configuration
|
|
102
102
|
|
|
103
103
|
Get a list of all branches in the Git repository used for Cribl configuration.
|
|
@@ -157,7 +157,7 @@ class Branches(BaseSDK):
|
|
|
157
157
|
|
|
158
158
|
response_data: Any = None
|
|
159
159
|
if utils.match_response(http_res, "200", "application/json"):
|
|
160
|
-
return unmarshal_json_response(models.
|
|
160
|
+
return unmarshal_json_response(models.GetVersionBranchResponse, http_res)
|
|
161
161
|
if utils.match_response(http_res, "500", "application/json"):
|
|
162
162
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
163
163
|
raise errors.Error(response_data, http_res)
|
cribl_control_plane/commits.py
CHANGED
|
@@ -36,7 +36,7 @@ class Commits(BaseSDK):
|
|
|
36
36
|
server_url: Optional[str] = None,
|
|
37
37
|
timeout_ms: Optional[int] = None,
|
|
38
38
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
39
|
-
) -> models.
|
|
39
|
+
) -> models.CreateVersionCommitResponse:
|
|
40
40
|
r"""Create a new commit for pending changes to the Cribl configuration
|
|
41
41
|
|
|
42
42
|
Create a new commit for pending changes to the Cribl configuration. Any merge conflicts indicated in the response must be resolved using Git.</br></br>To commit only a subset of configuration changes, specify the files to include in the commit in the <code>files</code> array.
|
|
@@ -115,7 +115,7 @@ class Commits(BaseSDK):
|
|
|
115
115
|
|
|
116
116
|
response_data: Any = None
|
|
117
117
|
if utils.match_response(http_res, "200", "application/json"):
|
|
118
|
-
return unmarshal_json_response(models.
|
|
118
|
+
return unmarshal_json_response(models.CreateVersionCommitResponse, http_res)
|
|
119
119
|
if utils.match_response(http_res, "500", "application/json"):
|
|
120
120
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
121
121
|
raise errors.Error(response_data, http_res)
|
|
@@ -140,7 +140,7 @@ class Commits(BaseSDK):
|
|
|
140
140
|
server_url: Optional[str] = None,
|
|
141
141
|
timeout_ms: Optional[int] = None,
|
|
142
142
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
143
|
-
) -> models.
|
|
143
|
+
) -> models.CreateVersionCommitResponse:
|
|
144
144
|
r"""Create a new commit for pending changes to the Cribl configuration
|
|
145
145
|
|
|
146
146
|
Create a new commit for pending changes to the Cribl configuration. Any merge conflicts indicated in the response must be resolved using Git.</br></br>To commit only a subset of configuration changes, specify the files to include in the commit in the <code>files</code> array.
|
|
@@ -219,7 +219,7 @@ class Commits(BaseSDK):
|
|
|
219
219
|
|
|
220
220
|
response_data: Any = None
|
|
221
221
|
if utils.match_response(http_res, "200", "application/json"):
|
|
222
|
-
return unmarshal_json_response(models.
|
|
222
|
+
return unmarshal_json_response(models.CreateVersionCommitResponse, http_res)
|
|
223
223
|
if utils.match_response(http_res, "500", "application/json"):
|
|
224
224
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
225
225
|
raise errors.Error(response_data, http_res)
|
|
@@ -243,7 +243,7 @@ class Commits(BaseSDK):
|
|
|
243
243
|
server_url: Optional[str] = None,
|
|
244
244
|
timeout_ms: Optional[int] = None,
|
|
245
245
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
246
|
-
) -> models.
|
|
246
|
+
) -> models.GetVersionDiffResponse:
|
|
247
247
|
r"""Get the diff for a commit
|
|
248
248
|
|
|
249
249
|
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
@@ -315,7 +315,7 @@ class Commits(BaseSDK):
|
|
|
315
315
|
|
|
316
316
|
response_data: Any = None
|
|
317
317
|
if utils.match_response(http_res, "200", "application/json"):
|
|
318
|
-
return unmarshal_json_response(models.
|
|
318
|
+
return unmarshal_json_response(models.GetVersionDiffResponse, http_res)
|
|
319
319
|
if utils.match_response(http_res, "500", "application/json"):
|
|
320
320
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
321
321
|
raise errors.Error(response_data, http_res)
|
|
@@ -339,7 +339,7 @@ class Commits(BaseSDK):
|
|
|
339
339
|
server_url: Optional[str] = None,
|
|
340
340
|
timeout_ms: Optional[int] = None,
|
|
341
341
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
342
|
-
) -> models.
|
|
342
|
+
) -> models.GetVersionDiffResponse:
|
|
343
343
|
r"""Get the diff for a commit
|
|
344
344
|
|
|
345
345
|
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
@@ -411,7 +411,7 @@ class Commits(BaseSDK):
|
|
|
411
411
|
|
|
412
412
|
response_data: Any = None
|
|
413
413
|
if utils.match_response(http_res, "200", "application/json"):
|
|
414
|
-
return unmarshal_json_response(models.
|
|
414
|
+
return unmarshal_json_response(models.GetVersionDiffResponse, http_res)
|
|
415
415
|
if utils.match_response(http_res, "500", "application/json"):
|
|
416
416
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
417
417
|
raise errors.Error(response_data, http_res)
|
|
@@ -433,7 +433,7 @@ class Commits(BaseSDK):
|
|
|
433
433
|
server_url: Optional[str] = None,
|
|
434
434
|
timeout_ms: Optional[int] = None,
|
|
435
435
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
436
|
-
) -> models.
|
|
436
|
+
) -> models.GetVersionResponse:
|
|
437
437
|
r"""List the commit history
|
|
438
438
|
|
|
439
439
|
List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
|
|
@@ -501,7 +501,7 @@ class Commits(BaseSDK):
|
|
|
501
501
|
|
|
502
502
|
response_data: Any = None
|
|
503
503
|
if utils.match_response(http_res, "200", "application/json"):
|
|
504
|
-
return unmarshal_json_response(models.
|
|
504
|
+
return unmarshal_json_response(models.GetVersionResponse, http_res)
|
|
505
505
|
if utils.match_response(http_res, "500", "application/json"):
|
|
506
506
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
507
507
|
raise errors.Error(response_data, http_res)
|
|
@@ -523,7 +523,7 @@ class Commits(BaseSDK):
|
|
|
523
523
|
server_url: Optional[str] = None,
|
|
524
524
|
timeout_ms: Optional[int] = None,
|
|
525
525
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
526
|
-
) -> models.
|
|
526
|
+
) -> models.GetVersionResponse:
|
|
527
527
|
r"""List the commit history
|
|
528
528
|
|
|
529
529
|
List the commit history.</br></br>Analogous to <code>git log</code> for the Cribl configuration, allowing you to audit and review changes over time.
|
|
@@ -591,7 +591,7 @@ class Commits(BaseSDK):
|
|
|
591
591
|
|
|
592
592
|
response_data: Any = None
|
|
593
593
|
if utils.match_response(http_res, "200", "application/json"):
|
|
594
|
-
return unmarshal_json_response(models.
|
|
594
|
+
return unmarshal_json_response(models.GetVersionResponse, http_res)
|
|
595
595
|
if utils.match_response(http_res, "500", "application/json"):
|
|
596
596
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
597
597
|
raise errors.Error(response_data, http_res)
|
|
@@ -611,7 +611,7 @@ class Commits(BaseSDK):
|
|
|
611
611
|
server_url: Optional[str] = None,
|
|
612
612
|
timeout_ms: Optional[int] = None,
|
|
613
613
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
614
|
-
) -> models.
|
|
614
|
+
) -> models.CreateVersionPushResponse:
|
|
615
615
|
r"""Push local commits to the remote repository
|
|
616
616
|
|
|
617
617
|
Push all local commits from the local repository to the remote repository.
|
|
@@ -671,7 +671,7 @@ class Commits(BaseSDK):
|
|
|
671
671
|
|
|
672
672
|
response_data: Any = None
|
|
673
673
|
if utils.match_response(http_res, "200", "application/json"):
|
|
674
|
-
return unmarshal_json_response(models.
|
|
674
|
+
return unmarshal_json_response(models.CreateVersionPushResponse, http_res)
|
|
675
675
|
if utils.match_response(http_res, "500", "application/json"):
|
|
676
676
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
677
677
|
raise errors.Error(response_data, http_res)
|
|
@@ -691,7 +691,7 @@ class Commits(BaseSDK):
|
|
|
691
691
|
server_url: Optional[str] = None,
|
|
692
692
|
timeout_ms: Optional[int] = None,
|
|
693
693
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
694
|
-
) -> models.
|
|
694
|
+
) -> models.CreateVersionPushResponse:
|
|
695
695
|
r"""Push local commits to the remote repository
|
|
696
696
|
|
|
697
697
|
Push all local commits from the local repository to the remote repository.
|
|
@@ -751,7 +751,7 @@ class Commits(BaseSDK):
|
|
|
751
751
|
|
|
752
752
|
response_data: Any = None
|
|
753
753
|
if utils.match_response(http_res, "200", "application/json"):
|
|
754
|
-
return unmarshal_json_response(models.
|
|
754
|
+
return unmarshal_json_response(models.CreateVersionPushResponse, http_res)
|
|
755
755
|
if utils.match_response(http_res, "500", "application/json"):
|
|
756
756
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
757
757
|
raise errors.Error(response_data, http_res)
|
|
@@ -775,7 +775,7 @@ class Commits(BaseSDK):
|
|
|
775
775
|
server_url: Optional[str] = None,
|
|
776
776
|
timeout_ms: Optional[int] = None,
|
|
777
777
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
778
|
-
) -> models.
|
|
778
|
+
) -> models.CreateVersionRevertResponse:
|
|
779
779
|
r"""Revert a commit in the local repository
|
|
780
780
|
|
|
781
781
|
Revert a commit in the local repository.
|
|
@@ -852,7 +852,7 @@ class Commits(BaseSDK):
|
|
|
852
852
|
|
|
853
853
|
response_data: Any = None
|
|
854
854
|
if utils.match_response(http_res, "200", "application/json"):
|
|
855
|
-
return unmarshal_json_response(models.
|
|
855
|
+
return unmarshal_json_response(models.CreateVersionRevertResponse, http_res)
|
|
856
856
|
if utils.match_response(http_res, "500", "application/json"):
|
|
857
857
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
858
858
|
raise errors.Error(response_data, http_res)
|
|
@@ -876,7 +876,7 @@ class Commits(BaseSDK):
|
|
|
876
876
|
server_url: Optional[str] = None,
|
|
877
877
|
timeout_ms: Optional[int] = None,
|
|
878
878
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
879
|
-
) -> models.
|
|
879
|
+
) -> models.CreateVersionRevertResponse:
|
|
880
880
|
r"""Revert a commit in the local repository
|
|
881
881
|
|
|
882
882
|
Revert a commit in the local repository.
|
|
@@ -953,7 +953,7 @@ class Commits(BaseSDK):
|
|
|
953
953
|
|
|
954
954
|
response_data: Any = None
|
|
955
955
|
if utils.match_response(http_res, "200", "application/json"):
|
|
956
|
-
return unmarshal_json_response(models.
|
|
956
|
+
return unmarshal_json_response(models.CreateVersionRevertResponse, http_res)
|
|
957
957
|
if utils.match_response(http_res, "500", "application/json"):
|
|
958
958
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
959
959
|
raise errors.Error(response_data, http_res)
|
|
@@ -977,7 +977,7 @@ class Commits(BaseSDK):
|
|
|
977
977
|
server_url: Optional[str] = None,
|
|
978
978
|
timeout_ms: Optional[int] = None,
|
|
979
979
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
980
|
-
) -> models.
|
|
980
|
+
) -> models.GetVersionShowResponse:
|
|
981
981
|
r"""Get the diff and log message for a commit
|
|
982
982
|
|
|
983
983
|
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
@@ -1049,7 +1049,7 @@ class Commits(BaseSDK):
|
|
|
1049
1049
|
|
|
1050
1050
|
response_data: Any = None
|
|
1051
1051
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1052
|
-
return unmarshal_json_response(models.
|
|
1052
|
+
return unmarshal_json_response(models.GetVersionShowResponse, http_res)
|
|
1053
1053
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1054
1054
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1055
1055
|
raise errors.Error(response_data, http_res)
|
|
@@ -1073,7 +1073,7 @@ class Commits(BaseSDK):
|
|
|
1073
1073
|
server_url: Optional[str] = None,
|
|
1074
1074
|
timeout_ms: Optional[int] = None,
|
|
1075
1075
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1076
|
-
) -> models.
|
|
1076
|
+
) -> models.GetVersionShowResponse:
|
|
1077
1077
|
r"""Get the diff and log message for a commit
|
|
1078
1078
|
|
|
1079
1079
|
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
@@ -1145,7 +1145,7 @@ class Commits(BaseSDK):
|
|
|
1145
1145
|
|
|
1146
1146
|
response_data: Any = None
|
|
1147
1147
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1148
|
-
return unmarshal_json_response(models.
|
|
1148
|
+
return unmarshal_json_response(models.GetVersionShowResponse, http_res)
|
|
1149
1149
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1150
1150
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1151
1151
|
raise errors.Error(response_data, http_res)
|
|
@@ -1166,7 +1166,7 @@ class Commits(BaseSDK):
|
|
|
1166
1166
|
server_url: Optional[str] = None,
|
|
1167
1167
|
timeout_ms: Optional[int] = None,
|
|
1168
1168
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1169
|
-
) -> models.
|
|
1169
|
+
) -> models.CreateVersionUndoResponse:
|
|
1170
1170
|
r"""Discard uncommitted (staged) changes
|
|
1171
1171
|
|
|
1172
1172
|
Discard all uncommitted (staged) configuration changes, resetting the working directory to the last committed state. Use only if you are certain that you do not need to preserve your local changes.
|
|
@@ -1232,7 +1232,7 @@ class Commits(BaseSDK):
|
|
|
1232
1232
|
|
|
1233
1233
|
response_data: Any = None
|
|
1234
1234
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1235
|
-
return unmarshal_json_response(models.
|
|
1235
|
+
return unmarshal_json_response(models.CreateVersionUndoResponse, http_res)
|
|
1236
1236
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1237
1237
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1238
1238
|
raise errors.Error(response_data, http_res)
|
|
@@ -1253,7 +1253,7 @@ class Commits(BaseSDK):
|
|
|
1253
1253
|
server_url: Optional[str] = None,
|
|
1254
1254
|
timeout_ms: Optional[int] = None,
|
|
1255
1255
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1256
|
-
) -> models.
|
|
1256
|
+
) -> models.CreateVersionUndoResponse:
|
|
1257
1257
|
r"""Discard uncommitted (staged) changes
|
|
1258
1258
|
|
|
1259
1259
|
Discard all uncommitted (staged) configuration changes, resetting the working directory to the last committed state. Use only if you are certain that you do not need to preserve your local changes.
|
|
@@ -1319,7 +1319,7 @@ class Commits(BaseSDK):
|
|
|
1319
1319
|
|
|
1320
1320
|
response_data: Any = None
|
|
1321
1321
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1322
|
-
return unmarshal_json_response(models.
|
|
1322
|
+
return unmarshal_json_response(models.CreateVersionUndoResponse, http_res)
|
|
1323
1323
|
if utils.match_response(http_res, "500", "application/json"):
|
|
1324
1324
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
1325
1325
|
raise errors.Error(response_data, http_res)
|
|
@@ -19,7 +19,7 @@ class CommitsFiles(BaseSDK):
|
|
|
19
19
|
server_url: Optional[str] = None,
|
|
20
20
|
timeout_ms: Optional[int] = None,
|
|
21
21
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
22
|
-
) -> models.
|
|
22
|
+
) -> models.GetVersionCountResponse:
|
|
23
23
|
r"""Get a count of files that changed since a commit
|
|
24
24
|
|
|
25
25
|
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -87,7 +87,7 @@ class CommitsFiles(BaseSDK):
|
|
|
87
87
|
|
|
88
88
|
response_data: Any = None
|
|
89
89
|
if utils.match_response(http_res, "200", "application/json"):
|
|
90
|
-
return unmarshal_json_response(models.
|
|
90
|
+
return unmarshal_json_response(models.GetVersionCountResponse, http_res)
|
|
91
91
|
if utils.match_response(http_res, "500", "application/json"):
|
|
92
92
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
93
93
|
raise errors.Error(response_data, http_res)
|
|
@@ -109,7 +109,7 @@ class CommitsFiles(BaseSDK):
|
|
|
109
109
|
server_url: Optional[str] = None,
|
|
110
110
|
timeout_ms: Optional[int] = None,
|
|
111
111
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
112
|
-
) -> models.
|
|
112
|
+
) -> models.GetVersionCountResponse:
|
|
113
113
|
r"""Get a count of files that changed since a commit
|
|
114
114
|
|
|
115
115
|
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -177,7 +177,7 @@ class CommitsFiles(BaseSDK):
|
|
|
177
177
|
|
|
178
178
|
response_data: Any = None
|
|
179
179
|
if utils.match_response(http_res, "200", "application/json"):
|
|
180
|
-
return unmarshal_json_response(models.
|
|
180
|
+
return unmarshal_json_response(models.GetVersionCountResponse, http_res)
|
|
181
181
|
if utils.match_response(http_res, "500", "application/json"):
|
|
182
182
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
183
183
|
raise errors.Error(response_data, http_res)
|
|
@@ -199,7 +199,7 @@ class CommitsFiles(BaseSDK):
|
|
|
199
199
|
server_url: Optional[str] = None,
|
|
200
200
|
timeout_ms: Optional[int] = None,
|
|
201
201
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
202
|
-
) -> models.
|
|
202
|
+
) -> models.GetVersionFilesResponse:
|
|
203
203
|
r"""Get the names and statuses of files that changed since a commit
|
|
204
204
|
|
|
205
205
|
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -267,7 +267,7 @@ class CommitsFiles(BaseSDK):
|
|
|
267
267
|
|
|
268
268
|
response_data: Any = None
|
|
269
269
|
if utils.match_response(http_res, "200", "application/json"):
|
|
270
|
-
return unmarshal_json_response(models.
|
|
270
|
+
return unmarshal_json_response(models.GetVersionFilesResponse, http_res)
|
|
271
271
|
if utils.match_response(http_res, "500", "application/json"):
|
|
272
272
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
273
273
|
raise errors.Error(response_data, http_res)
|
|
@@ -289,7 +289,7 @@ class CommitsFiles(BaseSDK):
|
|
|
289
289
|
server_url: Optional[str] = None,
|
|
290
290
|
timeout_ms: Optional[int] = None,
|
|
291
291
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
292
|
-
) -> models.
|
|
292
|
+
) -> models.GetVersionFilesResponse:
|
|
293
293
|
r"""Get the names and statuses of files that changed since a commit
|
|
294
294
|
|
|
295
295
|
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
@@ -357,7 +357,7 @@ class CommitsFiles(BaseSDK):
|
|
|
357
357
|
|
|
358
358
|
response_data: Any = None
|
|
359
359
|
if utils.match_response(http_res, "200", "application/json"):
|
|
360
|
-
return unmarshal_json_response(models.
|
|
360
|
+
return unmarshal_json_response(models.GetVersionFilesResponse, http_res)
|
|
361
361
|
if utils.match_response(http_res, "500", "application/json"):
|
|
362
362
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
363
363
|
raise errors.Error(response_data, http_res)
|
|
@@ -19,7 +19,7 @@ class ConfigsVersions(BaseSDK):
|
|
|
19
19
|
server_url: Optional[str] = None,
|
|
20
20
|
timeout_ms: Optional[int] = None,
|
|
21
21
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
22
|
-
) -> models.
|
|
22
|
+
) -> models.GetConfigGroupConfigVersionByProductAndIDResponse:
|
|
23
23
|
r"""Get the configuration version for a Worker Group or Edge Fleet
|
|
24
24
|
|
|
25
25
|
Get the configuration version for the specified Worker Group or Edge Fleet.
|
|
@@ -87,7 +87,9 @@ class ConfigsVersions(BaseSDK):
|
|
|
87
87
|
|
|
88
88
|
response_data: Any = None
|
|
89
89
|
if utils.match_response(http_res, "200", "application/json"):
|
|
90
|
-
return unmarshal_json_response(
|
|
90
|
+
return unmarshal_json_response(
|
|
91
|
+
models.GetConfigGroupConfigVersionByProductAndIDResponse, http_res
|
|
92
|
+
)
|
|
91
93
|
if utils.match_response(http_res, "500", "application/json"):
|
|
92
94
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
93
95
|
raise errors.Error(response_data, http_res)
|
|
@@ -109,7 +111,7 @@ class ConfigsVersions(BaseSDK):
|
|
|
109
111
|
server_url: Optional[str] = None,
|
|
110
112
|
timeout_ms: Optional[int] = None,
|
|
111
113
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
112
|
-
) -> models.
|
|
114
|
+
) -> models.GetConfigGroupConfigVersionByProductAndIDResponse:
|
|
113
115
|
r"""Get the configuration version for a Worker Group or Edge Fleet
|
|
114
116
|
|
|
115
117
|
Get the configuration version for the specified Worker Group or Edge Fleet.
|
|
@@ -177,7 +179,9 @@ class ConfigsVersions(BaseSDK):
|
|
|
177
179
|
|
|
178
180
|
response_data: Any = None
|
|
179
181
|
if utils.match_response(http_res, "200", "application/json"):
|
|
180
|
-
return unmarshal_json_response(
|
|
182
|
+
return unmarshal_json_response(
|
|
183
|
+
models.GetConfigGroupConfigVersionByProductAndIDResponse, http_res
|
|
184
|
+
)
|
|
181
185
|
if utils.match_response(http_res, "500", "application/json"):
|
|
182
186
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
183
187
|
raise errors.Error(response_data, http_res)
|
|
@@ -36,7 +36,7 @@ class Destinations(BaseSDK):
|
|
|
36
36
|
server_url: Optional[str] = None,
|
|
37
37
|
timeout_ms: Optional[int] = None,
|
|
38
38
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
39
|
-
) -> models.
|
|
39
|
+
) -> models.ListOutputResponse:
|
|
40
40
|
r"""List all Destinations
|
|
41
41
|
|
|
42
42
|
Get a list of all Destinations.
|
|
@@ -96,7 +96,7 @@ class Destinations(BaseSDK):
|
|
|
96
96
|
|
|
97
97
|
response_data: Any = None
|
|
98
98
|
if utils.match_response(http_res, "200", "application/json"):
|
|
99
|
-
return unmarshal_json_response(models.
|
|
99
|
+
return unmarshal_json_response(models.ListOutputResponse, http_res)
|
|
100
100
|
if utils.match_response(http_res, "500", "application/json"):
|
|
101
101
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
102
102
|
raise errors.Error(response_data, http_res)
|
|
@@ -116,7 +116,7 @@ class Destinations(BaseSDK):
|
|
|
116
116
|
server_url: Optional[str] = None,
|
|
117
117
|
timeout_ms: Optional[int] = None,
|
|
118
118
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
119
|
-
) -> models.
|
|
119
|
+
) -> models.ListOutputResponse:
|
|
120
120
|
r"""List all Destinations
|
|
121
121
|
|
|
122
122
|
Get a list of all Destinations.
|
|
@@ -176,7 +176,7 @@ class Destinations(BaseSDK):
|
|
|
176
176
|
|
|
177
177
|
response_data: Any = None
|
|
178
178
|
if utils.match_response(http_res, "200", "application/json"):
|
|
179
|
-
return unmarshal_json_response(models.
|
|
179
|
+
return unmarshal_json_response(models.ListOutputResponse, http_res)
|
|
180
180
|
if utils.match_response(http_res, "500", "application/json"):
|
|
181
181
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
182
182
|
raise errors.Error(response_data, http_res)
|
|
@@ -197,7 +197,7 @@ class Destinations(BaseSDK):
|
|
|
197
197
|
server_url: Optional[str] = None,
|
|
198
198
|
timeout_ms: Optional[int] = None,
|
|
199
199
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
200
|
-
) -> models.
|
|
200
|
+
) -> models.CreateOutputResponse:
|
|
201
201
|
r"""Create a Destination
|
|
202
202
|
|
|
203
203
|
Create a new Destination.
|
|
@@ -266,7 +266,7 @@ class Destinations(BaseSDK):
|
|
|
266
266
|
|
|
267
267
|
response_data: Any = None
|
|
268
268
|
if utils.match_response(http_res, "200", "application/json"):
|
|
269
|
-
return unmarshal_json_response(models.
|
|
269
|
+
return unmarshal_json_response(models.CreateOutputResponse, http_res)
|
|
270
270
|
if utils.match_response(http_res, "500", "application/json"):
|
|
271
271
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
272
272
|
raise errors.Error(response_data, http_res)
|
|
@@ -287,7 +287,7 @@ class Destinations(BaseSDK):
|
|
|
287
287
|
server_url: Optional[str] = None,
|
|
288
288
|
timeout_ms: Optional[int] = None,
|
|
289
289
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
290
|
-
) -> models.
|
|
290
|
+
) -> models.CreateOutputResponse:
|
|
291
291
|
r"""Create a Destination
|
|
292
292
|
|
|
293
293
|
Create a new Destination.
|
|
@@ -356,7 +356,7 @@ class Destinations(BaseSDK):
|
|
|
356
356
|
|
|
357
357
|
response_data: Any = None
|
|
358
358
|
if utils.match_response(http_res, "200", "application/json"):
|
|
359
|
-
return unmarshal_json_response(models.
|
|
359
|
+
return unmarshal_json_response(models.CreateOutputResponse, http_res)
|
|
360
360
|
if utils.match_response(http_res, "500", "application/json"):
|
|
361
361
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
362
362
|
raise errors.Error(response_data, http_res)
|
|
@@ -377,7 +377,7 @@ class Destinations(BaseSDK):
|
|
|
377
377
|
server_url: Optional[str] = None,
|
|
378
378
|
timeout_ms: Optional[int] = None,
|
|
379
379
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
380
|
-
) -> models.
|
|
380
|
+
) -> models.GetOutputByIDResponse:
|
|
381
381
|
r"""Get a Destination
|
|
382
382
|
|
|
383
383
|
Get the specified Destination.
|
|
@@ -443,7 +443,7 @@ class Destinations(BaseSDK):
|
|
|
443
443
|
|
|
444
444
|
response_data: Any = None
|
|
445
445
|
if utils.match_response(http_res, "200", "application/json"):
|
|
446
|
-
return unmarshal_json_response(models.
|
|
446
|
+
return unmarshal_json_response(models.GetOutputByIDResponse, http_res)
|
|
447
447
|
if utils.match_response(http_res, "500", "application/json"):
|
|
448
448
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
449
449
|
raise errors.Error(response_data, http_res)
|
|
@@ -464,7 +464,7 @@ class Destinations(BaseSDK):
|
|
|
464
464
|
server_url: Optional[str] = None,
|
|
465
465
|
timeout_ms: Optional[int] = None,
|
|
466
466
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
467
|
-
) -> models.
|
|
467
|
+
) -> models.GetOutputByIDResponse:
|
|
468
468
|
r"""Get a Destination
|
|
469
469
|
|
|
470
470
|
Get the specified Destination.
|
|
@@ -530,7 +530,7 @@ class Destinations(BaseSDK):
|
|
|
530
530
|
|
|
531
531
|
response_data: Any = None
|
|
532
532
|
if utils.match_response(http_res, "200", "application/json"):
|
|
533
|
-
return unmarshal_json_response(models.
|
|
533
|
+
return unmarshal_json_response(models.GetOutputByIDResponse, http_res)
|
|
534
534
|
if utils.match_response(http_res, "500", "application/json"):
|
|
535
535
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
536
536
|
raise errors.Error(response_data, http_res)
|
|
@@ -552,7 +552,7 @@ class Destinations(BaseSDK):
|
|
|
552
552
|
server_url: Optional[str] = None,
|
|
553
553
|
timeout_ms: Optional[int] = None,
|
|
554
554
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
555
|
-
) -> models.
|
|
555
|
+
) -> models.UpdateOutputByIDResponse:
|
|
556
556
|
r"""Update a Destination
|
|
557
557
|
|
|
558
558
|
Update the specified Destination.</br></br>Provide a complete representation of the Destination that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Destination.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Destination might not function as expected.
|
|
@@ -623,7 +623,7 @@ class Destinations(BaseSDK):
|
|
|
623
623
|
|
|
624
624
|
response_data: Any = None
|
|
625
625
|
if utils.match_response(http_res, "200", "application/json"):
|
|
626
|
-
return unmarshal_json_response(models.
|
|
626
|
+
return unmarshal_json_response(models.UpdateOutputByIDResponse, http_res)
|
|
627
627
|
if utils.match_response(http_res, "500", "application/json"):
|
|
628
628
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
629
629
|
raise errors.Error(response_data, http_res)
|
|
@@ -645,7 +645,7 @@ class Destinations(BaseSDK):
|
|
|
645
645
|
server_url: Optional[str] = None,
|
|
646
646
|
timeout_ms: Optional[int] = None,
|
|
647
647
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
648
|
-
) -> models.
|
|
648
|
+
) -> models.UpdateOutputByIDResponse:
|
|
649
649
|
r"""Update a Destination
|
|
650
650
|
|
|
651
651
|
Update the specified Destination.</br></br>Provide a complete representation of the Destination that you want to update in the request body. This endpoint does not support partial updates. Cribl removes any omitted fields when updating the Destination.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the updated Destination might not function as expected.
|
|
@@ -716,7 +716,7 @@ class Destinations(BaseSDK):
|
|
|
716
716
|
|
|
717
717
|
response_data: Any = None
|
|
718
718
|
if utils.match_response(http_res, "200", "application/json"):
|
|
719
|
-
return unmarshal_json_response(models.
|
|
719
|
+
return unmarshal_json_response(models.UpdateOutputByIDResponse, http_res)
|
|
720
720
|
if utils.match_response(http_res, "500", "application/json"):
|
|
721
721
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
722
722
|
raise errors.Error(response_data, http_res)
|
|
@@ -737,7 +737,7 @@ class Destinations(BaseSDK):
|
|
|
737
737
|
server_url: Optional[str] = None,
|
|
738
738
|
timeout_ms: Optional[int] = None,
|
|
739
739
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
740
|
-
) -> models.
|
|
740
|
+
) -> models.DeleteOutputByIDResponse:
|
|
741
741
|
r"""Delete a Destination
|
|
742
742
|
|
|
743
743
|
Delete the specified Destination.
|
|
@@ -803,7 +803,7 @@ class Destinations(BaseSDK):
|
|
|
803
803
|
|
|
804
804
|
response_data: Any = None
|
|
805
805
|
if utils.match_response(http_res, "200", "application/json"):
|
|
806
|
-
return unmarshal_json_response(models.
|
|
806
|
+
return unmarshal_json_response(models.DeleteOutputByIDResponse, http_res)
|
|
807
807
|
if utils.match_response(http_res, "500", "application/json"):
|
|
808
808
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
809
809
|
raise errors.Error(response_data, http_res)
|
|
@@ -824,7 +824,7 @@ class Destinations(BaseSDK):
|
|
|
824
824
|
server_url: Optional[str] = None,
|
|
825
825
|
timeout_ms: Optional[int] = None,
|
|
826
826
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
827
|
-
) -> models.
|
|
827
|
+
) -> models.DeleteOutputByIDResponse:
|
|
828
828
|
r"""Delete a Destination
|
|
829
829
|
|
|
830
830
|
Delete the specified Destination.
|
|
@@ -890,7 +890,7 @@ class Destinations(BaseSDK):
|
|
|
890
890
|
|
|
891
891
|
response_data: Any = None
|
|
892
892
|
if utils.match_response(http_res, "200", "application/json"):
|
|
893
|
-
return unmarshal_json_response(models.
|
|
893
|
+
return unmarshal_json_response(models.DeleteOutputByIDResponse, http_res)
|
|
894
894
|
if utils.match_response(http_res, "500", "application/json"):
|
|
895
895
|
response_data = unmarshal_json_response(errors.ErrorData, http_res)
|
|
896
896
|
raise errors.Error(response_data, http_res)
|