cribl-control-plane 0.0.30__py3-none-any.whl → 0.0.32__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 (53) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/branches.py +6 -6
  3. cribl_control_plane/commits.py +216 -36
  4. cribl_control_plane/commits_files.py +16 -16
  5. cribl_control_plane/destinations.py +18 -18
  6. cribl_control_plane/destinations_pq.py +10 -10
  7. cribl_control_plane/hectokens.py +10 -10
  8. cribl_control_plane/lakedatasets.py +36 -36
  9. cribl_control_plane/models/__init__.py +19 -0
  10. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +2 -2
  11. cribl_control_plane/models/createinputhectokenbyidop.py +2 -2
  12. cribl_control_plane/models/createoutputtestbyidop.py +2 -2
  13. cribl_control_plane/models/createroutesappendbyidop.py +6 -5
  14. cribl_control_plane/models/createversionundoop.py +2 -2
  15. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +4 -4
  16. cribl_control_plane/models/deleteinputbyidop.py +2 -2
  17. cribl_control_plane/models/deleteoutputbyidop.py +2 -2
  18. cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  19. cribl_control_plane/models/deletepacksbyidop.py +2 -2
  20. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +3 -3
  21. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +4 -4
  22. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -2
  23. cribl_control_plane/models/getinputbyidop.py +2 -2
  24. cribl_control_plane/models/getmasterworkerentryop.py +2 -2
  25. cribl_control_plane/models/getoutputbyidop.py +2 -2
  26. cribl_control_plane/models/getoutputpqbyidop.py +2 -2
  27. cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
  28. cribl_control_plane/models/getpacksop.py +2 -2
  29. cribl_control_plane/models/getsummaryop.py +3 -3
  30. cribl_control_plane/models/getversioncountop.py +4 -4
  31. cribl_control_plane/models/getversiondiffop.py +8 -8
  32. cribl_control_plane/models/getversionfilesop.py +4 -4
  33. cribl_control_plane/models/getversionop.py +46 -0
  34. cribl_control_plane/models/getversionshowop.py +8 -8
  35. cribl_control_plane/models/getversionstatusop.py +2 -2
  36. cribl_control_plane/models/gitlogresult.py +33 -0
  37. cribl_control_plane/models/listmasterworkerentryop.py +23 -23
  38. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +4 -4
  39. cribl_control_plane/models/updateinputbyidop.py +2 -2
  40. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +4 -4
  41. cribl_control_plane/models/updateoutputbyidop.py +2 -2
  42. cribl_control_plane/models/updatepacksbyidop.py +2 -2
  43. cribl_control_plane/nodes.py +30 -30
  44. cribl_control_plane/packs.py +16 -16
  45. cribl_control_plane/samples.py +10 -10
  46. cribl_control_plane/sources.py +18 -18
  47. cribl_control_plane/statuses.py +6 -6
  48. cribl_control_plane/summaries.py +6 -6
  49. cribl_control_plane/teams.py +2 -2
  50. cribl_control_plane/versions_configs.py +4 -4
  51. {cribl_control_plane-0.0.30.dist-info → cribl_control_plane-0.0.32.dist-info}/METADATA +24 -23
  52. {cribl_control_plane-0.0.30.dist-info → cribl_control_plane-0.0.32.dist-info}/RECORD +53 -51
  53. {cribl_control_plane-0.0.30.dist-info → cribl_control_plane-0.0.32.dist-info}/WHEEL +0 -0
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.30"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1755543348575-fc1d9ba2"
6
+ __version__: str = "0.0.32"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1755686704078-105970a4"
8
8
  __gen_version__: str = "2.684.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.30 2.684.0 4.14.0-alpha.1755543348575-fc1d9ba2 cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.32 2.684.0 4.14.0-alpha.1755686704078-105970a4 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -20,7 +20,7 @@ class Branches(BaseSDK):
20
20
  ) -> models.GetVersionBranchResponse:
21
21
  r"""List all branches in the Git repository used for Cribl configuration
22
22
 
23
- get the list of branches
23
+ Get a list of all branches in the Git repository used for Cribl configuration.
24
24
 
25
25
  :param retries: Override the default retry configuration for this method
26
26
  :param server_url: Override the default server URL for this method
@@ -100,7 +100,7 @@ class Branches(BaseSDK):
100
100
  ) -> models.GetVersionBranchResponse:
101
101
  r"""List all branches in the Git repository used for Cribl configuration
102
102
 
103
- get the list of branches
103
+ Get a list of all branches in the Git repository used for Cribl configuration.
104
104
 
105
105
  :param retries: Override the default retry configuration for this method
106
106
  :param server_url: Override the default server URL for this method
@@ -178,9 +178,9 @@ class Branches(BaseSDK):
178
178
  timeout_ms: Optional[int] = None,
179
179
  http_headers: Optional[Mapping[str, str]] = None,
180
180
  ) -> models.CurrentBranchResult:
181
- r"""Retrieve the name of the Git branch that the Cribl configuration is checked out to
181
+ r"""Get the name of the Git branch that the Cribl configuration is checked out to
182
182
 
183
- returns git branch that the config is checked out to, if any
183
+ Get the name of the Git branch that the Cribl configuration is checked out to. Useful for verifying the active configuration branch.
184
184
 
185
185
  :param retries: Override the default retry configuration for this method
186
186
  :param server_url: Override the default server URL for this method
@@ -258,9 +258,9 @@ class Branches(BaseSDK):
258
258
  timeout_ms: Optional[int] = None,
259
259
  http_headers: Optional[Mapping[str, str]] = None,
260
260
  ) -> models.CurrentBranchResult:
261
- r"""Retrieve the name of the Git branch that the Cribl configuration is checked out to
261
+ r"""Get the name of the Git branch that the Cribl configuration is checked out to
262
262
 
263
- returns git branch that the config is checked out to, if any
263
+ Get the name of the Git branch that the Cribl configuration is checked out to. Useful for verifying the active configuration branch.
264
264
 
265
265
  :param retries: Override the default retry configuration for this method
266
266
  :param server_url: Override the default server URL for this method
@@ -36,7 +36,7 @@ class Commits(BaseSDK):
36
36
  ) -> models.CreateVersionCommitResponse:
37
37
  r"""Create a new commit for pending changes to the Cribl configuration
38
38
 
39
- create a new commit containing the current configs the given log message describing the changes.
39
+ 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.
40
40
 
41
41
  :param message:
42
42
  :param effective:
@@ -135,7 +135,7 @@ class Commits(BaseSDK):
135
135
  ) -> models.CreateVersionCommitResponse:
136
136
  r"""Create a new commit for pending changes to the Cribl configuration
137
137
 
138
- create a new commit containing the current configs the given log message describing the changes.
138
+ 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.
139
139
 
140
140
  :param message:
141
141
  :param effective:
@@ -232,14 +232,14 @@ class Commits(BaseSDK):
232
232
  timeout_ms: Optional[int] = None,
233
233
  http_headers: Optional[Mapping[str, str]] = None,
234
234
  ) -> models.GetVersionDiffResponse:
235
- r"""Retrieve the diff for a commit
235
+ r"""Get the diff for a commit
236
236
 
237
- get the textual diff for given commit
237
+ Get the diff for a commit. Default is the latest commit (HEAD).
238
238
 
239
- :param commit: Commit hash (default is HEAD)
240
- :param group: Group ID
241
- :param filename: Filename
242
- :param diff_line_limit: Limit maximum lines in the diff
239
+ :param commit: The Git commit hash to get the diff for.
240
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff for.
241
+ :param filename: The relative path of the file to get the diff for.
242
+ :param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
243
243
  :param retries: Override the default retry configuration for this method
244
244
  :param server_url: Override the default server URL for this method
245
245
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -328,14 +328,14 @@ class Commits(BaseSDK):
328
328
  timeout_ms: Optional[int] = None,
329
329
  http_headers: Optional[Mapping[str, str]] = None,
330
330
  ) -> models.GetVersionDiffResponse:
331
- r"""Retrieve the diff for a commit
331
+ r"""Get the diff for a commit
332
332
 
333
- get the textual diff for given commit
333
+ Get the diff for a commit. Default is the latest commit (HEAD).
334
334
 
335
- :param commit: Commit hash (default is HEAD)
336
- :param group: Group ID
337
- :param filename: Filename
338
- :param diff_line_limit: Limit maximum lines in the diff
335
+ :param commit: The Git commit hash to get the diff for.
336
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff for.
337
+ :param filename: The relative path of the file to get the diff for.
338
+ :param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
339
339
  :param retries: Override the default retry configuration for this method
340
340
  :param server_url: Override the default server URL for this method
341
341
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -412,6 +412,186 @@ class Commits(BaseSDK):
412
412
 
413
413
  raise errors.APIError("Unexpected response received", http_res)
414
414
 
415
+ def list(
416
+ self,
417
+ *,
418
+ group: Optional[str] = None,
419
+ count: Optional[float] = None,
420
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
421
+ server_url: Optional[str] = None,
422
+ timeout_ms: Optional[int] = None,
423
+ http_headers: Optional[Mapping[str, str]] = None,
424
+ ) -> models.GetVersionResponse:
425
+ r"""Get the commit history
426
+
427
+ Get the commit history
428
+
429
+ :param group: Group ID
430
+ :param count: Maximum number of commits to return
431
+ :param retries: Override the default retry configuration for this method
432
+ :param server_url: Override the default server URL for this method
433
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
434
+ :param http_headers: Additional headers to set or replace on requests.
435
+ """
436
+ base_url = None
437
+ url_variables = None
438
+ if timeout_ms is None:
439
+ timeout_ms = self.sdk_configuration.timeout_ms
440
+
441
+ if server_url is not None:
442
+ base_url = server_url
443
+ else:
444
+ base_url = self._get_url(base_url, url_variables)
445
+
446
+ request = models.GetVersionRequest(
447
+ group=group,
448
+ count=count,
449
+ )
450
+
451
+ req = self._build_request(
452
+ method="GET",
453
+ path="/version",
454
+ base_url=base_url,
455
+ url_variables=url_variables,
456
+ request=request,
457
+ request_body_required=False,
458
+ request_has_path_params=False,
459
+ request_has_query_params=True,
460
+ user_agent_header="user-agent",
461
+ accept_header_value="application/json",
462
+ http_headers=http_headers,
463
+ security=self.sdk_configuration.security,
464
+ timeout_ms=timeout_ms,
465
+ )
466
+
467
+ if retries == UNSET:
468
+ if self.sdk_configuration.retry_config is not UNSET:
469
+ retries = self.sdk_configuration.retry_config
470
+
471
+ retry_config = None
472
+ if isinstance(retries, utils.RetryConfig):
473
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
474
+
475
+ http_res = self.do_request(
476
+ hook_ctx=HookContext(
477
+ config=self.sdk_configuration,
478
+ base_url=base_url or "",
479
+ operation_id="getVersion",
480
+ oauth2_scopes=[],
481
+ security_source=get_security_from_env(
482
+ self.sdk_configuration.security, models.Security
483
+ ),
484
+ ),
485
+ request=req,
486
+ error_status_codes=["401", "4XX", "500", "5XX"],
487
+ retry_config=retry_config,
488
+ )
489
+
490
+ response_data: Any = None
491
+ if utils.match_response(http_res, "200", "application/json"):
492
+ return unmarshal_json_response(models.GetVersionResponse, http_res)
493
+ if utils.match_response(http_res, "500", "application/json"):
494
+ response_data = unmarshal_json_response(errors.ErrorData, http_res)
495
+ raise errors.Error(response_data, http_res)
496
+ if utils.match_response(http_res, ["401", "4XX"], "*"):
497
+ http_res_text = utils.stream_to_text(http_res)
498
+ raise errors.APIError("API error occurred", http_res, http_res_text)
499
+ if utils.match_response(http_res, "5XX", "*"):
500
+ http_res_text = utils.stream_to_text(http_res)
501
+ raise errors.APIError("API error occurred", http_res, http_res_text)
502
+
503
+ raise errors.APIError("Unexpected response received", http_res)
504
+
505
+ async def list_async(
506
+ self,
507
+ *,
508
+ group: Optional[str] = None,
509
+ count: Optional[float] = None,
510
+ retries: OptionalNullable[utils.RetryConfig] = UNSET,
511
+ server_url: Optional[str] = None,
512
+ timeout_ms: Optional[int] = None,
513
+ http_headers: Optional[Mapping[str, str]] = None,
514
+ ) -> models.GetVersionResponse:
515
+ r"""Get the commit history
516
+
517
+ Get the commit history
518
+
519
+ :param group: Group ID
520
+ :param count: Maximum number of commits to return
521
+ :param retries: Override the default retry configuration for this method
522
+ :param server_url: Override the default server URL for this method
523
+ :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
524
+ :param http_headers: Additional headers to set or replace on requests.
525
+ """
526
+ base_url = None
527
+ url_variables = None
528
+ if timeout_ms is None:
529
+ timeout_ms = self.sdk_configuration.timeout_ms
530
+
531
+ if server_url is not None:
532
+ base_url = server_url
533
+ else:
534
+ base_url = self._get_url(base_url, url_variables)
535
+
536
+ request = models.GetVersionRequest(
537
+ group=group,
538
+ count=count,
539
+ )
540
+
541
+ req = self._build_request_async(
542
+ method="GET",
543
+ path="/version",
544
+ base_url=base_url,
545
+ url_variables=url_variables,
546
+ request=request,
547
+ request_body_required=False,
548
+ request_has_path_params=False,
549
+ request_has_query_params=True,
550
+ user_agent_header="user-agent",
551
+ accept_header_value="application/json",
552
+ http_headers=http_headers,
553
+ security=self.sdk_configuration.security,
554
+ timeout_ms=timeout_ms,
555
+ )
556
+
557
+ if retries == UNSET:
558
+ if self.sdk_configuration.retry_config is not UNSET:
559
+ retries = self.sdk_configuration.retry_config
560
+
561
+ retry_config = None
562
+ if isinstance(retries, utils.RetryConfig):
563
+ retry_config = (retries, ["429", "500", "502", "503", "504"])
564
+
565
+ http_res = await self.do_request_async(
566
+ hook_ctx=HookContext(
567
+ config=self.sdk_configuration,
568
+ base_url=base_url or "",
569
+ operation_id="getVersion",
570
+ oauth2_scopes=[],
571
+ security_source=get_security_from_env(
572
+ self.sdk_configuration.security, models.Security
573
+ ),
574
+ ),
575
+ request=req,
576
+ error_status_codes=["401", "4XX", "500", "5XX"],
577
+ retry_config=retry_config,
578
+ )
579
+
580
+ response_data: Any = None
581
+ if utils.match_response(http_res, "200", "application/json"):
582
+ return unmarshal_json_response(models.GetVersionResponse, http_res)
583
+ if utils.match_response(http_res, "500", "application/json"):
584
+ response_data = unmarshal_json_response(errors.ErrorData, http_res)
585
+ raise errors.Error(response_data, http_res)
586
+ if utils.match_response(http_res, ["401", "4XX"], "*"):
587
+ http_res_text = await utils.stream_to_text_async(http_res)
588
+ raise errors.APIError("API error occurred", http_res, http_res_text)
589
+ if utils.match_response(http_res, "5XX", "*"):
590
+ http_res_text = await utils.stream_to_text_async(http_res)
591
+ raise errors.APIError("API error occurred", http_res, http_res_text)
592
+
593
+ raise errors.APIError("Unexpected response received", http_res)
594
+
415
595
  def push(
416
596
  self,
417
597
  *,
@@ -420,9 +600,9 @@ class Commits(BaseSDK):
420
600
  timeout_ms: Optional[int] = None,
421
601
  http_headers: Optional[Mapping[str, str]] = None,
422
602
  ) -> models.CreateVersionPushResponse:
423
- r"""Push a commit from the local repository to the remote repository
603
+ r"""Push local commits to the remote repository
424
604
 
425
- push the current configs to the remote repository.
605
+ Push all local commits from the local repository to the remote repository.
426
606
 
427
607
  :param retries: Override the default retry configuration for this method
428
608
  :param server_url: Override the default server URL for this method
@@ -500,9 +680,9 @@ class Commits(BaseSDK):
500
680
  timeout_ms: Optional[int] = None,
501
681
  http_headers: Optional[Mapping[str, str]] = None,
502
682
  ) -> models.CreateVersionPushResponse:
503
- r"""Push a commit from the local repository to the remote repository
683
+ r"""Push local commits to the remote repository
504
684
 
505
- push the current configs to the remote repository.
685
+ Push all local commits from the local repository to the remote repository.
506
686
 
507
687
  :param retries: Override the default retry configuration for this method
508
688
  :param server_url: Override the default server URL for this method
@@ -586,7 +766,7 @@ class Commits(BaseSDK):
586
766
  ) -> models.CreateVersionRevertResponse:
587
767
  r"""Revert a commit in the local repository
588
768
 
589
- revert a commit
769
+ Revert a commit in the local repository.
590
770
 
591
771
  :param commit:
592
772
  :param message:
@@ -687,7 +867,7 @@ class Commits(BaseSDK):
687
867
  ) -> models.CreateVersionRevertResponse:
688
868
  r"""Revert a commit in the local repository
689
869
 
690
- revert a commit
870
+ Revert a commit in the local repository.
691
871
 
692
872
  :param commit:
693
873
  :param message:
@@ -786,14 +966,14 @@ class Commits(BaseSDK):
786
966
  timeout_ms: Optional[int] = None,
787
967
  http_headers: Optional[Mapping[str, str]] = None,
788
968
  ) -> models.GetVersionShowResponse:
789
- r"""Retrieve the diff and log message for a commit
969
+ r"""Get the diff and log message for a commit
790
970
 
791
- get the log message and textual diff for given commit
971
+ Get the diff and log message for a commit. Default is the latest commit (HEAD).
792
972
 
793
- :param commit: Commit hash (default is HEAD)
794
- :param group: Group ID
795
- :param filename: Filename
796
- :param diff_line_limit: Limit maximum lines in the diff
973
+ :param commit: The Git commit hash to retrieve the diff and log message for.
974
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff and log message for.
975
+ :param filename: The relative path of the file to get the diff and log message for.
976
+ :param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
797
977
  :param retries: Override the default retry configuration for this method
798
978
  :param server_url: Override the default server URL for this method
799
979
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -882,14 +1062,14 @@ class Commits(BaseSDK):
882
1062
  timeout_ms: Optional[int] = None,
883
1063
  http_headers: Optional[Mapping[str, str]] = None,
884
1064
  ) -> models.GetVersionShowResponse:
885
- r"""Retrieve the diff and log message for a commit
1065
+ r"""Get the diff and log message for a commit
886
1066
 
887
- get the log message and textual diff for given commit
1067
+ Get the diff and log message for a commit. Default is the latest commit (HEAD).
888
1068
 
889
- :param commit: Commit hash (default is HEAD)
890
- :param group: Group ID
891
- :param filename: Filename
892
- :param diff_line_limit: Limit maximum lines in the diff
1069
+ :param commit: The Git commit hash to retrieve the diff and log message for.
1070
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the diff and log message for.
1071
+ :param filename: The relative path of the file to get the diff and log message for.
1072
+ :param diff_line_limit: Number of lines of the diff to return. Default is 1000. Set to <code>0</code> to return the full diff, regardless of the number of lines.
893
1073
  :param retries: Override the default retry configuration for this method
894
1074
  :param server_url: Override the default server URL for this method
895
1075
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -977,9 +1157,9 @@ class Commits(BaseSDK):
977
1157
  ) -> models.CreateVersionUndoResponse:
978
1158
  r"""Discard uncommitted (staged) changes
979
1159
 
980
- Discards all uncommitted (staged) configuration changes, resetting the working directory to the last committed state.
1160
+ 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.
981
1161
 
982
- :param group: Group ID
1162
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
983
1163
  :param retries: Override the default retry configuration for this method
984
1164
  :param server_url: Override the default server URL for this method
985
1165
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1064,9 +1244,9 @@ class Commits(BaseSDK):
1064
1244
  ) -> models.CreateVersionUndoResponse:
1065
1245
  r"""Discard uncommitted (staged) changes
1066
1246
 
1067
- Discards all uncommitted (staged) configuration changes, resetting the working directory to the last committed state.
1247
+ 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.
1068
1248
 
1069
- :param group: Group ID
1249
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
1070
1250
  :param retries: Override the default retry configuration for this method
1071
1251
  :param server_url: Override the default server URL for this method
1072
1252
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -20,12 +20,12 @@ class CommitsFiles(BaseSDK):
20
20
  timeout_ms: Optional[int] = None,
21
21
  http_headers: Optional[Mapping[str, str]] = None,
22
22
  ) -> models.GetVersionCountResponse:
23
- r"""Retrieve a count of files that changed since a commit
23
+ r"""Get a count of files that changed since a commit
24
24
 
25
- get the count of files of changed
25
+ Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
26
26
 
27
- :param group: Group ID
28
- :param id: Commit ID
27
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the count for.
28
+ :param id: The Git commit hash to use as the starting point for the count.
29
29
  :param retries: Override the default retry configuration for this method
30
30
  :param server_url: Override the default server URL for this method
31
31
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -110,12 +110,12 @@ class CommitsFiles(BaseSDK):
110
110
  timeout_ms: Optional[int] = None,
111
111
  http_headers: Optional[Mapping[str, str]] = None,
112
112
  ) -> models.GetVersionCountResponse:
113
- r"""Retrieve a count of files that changed since a commit
113
+ r"""Get a count of files that changed since a commit
114
114
 
115
- get the count of files of changed
115
+ Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
116
116
 
117
- :param group: Group ID
118
- :param id: Commit ID
117
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get the count for.
118
+ :param id: The Git commit hash to use as the starting point for the count.
119
119
  :param retries: Override the default retry configuration for this method
120
120
  :param server_url: Override the default server URL for this method
121
121
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -200,12 +200,12 @@ class CommitsFiles(BaseSDK):
200
200
  timeout_ms: Optional[int] = None,
201
201
  http_headers: Optional[Mapping[str, str]] = None,
202
202
  ) -> models.GetVersionFilesResponse:
203
- r"""Retrieve the names and statuses of files that changed since a commit
203
+ r"""Get the names and statuses of files that changed since a commit
204
204
 
205
- get the files changed
205
+ Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
206
206
 
207
- :param group: Group ID
208
- :param id: Commit ID
207
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get file names and status for.
208
+ :param id: The Git commit hash to use as the starting point for the request.
209
209
  :param retries: Override the default retry configuration for this method
210
210
  :param server_url: Override the default server URL for this method
211
211
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -290,12 +290,12 @@ class CommitsFiles(BaseSDK):
290
290
  timeout_ms: Optional[int] = None,
291
291
  http_headers: Optional[Mapping[str, str]] = None,
292
292
  ) -> models.GetVersionFilesResponse:
293
- r"""Retrieve the names and statuses of files that changed since a commit
293
+ r"""Get the names and statuses of files that changed since a commit
294
294
 
295
- get the files changed
295
+ Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
296
296
 
297
- :param group: Group ID
298
- :param id: Commit ID
297
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to get file names and status for.
298
+ :param id: The Git commit hash to use as the starting point for the request.
299
299
  :param retries: Override the default retry configuration for this method
300
300
  :param server_url: Override the default server URL for this method
301
301
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -37,7 +37,7 @@ class Destinations(BaseSDK):
37
37
  ) -> models.ListOutputResponse:
38
38
  r"""List all Destinations
39
39
 
40
- Get a list of Destination objects
40
+ Get a list of all Destinations.
41
41
 
42
42
  :param retries: Override the default retry configuration for this method
43
43
  :param server_url: Override the default server URL for this method
@@ -117,7 +117,7 @@ class Destinations(BaseSDK):
117
117
  ) -> models.ListOutputResponse:
118
118
  r"""List all Destinations
119
119
 
120
- Get a list of Destination objects
120
+ Get a list of all Destinations.
121
121
 
122
122
  :param retries: Override the default retry configuration for this method
123
123
  :param server_url: Override the default server URL for this method
@@ -198,7 +198,7 @@ class Destinations(BaseSDK):
198
198
  ) -> models.CreateOutputResponse:
199
199
  r"""Create a Destination
200
200
 
201
- Create Destination
201
+ Create a new Destination.
202
202
 
203
203
  :param request: The request object to send.
204
204
  :param retries: Override the default retry configuration for this method
@@ -288,7 +288,7 @@ class Destinations(BaseSDK):
288
288
  ) -> models.CreateOutputResponse:
289
289
  r"""Create a Destination
290
290
 
291
- Create Destination
291
+ Create a new Destination.
292
292
 
293
293
  :param request: The request object to send.
294
294
  :param retries: Override the default retry configuration for this method
@@ -376,11 +376,11 @@ class Destinations(BaseSDK):
376
376
  timeout_ms: Optional[int] = None,
377
377
  http_headers: Optional[Mapping[str, str]] = None,
378
378
  ) -> models.GetOutputByIDResponse:
379
- r"""Retrieve a Destination
379
+ r"""Get a Destination
380
380
 
381
- Get Destination by ID
381
+ Get the specified Destination.
382
382
 
383
- :param id: Unique ID to GET
383
+ :param id: The <code>id</code> of the Destination to get.
384
384
  :param retries: Override the default retry configuration for this method
385
385
  :param server_url: Override the default server URL for this method
386
386
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -463,11 +463,11 @@ class Destinations(BaseSDK):
463
463
  timeout_ms: Optional[int] = None,
464
464
  http_headers: Optional[Mapping[str, str]] = None,
465
465
  ) -> models.GetOutputByIDResponse:
466
- r"""Retrieve a Destination
466
+ r"""Get a Destination
467
467
 
468
- Get Destination by ID
468
+ Get the specified Destination.
469
469
 
470
- :param id: Unique ID to GET
470
+ :param id: The <code>id</code> of the Destination to get.
471
471
  :param retries: Override the default retry configuration for this method
472
472
  :param server_url: Override the default server URL for this method
473
473
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -553,9 +553,9 @@ class Destinations(BaseSDK):
553
553
  ) -> models.UpdateOutputByIDResponse:
554
554
  r"""Update a Destination
555
555
 
556
- Update Destination
556
+ 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.
557
557
 
558
- :param id: Unique ID to PATCH
558
+ :param id: The <code>id</code> of the Destination to update.
559
559
  :param output: Output object
560
560
  :param retries: Override the default retry configuration for this method
561
561
  :param server_url: Override the default server URL for this method
@@ -646,9 +646,9 @@ class Destinations(BaseSDK):
646
646
  ) -> models.UpdateOutputByIDResponse:
647
647
  r"""Update a Destination
648
648
 
649
- Update Destination
649
+ 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.
650
650
 
651
- :param id: Unique ID to PATCH
651
+ :param id: The <code>id</code> of the Destination to update.
652
652
  :param output: Output object
653
653
  :param retries: Override the default retry configuration for this method
654
654
  :param server_url: Override the default server URL for this method
@@ -738,9 +738,9 @@ class Destinations(BaseSDK):
738
738
  ) -> models.DeleteOutputByIDResponse:
739
739
  r"""Delete a Destination
740
740
 
741
- Delete Destination
741
+ Delete the specified Destination.
742
742
 
743
- :param id: Unique ID to DELETE
743
+ :param id: The <code>id</code> of the Destination to delete.
744
744
  :param retries: Override the default retry configuration for this method
745
745
  :param server_url: Override the default server URL for this method
746
746
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -825,9 +825,9 @@ class Destinations(BaseSDK):
825
825
  ) -> models.DeleteOutputByIDResponse:
826
826
  r"""Delete a Destination
827
827
 
828
- Delete Destination
828
+ Delete the specified Destination.
829
829
 
830
- :param id: Unique ID to DELETE
830
+ :param id: The <code>id</code> of the Destination to delete.
831
831
  :param retries: Override the default retry configuration for this method
832
832
  :param server_url: Override the default server URL for this method
833
833
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -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