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
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.31"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1755671365329-001b451c"
8
- __gen_version__: str = "2.684.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.31 2.684.0 4.14.0-alpha.1755671365329-001b451c cribl-control-plane"
6
+ __version__: str = "0.0.33"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1755694175565-e2e7bfb9"
8
+ __gen_version__: str = "2.686.7"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.33 2.686.7 4.14.0-alpha.1755694175565-e2e7bfb9 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
@@ -600,9 +600,9 @@ class Commits(BaseSDK):
600
600
  timeout_ms: Optional[int] = None,
601
601
  http_headers: Optional[Mapping[str, str]] = None,
602
602
  ) -> models.CreateVersionPushResponse:
603
- r"""Push a commit from the local repository to the remote repository
603
+ r"""Push local commits to the remote repository
604
604
 
605
- push the current configs to the remote repository.
605
+ Push all local commits from the local repository to the remote repository.
606
606
 
607
607
  :param retries: Override the default retry configuration for this method
608
608
  :param server_url: Override the default server URL for this method
@@ -680,9 +680,9 @@ class Commits(BaseSDK):
680
680
  timeout_ms: Optional[int] = None,
681
681
  http_headers: Optional[Mapping[str, str]] = None,
682
682
  ) -> models.CreateVersionPushResponse:
683
- r"""Push a commit from the local repository to the remote repository
683
+ r"""Push local commits to the remote repository
684
684
 
685
- push the current configs to the remote repository.
685
+ Push all local commits from the local repository to the remote repository.
686
686
 
687
687
  :param retries: Override the default retry configuration for this method
688
688
  :param server_url: Override the default server URL for this method
@@ -766,7 +766,7 @@ class Commits(BaseSDK):
766
766
  ) -> models.CreateVersionRevertResponse:
767
767
  r"""Revert a commit in the local repository
768
768
 
769
- revert a commit
769
+ Revert a commit in the local repository.
770
770
 
771
771
  :param commit:
772
772
  :param message:
@@ -867,7 +867,7 @@ class Commits(BaseSDK):
867
867
  ) -> models.CreateVersionRevertResponse:
868
868
  r"""Revert a commit in the local repository
869
869
 
870
- revert a commit
870
+ Revert a commit in the local repository.
871
871
 
872
872
  :param commit:
873
873
  :param message:
@@ -966,14 +966,14 @@ class Commits(BaseSDK):
966
966
  timeout_ms: Optional[int] = None,
967
967
  http_headers: Optional[Mapping[str, str]] = None,
968
968
  ) -> models.GetVersionShowResponse:
969
- r"""Retrieve the diff and log message for a commit
969
+ r"""Get the diff and log message for a commit
970
970
 
971
- 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).
972
972
 
973
- :param commit: Commit hash (default is HEAD)
974
- :param group: Group ID
975
- :param filename: Filename
976
- :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.
977
977
  :param retries: Override the default retry configuration for this method
978
978
  :param server_url: Override the default server URL for this method
979
979
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1062,14 +1062,14 @@ class Commits(BaseSDK):
1062
1062
  timeout_ms: Optional[int] = None,
1063
1063
  http_headers: Optional[Mapping[str, str]] = None,
1064
1064
  ) -> models.GetVersionShowResponse:
1065
- r"""Retrieve the diff and log message for a commit
1065
+ r"""Get the diff and log message for a commit
1066
1066
 
1067
- 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).
1068
1068
 
1069
- :param commit: Commit hash (default is HEAD)
1070
- :param group: Group ID
1071
- :param filename: Filename
1072
- :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.
1073
1073
  :param retries: Override the default retry configuration for this method
1074
1074
  :param server_url: Override the default server URL for this method
1075
1075
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1157,9 +1157,9 @@ class Commits(BaseSDK):
1157
1157
  ) -> models.CreateVersionUndoResponse:
1158
1158
  r"""Discard uncommitted (staged) changes
1159
1159
 
1160
- 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.
1161
1161
 
1162
- :param group: Group ID
1162
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
1163
1163
  :param retries: Override the default retry configuration for this method
1164
1164
  :param server_url: Override the default server URL for this method
1165
1165
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1244,9 +1244,9 @@ class Commits(BaseSDK):
1244
1244
  ) -> models.CreateVersionUndoResponse:
1245
1245
  r"""Discard uncommitted (staged) changes
1246
1246
 
1247
- 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.
1248
1248
 
1249
- :param group: Group ID
1249
+ :param group: The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for.
1250
1250
  :param retries: Override the default retry configuration for this method
1251
1251
  :param server_url: Override the default server URL for this method
1252
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