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.

Files changed (79) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/branches.py +6 -6
  3. cribl_control_plane/commits.py +36 -36
  4. cribl_control_plane/commits_files.py +16 -16
  5. cribl_control_plane/cribl.py +513 -0
  6. cribl_control_plane/destinations.py +21 -21
  7. cribl_control_plane/destinations_pq.py +10 -10
  8. cribl_control_plane/{samples.py → destinations_samples.py} +11 -11
  9. cribl_control_plane/hectokens.py +10 -10
  10. cribl_control_plane/lakedatasets.py +36 -36
  11. cribl_control_plane/models/__init__.py +342 -0
  12. cribl_control_plane/models/authconfig.py +43 -0
  13. cribl_control_plane/models/commonservicelimitconfigs.py +14 -0
  14. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
  15. cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
  16. cribl_control_plane/models/createoutputtestbyidop.py +2 -2
  17. cribl_control_plane/models/createversionundoop.py +2 -2
  18. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
  19. cribl_control_plane/models/deleteinputbyidop.py +2 -2
  20. cribl_control_plane/models/deleteoutputbyidop.py +2 -2
  21. cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  22. cribl_control_plane/models/deletepacksbyidop.py +2 -2
  23. cribl_control_plane/models/edgeheartbeatmetricsmode.py +11 -0
  24. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
  25. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
  26. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
  27. cribl_control_plane/models/getinputbyidop.py +2 -2
  28. cribl_control_plane/models/getmasterworkerentryop.py +2 -2
  29. cribl_control_plane/models/getoutputbyidop.py +2 -2
  30. cribl_control_plane/models/getoutputpqbyidop.py +2 -2
  31. cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
  32. cribl_control_plane/models/getpacksop.py +2 -2
  33. cribl_control_plane/models/getsummaryop.py +3 -3
  34. cribl_control_plane/models/getsystemsettingsauthop.py +24 -0
  35. cribl_control_plane/models/getsystemsettingsconfop.py +24 -0
  36. cribl_control_plane/models/getsystemsettingsgitsettingsop.py +24 -0
  37. cribl_control_plane/models/getversioncountop.py +4 -4
  38. cribl_control_plane/models/getversiondiffop.py +8 -8
  39. cribl_control_plane/models/getversionfilesop.py +4 -4
  40. cribl_control_plane/models/getversionshowop.py +8 -8
  41. cribl_control_plane/models/getversionstatusop.py +2 -2
  42. cribl_control_plane/models/gitopstype.py +10 -0
  43. cribl_control_plane/models/gitsettings.py +70 -0
  44. cribl_control_plane/models/jobsettings.py +83 -0
  45. cribl_control_plane/models/limits.py +127 -0
  46. cribl_control_plane/models/listmasterworkerentryop.py +23 -23
  47. cribl_control_plane/models/rediscachelimits.py +38 -0
  48. cribl_control_plane/models/redisconnectionlimits.py +20 -0
  49. cribl_control_plane/models/redislimits.py +14 -0
  50. cribl_control_plane/models/searchsettings.py +71 -0
  51. cribl_control_plane/models/serviceslimits.py +23 -0
  52. cribl_control_plane/models/systemsettings.py +358 -0
  53. cribl_control_plane/models/systemsettingsconf.py +311 -0
  54. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
  55. cribl_control_plane/models/updateinputbyidop.py +2 -2
  56. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
  57. cribl_control_plane/models/updateoutputbyidop.py +2 -2
  58. cribl_control_plane/models/updatepacksbyidop.py +2 -2
  59. cribl_control_plane/models/updatesystemsettingsauthop.py +24 -0
  60. cribl_control_plane/models/updatesystemsettingsconfop.py +24 -0
  61. cribl_control_plane/models/updatesystemsettingsgitsettingsop.py +24 -0
  62. cribl_control_plane/models/upgradegroupsettings.py +24 -0
  63. cribl_control_plane/models/upgradepackageurls.py +20 -0
  64. cribl_control_plane/models/upgradesettings.py +36 -0
  65. cribl_control_plane/nodes.py +30 -30
  66. cribl_control_plane/packs.py +16 -16
  67. cribl_control_plane/sdk.py +3 -0
  68. cribl_control_plane/settings.py +23 -0
  69. cribl_control_plane/settings_auth.py +339 -0
  70. cribl_control_plane/settings_git.py +339 -0
  71. cribl_control_plane/sources.py +18 -18
  72. cribl_control_plane/statuses.py +6 -6
  73. cribl_control_plane/summaries.py +6 -6
  74. cribl_control_plane/system_sdk.py +17 -0
  75. cribl_control_plane/teams.py +2 -2
  76. cribl_control_plane/versions_configs.py +4 -4
  77. {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/METADATA +41 -25
  78. {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.33.dist-info}/RECORD +79 -51
  79. {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
- Clears destination persistent queue
24
+ Clear the persistent queue (PQ) for the specified Destination.
25
25
 
26
- :param id: Destination Id
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
- Clears destination persistent queue
111
+ Clear the persistent queue (PQ) for the specified Destination.
112
112
 
113
- :param id: Destination Id
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"""Retrieve information about the latest job to clear the persistent queue for a Destination
196
+ r"""Get information about the latest job to clear the persistent queue for a Destination
197
197
 
198
- Retrieves status of latest clear PQ job for a destination
198
+ Get information about the latest job to clear the persistent queue (PQ) for the specified Destination.
199
199
 
200
- :param id: Destination Id
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"""Retrieve information about the latest job to clear the persistent queue for a Destination
283
+ r"""Get information about the latest job to clear the persistent queue for a Destination
284
284
 
285
- Retrieves status of latest clear PQ job for a destination
285
+ Get information about the latest job to clear the persistent queue (PQ) for the specified Destination.
286
286
 
287
- :param id: Destination Id
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 Samples(BaseSDK):
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"""Retrieve sample event data for a Destination
22
+ r"""Get sample event data for a Destination
23
23
 
24
- Retrieve samples data for the specified destination. Used to get sample data for the test action.
24
+ Get sample event data for the specified Destination to validate the configuration or test connectivity.
25
25
 
26
- :param id: Destination Id
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"""Retrieve sample event data for a Destination
111
+ r"""Get sample event data for a Destination
112
112
 
113
- Retrieve samples data for the specified destination. Used to get sample data for the test action.
113
+ Get sample event data for the specified Destination to validate the configuration or test connectivity.
114
114
 
115
- :param id: Destination Id
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 a destination to validate configuration or test connectivity
203
+ Send sample event data to the specified Destination to validate the configuration or test connectivity.
204
204
 
205
- :param id: Destination Id
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 a destination to validate configuration or test connectivity
304
+ Send sample event data to the specified Destination to validate the configuration or test connectivity.
305
305
 
306
- :param id: Destination Id
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
@@ -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 an existing HEC Source
33
+ Add an HEC token and optional metadata to the specified Splunk HEC Source.
34
34
 
35
- :param id: HEC Source id
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 an existing HEC Source
150
+ Add an HEC token and optional metadata to the specified Splunk HEC Source.
151
151
 
152
- :param id: HEC Source id
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 token metadata on existing HEC Source
267
+ Update the metadata for the specified HEC token for the specified Splunk HEC Source.
268
268
 
269
- :param id: HEC Source id
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 token metadata on existing HEC Source
384
+ Update the metadata for the specified HEC token for the specified Splunk HEC Source.
385
385
 
386
- :param id: HEC Source id
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 in the specified Lake
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: lake id that contains the Datasets
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 in the specified Lake
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: lake id that contains the Datasets
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 in the specified Lake
310
+ r"""List all Lake Datasets
311
311
 
312
- Get the list of Dataset contained in the specified Lake
312
+ Get a list of all Lake Datasets in the specified Lake.
313
313
 
314
- :param lake_id: lake id that contains the Datasets
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 in the specified Lake
399
+ r"""List all Lake Datasets
400
400
 
401
- Get the list of Dataset contained in the specified Lake
401
+ Get a list of all Lake Datasets in the specified Lake.
402
402
 
403
- :param lake_id: lake id that contains the Datasets
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 in the specified Lake
489
+ r"""Delete a Lake Dataset
490
490
 
491
- Delete a Dataset in the specified Lake
491
+ Delete the specified Lake Dataset in the specified Lake
492
492
 
493
- :param lake_id: lake id that contains the Datasets
494
- :param id: dataset id to delete
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 in the specified Lake
581
+ r"""Delete a Lake Dataset
582
582
 
583
- Delete a Dataset in the specified Lake
583
+ Delete the specified Lake Dataset in the specified Lake
584
584
 
585
- :param lake_id: lake id that contains the Datasets
586
- :param id: dataset id to delete
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"""Retrieve a Lake Dataset in the specified Lake
673
+ r"""Get a Lake Dataset
674
674
 
675
- Get a Dataset in the specified Lake
675
+ Get the specified Lake Dataset in the specified Lake.
676
676
 
677
- :param lake_id: lake id that contains the Datasets
678
- :param id: dataset id to get
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"""Retrieve a Lake Dataset in the specified Lake
765
+ r"""Get a Lake Dataset
766
766
 
767
- Get a Dataset in the specified Lake
767
+ Get the specified Lake Dataset in the specified Lake.
768
768
 
769
- :param lake_id: lake id that contains the Datasets
770
- :param id: dataset id to get
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 in the specified Lake
875
+ r"""Update a Lake Dataset
876
876
 
877
- Update a Dataset in the specified Lake
877
+ Update the specified Lake Dataset in the specified Lake.
878
878
 
879
- :param lake_id: lake id that contains the Datasets
880
- :param id_param: dataset id to update
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 in the specified Lake
1022
+ r"""Update a Lake Dataset
1023
1023
 
1024
- Update a Dataset in the specified Lake
1024
+ Update the specified Lake Dataset in the specified Lake.
1025
1025
 
1026
- :param lake_id: lake id that contains the Datasets
1027
- :param id_param: dataset id to update
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: