cribl-control-plane 0.0.31__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.
- cribl_control_plane/_version.py +3 -3
- 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/destinations.py +18 -18
- cribl_control_plane/destinations_pq.py +10 -10
- cribl_control_plane/hectokens.py +10 -10
- cribl_control_plane/lakedatasets.py +36 -36
- 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/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/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/listmasterworkerentryop.py +23 -23
- 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/nodes.py +30 -30
- cribl_control_plane/packs.py +16 -16
- cribl_control_plane/samples.py +10 -10
- cribl_control_plane/sources.py +18 -18
- cribl_control_plane/statuses.py +6 -6
- cribl_control_plane/summaries.py +6 -6
- 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.32.dist-info}/METADATA +22 -22
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.32.dist-info}/RECORD +49 -49
- {cribl_control_plane-0.0.31.dist-info → cribl_control_plane-0.0.32.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.0.
|
|
7
|
-
__openapi_doc_version__: str = "4.14.0-alpha.
|
|
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.
|
|
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:
|
cribl_control_plane/branches.py
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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"""
|
|
181
|
+
r"""Get the name of the Git branch that the Cribl configuration is checked out to
|
|
182
182
|
|
|
183
|
-
|
|
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"""
|
|
261
|
+
r"""Get the name of the Git branch that the Cribl configuration is checked out to
|
|
262
262
|
|
|
263
|
-
|
|
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
|
cribl_control_plane/commits.py
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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"""
|
|
235
|
+
r"""Get the diff for a commit
|
|
236
236
|
|
|
237
|
-
|
|
237
|
+
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
238
238
|
|
|
239
|
-
:param commit:
|
|
240
|
-
:param group: Group
|
|
241
|
-
:param filename:
|
|
242
|
-
:param diff_line_limit:
|
|
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"""
|
|
331
|
+
r"""Get the diff for a commit
|
|
332
332
|
|
|
333
|
-
|
|
333
|
+
Get the diff for a commit. Default is the latest commit (HEAD).
|
|
334
334
|
|
|
335
|
-
:param commit:
|
|
336
|
-
:param group: Group
|
|
337
|
-
:param filename:
|
|
338
|
-
:param diff_line_limit:
|
|
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
|
|
603
|
+
r"""Push local commits to the remote repository
|
|
604
604
|
|
|
605
|
-
|
|
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
|
|
683
|
+
r"""Push local commits to the remote repository
|
|
684
684
|
|
|
685
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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"""
|
|
969
|
+
r"""Get the diff and log message for a commit
|
|
970
970
|
|
|
971
|
-
|
|
971
|
+
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
972
972
|
|
|
973
|
-
:param commit:
|
|
974
|
-
:param group: Group
|
|
975
|
-
:param filename:
|
|
976
|
-
:param diff_line_limit:
|
|
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"""
|
|
1065
|
+
r"""Get the diff and log message for a commit
|
|
1066
1066
|
|
|
1067
|
-
|
|
1067
|
+
Get the diff and log message for a commit. Default is the latest commit (HEAD).
|
|
1068
1068
|
|
|
1069
|
-
:param commit:
|
|
1070
|
-
:param group: Group
|
|
1071
|
-
:param filename:
|
|
1072
|
-
:param diff_line_limit:
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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"""
|
|
23
|
+
r"""Get a count of files that changed since a commit
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
26
26
|
|
|
27
|
-
:param group: Group
|
|
28
|
-
:param 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"""
|
|
113
|
+
r"""Get a count of files that changed since a commit
|
|
114
114
|
|
|
115
|
-
|
|
115
|
+
Get a count of the files that changed since a commit. Default is the latest commit (HEAD).
|
|
116
116
|
|
|
117
|
-
:param group: Group
|
|
118
|
-
:param 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"""
|
|
203
|
+
r"""Get the names and statuses of files that changed since a commit
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
206
206
|
|
|
207
|
-
:param group: Group
|
|
208
|
-
:param 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"""
|
|
293
|
+
r"""Get the names and statuses of files that changed since a commit
|
|
294
294
|
|
|
295
|
-
|
|
295
|
+
Get the names and statuses of files that changed since a commit. Default is the latest commit (HEAD).
|
|
296
296
|
|
|
297
|
-
:param group: Group
|
|
298
|
-
:param 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
|
|
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
|
|
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"""
|
|
379
|
+
r"""Get a Destination
|
|
380
380
|
|
|
381
|
-
Get
|
|
381
|
+
Get the specified Destination.
|
|
382
382
|
|
|
383
|
-
:param id:
|
|
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"""
|
|
466
|
+
r"""Get a Destination
|
|
467
467
|
|
|
468
|
-
Get
|
|
468
|
+
Get the specified Destination.
|
|
469
469
|
|
|
470
|
-
:param id:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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
|
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:
|