cribl-control-plane 0.0.31__py3-none-any.whl → 0.0.33__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/branches.py +6 -6
- cribl_control_plane/commits.py +36 -36
- cribl_control_plane/commits_files.py +16 -16
- cribl_control_plane/cribl.py +513 -0
- cribl_control_plane/destinations.py +21 -21
- cribl_control_plane/destinations_pq.py +10 -10
- cribl_control_plane/{samples.py → destinations_samples.py} +11 -11
- cribl_control_plane/hectokens.py +10 -10
- cribl_control_plane/lakedatasets.py +36 -36
- cribl_control_plane/models/__init__.py +342 -0
- cribl_control_plane/models/authconfig.py +43 -0
- cribl_control_plane/models/commonservicelimitconfigs.py +14 -0
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
- cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
- cribl_control_plane/models/createoutputtestbyidop.py +2 -2
- cribl_control_plane/models/createversionundoop.py +2 -2
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/deleteinputbyidop.py +2 -2
- cribl_control_plane/models/deleteoutputbyidop.py +2 -2
- cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
- cribl_control_plane/models/deletepacksbyidop.py +2 -2
- cribl_control_plane/models/edgeheartbeatmetricsmode.py +11 -0
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
- cribl_control_plane/models/getinputbyidop.py +2 -2
- cribl_control_plane/models/getmasterworkerentryop.py +2 -2
- cribl_control_plane/models/getoutputbyidop.py +2 -2
- cribl_control_plane/models/getoutputpqbyidop.py +2 -2
- cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
- cribl_control_plane/models/getpacksop.py +2 -2
- cribl_control_plane/models/getsummaryop.py +3 -3
- cribl_control_plane/models/getsystemsettingsauthop.py +24 -0
- cribl_control_plane/models/getsystemsettingsconfop.py +24 -0
- cribl_control_plane/models/getsystemsettingsgitsettingsop.py +24 -0
- cribl_control_plane/models/getversioncountop.py +4 -4
- cribl_control_plane/models/getversiondiffop.py +8 -8
- cribl_control_plane/models/getversionfilesop.py +4 -4
- cribl_control_plane/models/getversionshowop.py +8 -8
- cribl_control_plane/models/getversionstatusop.py +2 -2
- cribl_control_plane/models/gitopstype.py +10 -0
- cribl_control_plane/models/gitsettings.py +70 -0
- cribl_control_plane/models/jobsettings.py +83 -0
- cribl_control_plane/models/limits.py +127 -0
- cribl_control_plane/models/listmasterworkerentryop.py +23 -23
- cribl_control_plane/models/rediscachelimits.py +38 -0
- cribl_control_plane/models/redisconnectionlimits.py +20 -0
- cribl_control_plane/models/redislimits.py +14 -0
- cribl_control_plane/models/searchsettings.py +71 -0
- cribl_control_plane/models/serviceslimits.py +23 -0
- cribl_control_plane/models/systemsettings.py +358 -0
- cribl_control_plane/models/systemsettingsconf.py +311 -0
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
- cribl_control_plane/models/updateinputbyidop.py +2 -2
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
- cribl_control_plane/models/updateoutputbyidop.py +2 -2
- cribl_control_plane/models/updatepacksbyidop.py +2 -2
- cribl_control_plane/models/updatesystemsettingsauthop.py +24 -0
- cribl_control_plane/models/updatesystemsettingsconfop.py +24 -0
- cribl_control_plane/models/updatesystemsettingsgitsettingsop.py +24 -0
- cribl_control_plane/models/upgradegroupsettings.py +24 -0
- cribl_control_plane/models/upgradepackageurls.py +20 -0
- cribl_control_plane/models/upgradesettings.py +36 -0
- cribl_control_plane/nodes.py +30 -30
- cribl_control_plane/packs.py +16 -16
- cribl_control_plane/sdk.py +3 -0
- cribl_control_plane/settings.py +23 -0
- cribl_control_plane/settings_auth.py +339 -0
- cribl_control_plane/settings_git.py +339 -0
- cribl_control_plane/sources.py +18 -18
- cribl_control_plane/statuses.py +6 -6
- cribl_control_plane/summaries.py +6 -6
- cribl_control_plane/system_sdk.py +17 -0
- cribl_control_plane/teams.py +2 -2
- cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/METADATA +41 -25
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/RECORD +79 -51
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/WHEEL +0 -0
|
@@ -21,9 +21,9 @@ class DestinationsPq(BaseSDK):
|
|
|
21
21
|
) -> models.DeleteOutputPqByIDResponse:
|
|
22
22
|
r"""Clear the persistent queue for a Destination
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Clear the persistent queue (PQ) for the specified Destination.
|
|
25
25
|
|
|
26
|
-
:param id: Destination
|
|
26
|
+
:param id: The <code>id</code> of the Destination to clear the PQ for.
|
|
27
27
|
:param retries: Override the default retry configuration for this method
|
|
28
28
|
:param server_url: Override the default server URL for this method
|
|
29
29
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -108,9 +108,9 @@ class DestinationsPq(BaseSDK):
|
|
|
108
108
|
) -> models.DeleteOutputPqByIDResponse:
|
|
109
109
|
r"""Clear the persistent queue for a Destination
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
Clear the persistent queue (PQ) for the specified Destination.
|
|
112
112
|
|
|
113
|
-
:param id: Destination
|
|
113
|
+
:param id: The <code>id</code> of the Destination to clear the PQ for.
|
|
114
114
|
:param retries: Override the default retry configuration for this method
|
|
115
115
|
:param server_url: Override the default server URL for this method
|
|
116
116
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -193,11 +193,11 @@ class DestinationsPq(BaseSDK):
|
|
|
193
193
|
timeout_ms: Optional[int] = None,
|
|
194
194
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
195
195
|
) -> models.GetOutputPqByIDResponse:
|
|
196
|
-
r"""
|
|
196
|
+
r"""Get information about the latest job to clear the persistent queue for a Destination
|
|
197
197
|
|
|
198
|
-
|
|
198
|
+
Get information about the latest job to clear the persistent queue (PQ) for the specified Destination.
|
|
199
199
|
|
|
200
|
-
:param id: Destination
|
|
200
|
+
:param id: The <code>id</code> of the Destination to get PQ job information for.
|
|
201
201
|
:param retries: Override the default retry configuration for this method
|
|
202
202
|
:param server_url: Override the default server URL for this method
|
|
203
203
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -280,11 +280,11 @@ class DestinationsPq(BaseSDK):
|
|
|
280
280
|
timeout_ms: Optional[int] = None,
|
|
281
281
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
282
282
|
) -> models.GetOutputPqByIDResponse:
|
|
283
|
-
r"""
|
|
283
|
+
r"""Get information about the latest job to clear the persistent queue for a Destination
|
|
284
284
|
|
|
285
|
-
|
|
285
|
+
Get information about the latest job to clear the persistent queue (PQ) for the specified Destination.
|
|
286
286
|
|
|
287
|
-
:param id: Destination
|
|
287
|
+
:param id: The <code>id</code> of the Destination to get PQ job information for.
|
|
288
288
|
:param retries: Override the default retry configuration for this method
|
|
289
289
|
:param server_url: Override the default server URL for this method
|
|
290
290
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -9,7 +9,7 @@ from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_res
|
|
|
9
9
|
from typing import Any, List, Mapping, Optional, Union
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class
|
|
12
|
+
class DestinationsSamples(BaseSDK):
|
|
13
13
|
def get(
|
|
14
14
|
self,
|
|
15
15
|
*,
|
|
@@ -19,11 +19,11 @@ class Samples(BaseSDK):
|
|
|
19
19
|
timeout_ms: Optional[int] = None,
|
|
20
20
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
21
21
|
) -> models.GetOutputSamplesByIDResponse:
|
|
22
|
-
r"""
|
|
22
|
+
r"""Get sample event data for a Destination
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Get sample event data for the specified Destination to validate the configuration or test connectivity.
|
|
25
25
|
|
|
26
|
-
:param id: Destination
|
|
26
|
+
:param id: The <code>id</code> of the Destination to get sample event data for.
|
|
27
27
|
:param retries: Override the default retry configuration for this method
|
|
28
28
|
:param server_url: Override the default server URL for this method
|
|
29
29
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -108,11 +108,11 @@ class Samples(BaseSDK):
|
|
|
108
108
|
timeout_ms: Optional[int] = None,
|
|
109
109
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
110
110
|
) -> models.GetOutputSamplesByIDResponse:
|
|
111
|
-
r"""
|
|
111
|
+
r"""Get sample event data for a Destination
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
Get sample event data for the specified Destination to validate the configuration or test connectivity.
|
|
114
114
|
|
|
115
|
-
:param id: Destination
|
|
115
|
+
:param id: The <code>id</code> of the Destination to get sample event data for.
|
|
116
116
|
:param retries: Override the default retry configuration for this method
|
|
117
117
|
:param server_url: Override the default server URL for this method
|
|
118
118
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -200,9 +200,9 @@ class Samples(BaseSDK):
|
|
|
200
200
|
) -> models.CreateOutputTestByIDResponse:
|
|
201
201
|
r"""Send sample event data to a Destination
|
|
202
202
|
|
|
203
|
-
Send sample data to
|
|
203
|
+
Send sample event data to the specified Destination to validate the configuration or test connectivity.
|
|
204
204
|
|
|
205
|
-
:param id: Destination
|
|
205
|
+
:param id: The <code>id</code> of the Destination to send sample event data to.
|
|
206
206
|
:param events:
|
|
207
207
|
:param retries: Override the default retry configuration for this method
|
|
208
208
|
:param server_url: Override the default server URL for this method
|
|
@@ -301,9 +301,9 @@ class Samples(BaseSDK):
|
|
|
301
301
|
) -> models.CreateOutputTestByIDResponse:
|
|
302
302
|
r"""Send sample event data to a Destination
|
|
303
303
|
|
|
304
|
-
Send sample data to
|
|
304
|
+
Send sample event data to the specified Destination to validate the configuration or test connectivity.
|
|
305
305
|
|
|
306
|
-
:param id: Destination
|
|
306
|
+
:param id: The <code>id</code> of the Destination to send sample event data to.
|
|
307
307
|
:param events:
|
|
308
308
|
:param retries: Override the default retry configuration for this method
|
|
309
309
|
:param server_url: Override the default server URL for this method
|
cribl_control_plane/hectokens.py
CHANGED
|
@@ -30,9 +30,9 @@ class HecTokens(BaseSDK):
|
|
|
30
30
|
) -> models.CreateInputHecTokenByIDResponse:
|
|
31
31
|
r"""Add an HEC token and optional metadata to a Splunk HEC Source
|
|
32
32
|
|
|
33
|
-
Add token and optional metadata to
|
|
33
|
+
Add an HEC token and optional metadata to the specified Splunk HEC Source.
|
|
34
34
|
|
|
35
|
-
:param id: HEC Source
|
|
35
|
+
:param id: The <code>id</code> of the Splunk HEC Source.
|
|
36
36
|
:param token:
|
|
37
37
|
:param description:
|
|
38
38
|
:param enabled:
|
|
@@ -147,9 +147,9 @@ class HecTokens(BaseSDK):
|
|
|
147
147
|
) -> models.CreateInputHecTokenByIDResponse:
|
|
148
148
|
r"""Add an HEC token and optional metadata to a Splunk HEC Source
|
|
149
149
|
|
|
150
|
-
Add token and optional metadata to
|
|
150
|
+
Add an HEC token and optional metadata to the specified Splunk HEC Source.
|
|
151
151
|
|
|
152
|
-
:param id: HEC Source
|
|
152
|
+
:param id: The <code>id</code> of the Splunk HEC Source.
|
|
153
153
|
:param token:
|
|
154
154
|
:param description:
|
|
155
155
|
:param enabled:
|
|
@@ -264,10 +264,10 @@ class HecTokens(BaseSDK):
|
|
|
264
264
|
) -> models.UpdateInputHecTokenByIDAndTokenResponse:
|
|
265
265
|
r"""Update metadata for an HEC token for a Splunk HEC Source
|
|
266
266
|
|
|
267
|
-
Update
|
|
267
|
+
Update the metadata for the specified HEC token for the specified Splunk HEC Source.
|
|
268
268
|
|
|
269
|
-
:param id: HEC Source
|
|
270
|
-
:param token: token to update
|
|
269
|
+
:param id: The <code>id</code> of the Splunk HEC Source.
|
|
270
|
+
:param token: The <code>id</code> of the HEC token to update.
|
|
271
271
|
:param description:
|
|
272
272
|
:param enabled:
|
|
273
273
|
:param metadata:
|
|
@@ -381,10 +381,10 @@ class HecTokens(BaseSDK):
|
|
|
381
381
|
) -> models.UpdateInputHecTokenByIDAndTokenResponse:
|
|
382
382
|
r"""Update metadata for an HEC token for a Splunk HEC Source
|
|
383
383
|
|
|
384
|
-
Update
|
|
384
|
+
Update the metadata for the specified HEC token for the specified Splunk HEC Source.
|
|
385
385
|
|
|
386
|
-
:param id: HEC Source
|
|
387
|
-
:param token: token to update
|
|
386
|
+
:param id: The <code>id</code> of the Splunk HEC Source.
|
|
387
|
+
:param token: The <code>id</code> of the HEC token to update.
|
|
388
388
|
:param description:
|
|
389
389
|
:param enabled:
|
|
390
390
|
:param metadata:
|
|
@@ -37,11 +37,11 @@ class LakeDatasets(BaseSDK):
|
|
|
37
37
|
timeout_ms: Optional[int] = None,
|
|
38
38
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
39
39
|
) -> models.CreateCriblLakeDatasetByLakeIDResponse:
|
|
40
|
-
r"""Create a Lake Dataset
|
|
40
|
+
r"""Create a Lake Dataset
|
|
41
41
|
|
|
42
|
-
Create a Dataset in the specified Lake
|
|
42
|
+
Create a new Lake Dataset in the specified Lake.
|
|
43
43
|
|
|
44
|
-
:param lake_id:
|
|
44
|
+
:param lake_id: The <code>id</code> of the Lake to create the Lake Dataset in.
|
|
45
45
|
:param id:
|
|
46
46
|
:param accelerated_fields:
|
|
47
47
|
:param bucket_name:
|
|
@@ -181,11 +181,11 @@ class LakeDatasets(BaseSDK):
|
|
|
181
181
|
timeout_ms: Optional[int] = None,
|
|
182
182
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
183
183
|
) -> models.CreateCriblLakeDatasetByLakeIDResponse:
|
|
184
|
-
r"""Create a Lake Dataset
|
|
184
|
+
r"""Create a Lake Dataset
|
|
185
185
|
|
|
186
|
-
Create a Dataset in the specified Lake
|
|
186
|
+
Create a new Lake Dataset in the specified Lake.
|
|
187
187
|
|
|
188
|
-
:param lake_id:
|
|
188
|
+
:param lake_id: The <code>id</code> of the Lake to create the Lake Dataset in.
|
|
189
189
|
:param id:
|
|
190
190
|
:param accelerated_fields:
|
|
191
191
|
:param bucket_name:
|
|
@@ -307,11 +307,11 @@ class LakeDatasets(BaseSDK):
|
|
|
307
307
|
timeout_ms: Optional[int] = None,
|
|
308
308
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
309
309
|
) -> models.GetCriblLakeDatasetByLakeIDResponse:
|
|
310
|
-
r"""List all Lake Datasets
|
|
310
|
+
r"""List all Lake Datasets
|
|
311
311
|
|
|
312
|
-
Get
|
|
312
|
+
Get a list of all Lake Datasets in the specified Lake.
|
|
313
313
|
|
|
314
|
-
:param lake_id:
|
|
314
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
|
|
315
315
|
:param retries: Override the default retry configuration for this method
|
|
316
316
|
:param server_url: Override the default server URL for this method
|
|
317
317
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -396,11 +396,11 @@ class LakeDatasets(BaseSDK):
|
|
|
396
396
|
timeout_ms: Optional[int] = None,
|
|
397
397
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
398
398
|
) -> models.GetCriblLakeDatasetByLakeIDResponse:
|
|
399
|
-
r"""List all Lake Datasets
|
|
399
|
+
r"""List all Lake Datasets
|
|
400
400
|
|
|
401
|
-
Get
|
|
401
|
+
Get a list of all Lake Datasets in the specified Lake.
|
|
402
402
|
|
|
403
|
-
:param lake_id:
|
|
403
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
|
|
404
404
|
:param retries: Override the default retry configuration for this method
|
|
405
405
|
:param server_url: Override the default server URL for this method
|
|
406
406
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -486,12 +486,12 @@ class LakeDatasets(BaseSDK):
|
|
|
486
486
|
timeout_ms: Optional[int] = None,
|
|
487
487
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
488
488
|
) -> models.DeleteCriblLakeDatasetByLakeIDAndIDResponse:
|
|
489
|
-
r"""Delete a Lake Dataset
|
|
489
|
+
r"""Delete a Lake Dataset
|
|
490
490
|
|
|
491
|
-
Delete
|
|
491
|
+
Delete the specified Lake Dataset in the specified Lake
|
|
492
492
|
|
|
493
|
-
:param lake_id:
|
|
494
|
-
:param id:
|
|
493
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to delete.
|
|
494
|
+
:param id: The <code>id</code> of the Lake Dataset to delete.
|
|
495
495
|
:param retries: Override the default retry configuration for this method
|
|
496
496
|
:param server_url: Override the default server URL for this method
|
|
497
497
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -578,12 +578,12 @@ class LakeDatasets(BaseSDK):
|
|
|
578
578
|
timeout_ms: Optional[int] = None,
|
|
579
579
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
580
580
|
) -> models.DeleteCriblLakeDatasetByLakeIDAndIDResponse:
|
|
581
|
-
r"""Delete a Lake Dataset
|
|
581
|
+
r"""Delete a Lake Dataset
|
|
582
582
|
|
|
583
|
-
Delete
|
|
583
|
+
Delete the specified Lake Dataset in the specified Lake
|
|
584
584
|
|
|
585
|
-
:param lake_id:
|
|
586
|
-
:param id:
|
|
585
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to delete.
|
|
586
|
+
:param id: The <code>id</code> of the Lake Dataset to delete.
|
|
587
587
|
:param retries: Override the default retry configuration for this method
|
|
588
588
|
:param server_url: Override the default server URL for this method
|
|
589
589
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -670,12 +670,12 @@ class LakeDatasets(BaseSDK):
|
|
|
670
670
|
timeout_ms: Optional[int] = None,
|
|
671
671
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
672
672
|
) -> models.GetCriblLakeDatasetByLakeIDAndIDResponse:
|
|
673
|
-
r"""
|
|
673
|
+
r"""Get a Lake Dataset
|
|
674
674
|
|
|
675
|
-
Get
|
|
675
|
+
Get the specified Lake Dataset in the specified Lake.
|
|
676
676
|
|
|
677
|
-
:param lake_id:
|
|
678
|
-
:param id:
|
|
677
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to get.
|
|
678
|
+
:param id: The <code>id</code> of the Lake Dataset to get.
|
|
679
679
|
:param retries: Override the default retry configuration for this method
|
|
680
680
|
:param server_url: Override the default server URL for this method
|
|
681
681
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -762,12 +762,12 @@ class LakeDatasets(BaseSDK):
|
|
|
762
762
|
timeout_ms: Optional[int] = None,
|
|
763
763
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
764
764
|
) -> models.GetCriblLakeDatasetByLakeIDAndIDResponse:
|
|
765
|
-
r"""
|
|
765
|
+
r"""Get a Lake Dataset
|
|
766
766
|
|
|
767
|
-
Get
|
|
767
|
+
Get the specified Lake Dataset in the specified Lake.
|
|
768
768
|
|
|
769
|
-
:param lake_id:
|
|
770
|
-
:param id:
|
|
769
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to get.
|
|
770
|
+
:param id: The <code>id</code> of the Lake Dataset to get.
|
|
771
771
|
:param retries: Override the default retry configuration for this method
|
|
772
772
|
:param server_url: Override the default server URL for this method
|
|
773
773
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -872,12 +872,12 @@ class LakeDatasets(BaseSDK):
|
|
|
872
872
|
timeout_ms: Optional[int] = None,
|
|
873
873
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
874
874
|
) -> models.UpdateCriblLakeDatasetByLakeIDAndIDResponse:
|
|
875
|
-
r"""Update a Lake Dataset
|
|
875
|
+
r"""Update a Lake Dataset
|
|
876
876
|
|
|
877
|
-
Update
|
|
877
|
+
Update the specified Lake Dataset in the specified Lake.
|
|
878
878
|
|
|
879
|
-
:param lake_id:
|
|
880
|
-
:param id_param:
|
|
879
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to update.
|
|
880
|
+
:param id_param: The <code>id</code> of the Lake Dataset to update.
|
|
881
881
|
:param id:
|
|
882
882
|
:param accelerated_fields:
|
|
883
883
|
:param bucket_name:
|
|
@@ -1019,12 +1019,12 @@ class LakeDatasets(BaseSDK):
|
|
|
1019
1019
|
timeout_ms: Optional[int] = None,
|
|
1020
1020
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1021
1021
|
) -> models.UpdateCriblLakeDatasetByLakeIDAndIDResponse:
|
|
1022
|
-
r"""Update a Lake Dataset
|
|
1022
|
+
r"""Update a Lake Dataset
|
|
1023
1023
|
|
|
1024
|
-
Update
|
|
1024
|
+
Update the specified Lake Dataset in the specified Lake.
|
|
1025
1025
|
|
|
1026
|
-
:param lake_id:
|
|
1027
|
-
:param id_param:
|
|
1026
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to update.
|
|
1027
|
+
:param id_param: The <code>id</code> of the Lake Dataset to update.
|
|
1028
1028
|
:param id:
|
|
1029
1029
|
:param accelerated_fields:
|
|
1030
1030
|
:param bucket_name:
|