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
|
@@ -37,11 +37,11 @@ class LakeDatasets(BaseSDK):
|
|
|
37
37
|
timeout_ms: Optional[int] = None,
|
|
38
38
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
39
39
|
) -> models.CreateCriblLakeDatasetByLakeIDResponse:
|
|
40
|
-
r"""Create a Lake Dataset
|
|
40
|
+
r"""Create a Lake Dataset
|
|
41
41
|
|
|
42
|
-
Create a Dataset in the specified Lake
|
|
42
|
+
Create a new Lake Dataset in the specified Lake.
|
|
43
43
|
|
|
44
|
-
:param lake_id:
|
|
44
|
+
:param lake_id: The <code>id</code> of the Lake to create the Lake Dataset in.
|
|
45
45
|
:param id:
|
|
46
46
|
:param accelerated_fields:
|
|
47
47
|
:param bucket_name:
|
|
@@ -181,11 +181,11 @@ class LakeDatasets(BaseSDK):
|
|
|
181
181
|
timeout_ms: Optional[int] = None,
|
|
182
182
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
183
183
|
) -> models.CreateCriblLakeDatasetByLakeIDResponse:
|
|
184
|
-
r"""Create a Lake Dataset
|
|
184
|
+
r"""Create a Lake Dataset
|
|
185
185
|
|
|
186
|
-
Create a Dataset in the specified Lake
|
|
186
|
+
Create a new Lake Dataset in the specified Lake.
|
|
187
187
|
|
|
188
|
-
:param lake_id:
|
|
188
|
+
:param lake_id: The <code>id</code> of the Lake to create the Lake Dataset in.
|
|
189
189
|
:param id:
|
|
190
190
|
:param accelerated_fields:
|
|
191
191
|
:param bucket_name:
|
|
@@ -307,11 +307,11 @@ class LakeDatasets(BaseSDK):
|
|
|
307
307
|
timeout_ms: Optional[int] = None,
|
|
308
308
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
309
309
|
) -> models.GetCriblLakeDatasetByLakeIDResponse:
|
|
310
|
-
r"""List all Lake Datasets
|
|
310
|
+
r"""List all Lake Datasets
|
|
311
311
|
|
|
312
|
-
Get
|
|
312
|
+
Get a list of all Lake Datasets in the specified Lake.
|
|
313
313
|
|
|
314
|
-
:param lake_id:
|
|
314
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
|
|
315
315
|
:param retries: Override the default retry configuration for this method
|
|
316
316
|
:param server_url: Override the default server URL for this method
|
|
317
317
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -396,11 +396,11 @@ class LakeDatasets(BaseSDK):
|
|
|
396
396
|
timeout_ms: Optional[int] = None,
|
|
397
397
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
398
398
|
) -> models.GetCriblLakeDatasetByLakeIDResponse:
|
|
399
|
-
r"""List all Lake Datasets
|
|
399
|
+
r"""List all Lake Datasets
|
|
400
400
|
|
|
401
|
-
Get
|
|
401
|
+
Get a list of all Lake Datasets in the specified Lake.
|
|
402
402
|
|
|
403
|
-
:param lake_id:
|
|
403
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Datasets to list.
|
|
404
404
|
:param retries: Override the default retry configuration for this method
|
|
405
405
|
:param server_url: Override the default server URL for this method
|
|
406
406
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -486,12 +486,12 @@ class LakeDatasets(BaseSDK):
|
|
|
486
486
|
timeout_ms: Optional[int] = None,
|
|
487
487
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
488
488
|
) -> models.DeleteCriblLakeDatasetByLakeIDAndIDResponse:
|
|
489
|
-
r"""Delete a Lake Dataset
|
|
489
|
+
r"""Delete a Lake Dataset
|
|
490
490
|
|
|
491
|
-
Delete
|
|
491
|
+
Delete the specified Lake Dataset in the specified Lake
|
|
492
492
|
|
|
493
|
-
:param lake_id:
|
|
494
|
-
:param id:
|
|
493
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to delete.
|
|
494
|
+
:param id: The <code>id</code> of the Lake Dataset to delete.
|
|
495
495
|
:param retries: Override the default retry configuration for this method
|
|
496
496
|
:param server_url: Override the default server URL for this method
|
|
497
497
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -578,12 +578,12 @@ class LakeDatasets(BaseSDK):
|
|
|
578
578
|
timeout_ms: Optional[int] = None,
|
|
579
579
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
580
580
|
) -> models.DeleteCriblLakeDatasetByLakeIDAndIDResponse:
|
|
581
|
-
r"""Delete a Lake Dataset
|
|
581
|
+
r"""Delete a Lake Dataset
|
|
582
582
|
|
|
583
|
-
Delete
|
|
583
|
+
Delete the specified Lake Dataset in the specified Lake
|
|
584
584
|
|
|
585
|
-
:param lake_id:
|
|
586
|
-
:param id:
|
|
585
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to delete.
|
|
586
|
+
:param id: The <code>id</code> of the Lake Dataset to delete.
|
|
587
587
|
:param retries: Override the default retry configuration for this method
|
|
588
588
|
:param server_url: Override the default server URL for this method
|
|
589
589
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -670,12 +670,12 @@ class LakeDatasets(BaseSDK):
|
|
|
670
670
|
timeout_ms: Optional[int] = None,
|
|
671
671
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
672
672
|
) -> models.GetCriblLakeDatasetByLakeIDAndIDResponse:
|
|
673
|
-
r"""
|
|
673
|
+
r"""Get a Lake Dataset
|
|
674
674
|
|
|
675
|
-
Get
|
|
675
|
+
Get the specified Lake Dataset in the specified Lake.
|
|
676
676
|
|
|
677
|
-
:param lake_id:
|
|
678
|
-
:param id:
|
|
677
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to get.
|
|
678
|
+
:param id: The <code>id</code> of the Lake Dataset to get.
|
|
679
679
|
:param retries: Override the default retry configuration for this method
|
|
680
680
|
:param server_url: Override the default server URL for this method
|
|
681
681
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -762,12 +762,12 @@ class LakeDatasets(BaseSDK):
|
|
|
762
762
|
timeout_ms: Optional[int] = None,
|
|
763
763
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
764
764
|
) -> models.GetCriblLakeDatasetByLakeIDAndIDResponse:
|
|
765
|
-
r"""
|
|
765
|
+
r"""Get a Lake Dataset
|
|
766
766
|
|
|
767
|
-
Get
|
|
767
|
+
Get the specified Lake Dataset in the specified Lake.
|
|
768
768
|
|
|
769
|
-
:param lake_id:
|
|
770
|
-
:param id:
|
|
769
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to get.
|
|
770
|
+
:param id: The <code>id</code> of the Lake Dataset to get.
|
|
771
771
|
:param retries: Override the default retry configuration for this method
|
|
772
772
|
:param server_url: Override the default server URL for this method
|
|
773
773
|
:param timeout_ms: Override the default request timeout configuration for this method in milliseconds
|
|
@@ -872,12 +872,12 @@ class LakeDatasets(BaseSDK):
|
|
|
872
872
|
timeout_ms: Optional[int] = None,
|
|
873
873
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
874
874
|
) -> models.UpdateCriblLakeDatasetByLakeIDAndIDResponse:
|
|
875
|
-
r"""Update a Lake Dataset
|
|
875
|
+
r"""Update a Lake Dataset
|
|
876
876
|
|
|
877
|
-
Update
|
|
877
|
+
Update the specified Lake Dataset in the specified Lake.
|
|
878
878
|
|
|
879
|
-
:param lake_id:
|
|
880
|
-
:param id_param:
|
|
879
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to update.
|
|
880
|
+
:param id_param: The <code>id</code> of the Lake Dataset to update.
|
|
881
881
|
:param id:
|
|
882
882
|
:param accelerated_fields:
|
|
883
883
|
:param bucket_name:
|
|
@@ -1019,12 +1019,12 @@ class LakeDatasets(BaseSDK):
|
|
|
1019
1019
|
timeout_ms: Optional[int] = None,
|
|
1020
1020
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
1021
1021
|
) -> models.UpdateCriblLakeDatasetByLakeIDAndIDResponse:
|
|
1022
|
-
r"""Update a Lake Dataset
|
|
1022
|
+
r"""Update a Lake Dataset
|
|
1023
1023
|
|
|
1024
|
-
Update
|
|
1024
|
+
Update the specified Lake Dataset in the specified Lake.
|
|
1025
1025
|
|
|
1026
|
-
:param lake_id:
|
|
1027
|
-
:param id_param:
|
|
1026
|
+
:param lake_id: The <code>id</code> of the Lake that contains the Lake Dataset to update.
|
|
1027
|
+
:param id_param: The <code>id</code> of the Lake Dataset to update.
|
|
1028
1028
|
:param id:
|
|
1029
1029
|
:param accelerated_fields:
|
|
1030
1030
|
:param bucket_name:
|
|
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class CreateCriblLakeDatasetByLakeIDRequestTypedDict(TypedDict):
|
|
13
13
|
lake_id: str
|
|
14
|
-
r"""
|
|
14
|
+
r"""The <code>id</code> of the Lake to create the Lake Dataset in."""
|
|
15
15
|
cribl_lake_dataset: CriblLakeDatasetTypedDict
|
|
16
16
|
r"""CriblLakeDataset object"""
|
|
17
17
|
|
|
@@ -22,7 +22,7 @@ class CreateCriblLakeDatasetByLakeIDRequest(BaseModel):
|
|
|
22
22
|
pydantic.Field(alias="lakeId"),
|
|
23
23
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
24
24
|
]
|
|
25
|
-
r"""
|
|
25
|
+
r"""The <code>id</code> of the Lake to create the Lake Dataset in."""
|
|
26
26
|
|
|
27
27
|
cribl_lake_dataset: Annotated[
|
|
28
28
|
CriblLakeDataset,
|
|
@@ -10,7 +10,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class CreateInputHecTokenByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""HEC Source
|
|
13
|
+
r"""The <code>id</code> of the Splunk HEC Source."""
|
|
14
14
|
add_hec_token_request: AddHecTokenRequestTypedDict
|
|
15
15
|
r"""AddHecTokenRequest object"""
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@ class CreateInputHecTokenByIDRequest(BaseModel):
|
|
|
19
19
|
id: Annotated[
|
|
20
20
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
21
21
|
]
|
|
22
|
-
r"""HEC Source
|
|
22
|
+
r"""The <code>id</code> of the Splunk HEC Source."""
|
|
23
23
|
|
|
24
24
|
add_hec_token_request: Annotated[
|
|
25
25
|
AddHecTokenRequest,
|
|
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class CreateOutputTestByIDRequestTypedDict(TypedDict):
|
|
13
13
|
id: str
|
|
14
|
-
r"""Destination
|
|
14
|
+
r"""The <code>id</code> of the Destination to send sample event data to."""
|
|
15
15
|
output_test_request: OutputTestRequestTypedDict
|
|
16
16
|
r"""OutputTestRequest object"""
|
|
17
17
|
|
|
@@ -20,7 +20,7 @@ class CreateOutputTestByIDRequest(BaseModel):
|
|
|
20
20
|
id: Annotated[
|
|
21
21
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
22
22
|
]
|
|
23
|
-
r"""Destination
|
|
23
|
+
r"""The <code>id</code> of the Destination to send sample event data to."""
|
|
24
24
|
|
|
25
25
|
output_test_request: Annotated[
|
|
26
26
|
OutputTestRequest,
|
|
@@ -9,7 +9,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
9
9
|
|
|
10
10
|
class CreateVersionUndoRequestTypedDict(TypedDict):
|
|
11
11
|
group: NotRequired[str]
|
|
12
|
-
r"""Group
|
|
12
|
+
r"""The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for."""
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class CreateVersionUndoRequest(BaseModel):
|
|
@@ -17,7 +17,7 @@ class CreateVersionUndoRequest(BaseModel):
|
|
|
17
17
|
Optional[str],
|
|
18
18
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
19
19
|
] = None
|
|
20
|
-
r"""Group
|
|
20
|
+
r"""The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for."""
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class CreateVersionUndoResponseTypedDict(TypedDict):
|
|
@@ -11,9 +11,9 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
|
|
13
13
|
lake_id: str
|
|
14
|
-
r"""
|
|
14
|
+
r"""The <code>id</code> of the Lake that contains the Lake Dataset to delete."""
|
|
15
15
|
id: str
|
|
16
|
-
r"""
|
|
16
|
+
r"""The <code>id</code> of the Lake Dataset to delete."""
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class DeleteCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
|
|
@@ -22,12 +22,12 @@ class DeleteCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
|
|
|
22
22
|
pydantic.Field(alias="lakeId"),
|
|
23
23
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
24
24
|
]
|
|
25
|
-
r"""
|
|
25
|
+
r"""The <code>id</code> of the Lake that contains the Lake Dataset to delete."""
|
|
26
26
|
|
|
27
27
|
id: Annotated[
|
|
28
28
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
29
29
|
]
|
|
30
|
-
r"""
|
|
30
|
+
r"""The <code>id</code> of the Lake Dataset to delete."""
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
|
|
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class DeleteInputByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""
|
|
13
|
+
r"""The <code>id</code> of the Source to delete."""
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class DeleteInputByIDRequest(BaseModel):
|
|
17
17
|
id: Annotated[
|
|
18
18
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
19
|
]
|
|
20
|
-
r"""
|
|
20
|
+
r"""The <code>id</code> of the Source to delete."""
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class DeleteInputByIDResponseTypedDict(TypedDict):
|
|
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class DeleteOutputByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""
|
|
13
|
+
r"""The <code>id</code> of the Destination to delete."""
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class DeleteOutputByIDRequest(BaseModel):
|
|
17
17
|
id: Annotated[
|
|
18
18
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
19
|
]
|
|
20
|
-
r"""
|
|
20
|
+
r"""The <code>id</code> of the Destination to delete."""
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class DeleteOutputByIDResponseTypedDict(TypedDict):
|
|
@@ -9,14 +9,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
9
9
|
|
|
10
10
|
class DeleteOutputPqByIDRequestTypedDict(TypedDict):
|
|
11
11
|
id: str
|
|
12
|
-
r"""Destination
|
|
12
|
+
r"""The <code>id</code> of the Destination to clear the PQ for."""
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class DeleteOutputPqByIDRequest(BaseModel):
|
|
16
16
|
id: Annotated[
|
|
17
17
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
18
18
|
]
|
|
19
|
-
r"""Destination
|
|
19
|
+
r"""The <code>id</code> of the Destination to clear the PQ for."""
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
class DeleteOutputPqByIDResponseTypedDict(TypedDict):
|
|
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class DeletePacksByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""Pack
|
|
13
|
+
r"""The <code>id</code> of the Pack to uninstall."""
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class DeletePacksByIDRequest(BaseModel):
|
|
17
17
|
id: Annotated[
|
|
18
18
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
19
|
]
|
|
20
|
-
r"""Pack
|
|
20
|
+
r"""The <code>id</code> of the Pack to uninstall."""
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class DeletePacksByIDResponseTypedDict(TypedDict):
|
|
@@ -21,7 +21,7 @@ class GetConfigGroupACLTeamsByProductAndIDProduct(str, Enum):
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class GetConfigGroupACLTeamsByProductAndIDType(str, Enum):
|
|
24
|
-
r"""
|
|
24
|
+
r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
|
|
25
25
|
|
|
26
26
|
GROUPS = "groups"
|
|
27
27
|
DATASETS = "datasets"
|
|
@@ -39,7 +39,7 @@ class GetConfigGroupACLTeamsByProductAndIDRequestTypedDict(TypedDict):
|
|
|
39
39
|
id: str
|
|
40
40
|
r"""The <code>id</code> of the Worker Group or Edge Fleet to get the team ACL for."""
|
|
41
41
|
type: NotRequired[GetConfigGroupACLTeamsByProductAndIDType]
|
|
42
|
-
r"""
|
|
42
|
+
r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
class GetConfigGroupACLTeamsByProductAndIDRequest(BaseModel):
|
|
@@ -58,7 +58,7 @@ class GetConfigGroupACLTeamsByProductAndIDRequest(BaseModel):
|
|
|
58
58
|
Optional[GetConfigGroupACLTeamsByProductAndIDType],
|
|
59
59
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
60
60
|
] = None
|
|
61
|
-
r"""
|
|
61
|
+
r"""Filter for limiting the response to ACL entries for the specified RBAC resource type."""
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
class GetConfigGroupACLTeamsByProductAndIDResponseTypedDict(TypedDict):
|
|
@@ -11,9 +11,9 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
|
|
13
13
|
lake_id: str
|
|
14
|
-
r"""
|
|
14
|
+
r"""The <code>id</code> of the Lake that contains the Lake Dataset to get."""
|
|
15
15
|
id: str
|
|
16
|
-
r"""
|
|
16
|
+
r"""The <code>id</code> of the Lake Dataset to get."""
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class GetCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
|
|
@@ -22,12 +22,12 @@ class GetCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
|
|
|
22
22
|
pydantic.Field(alias="lakeId"),
|
|
23
23
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
24
24
|
]
|
|
25
|
-
r"""
|
|
25
|
+
r"""The <code>id</code> of the Lake that contains the Lake Dataset to get."""
|
|
26
26
|
|
|
27
27
|
id: Annotated[
|
|
28
28
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
29
29
|
]
|
|
30
|
-
r"""
|
|
30
|
+
r"""The <code>id</code> of the Lake Dataset to get."""
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
|
|
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class GetCriblLakeDatasetByLakeIDRequestTypedDict(TypedDict):
|
|
13
13
|
lake_id: str
|
|
14
|
-
r"""
|
|
14
|
+
r"""The <code>id</code> of the Lake that contains the Lake Datasets to list."""
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class GetCriblLakeDatasetByLakeIDRequest(BaseModel):
|
|
@@ -20,7 +20,7 @@ class GetCriblLakeDatasetByLakeIDRequest(BaseModel):
|
|
|
20
20
|
pydantic.Field(alias="lakeId"),
|
|
21
21
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
22
22
|
]
|
|
23
|
-
r"""
|
|
23
|
+
r"""The <code>id</code> of the Lake that contains the Lake Datasets to list."""
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
class GetCriblLakeDatasetByLakeIDResponseTypedDict(TypedDict):
|
|
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class GetInputByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""
|
|
13
|
+
r"""The <code>id</code> of the Source to get."""
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class GetInputByIDRequest(BaseModel):
|
|
17
17
|
id: Annotated[
|
|
18
18
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
19
|
]
|
|
20
|
-
r"""
|
|
20
|
+
r"""The <code>id</code> of the Source to get."""
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class GetInputByIDResponseTypedDict(TypedDict):
|
|
@@ -10,7 +10,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class GetMasterWorkerEntryRequestTypedDict(TypedDict):
|
|
12
12
|
filter_exp: NotRequired[str]
|
|
13
|
-
r"""Filter expression
|
|
13
|
+
r"""Filter expression to evaluate against Nodes for inclusion in the response."""
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class GetMasterWorkerEntryRequest(BaseModel):
|
|
@@ -19,7 +19,7 @@ class GetMasterWorkerEntryRequest(BaseModel):
|
|
|
19
19
|
pydantic.Field(alias="filterExp"),
|
|
20
20
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
21
21
|
] = None
|
|
22
|
-
r"""Filter expression
|
|
22
|
+
r"""Filter expression to evaluate against Nodes for inclusion in the response."""
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
class GetMasterWorkerEntryResponseTypedDict(TypedDict):
|
|
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class GetOutputByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""
|
|
13
|
+
r"""The <code>id</code> of the Destination to get."""
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class GetOutputByIDRequest(BaseModel):
|
|
17
17
|
id: Annotated[
|
|
18
18
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
19
|
]
|
|
20
|
-
r"""
|
|
20
|
+
r"""The <code>id</code> of the Destination to get."""
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class GetOutputByIDResponseTypedDict(TypedDict):
|
|
@@ -9,14 +9,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
9
9
|
|
|
10
10
|
class GetOutputPqByIDRequestTypedDict(TypedDict):
|
|
11
11
|
id: str
|
|
12
|
-
r"""Destination
|
|
12
|
+
r"""The <code>id</code> of the Destination to get PQ job information for."""
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class GetOutputPqByIDRequest(BaseModel):
|
|
16
16
|
id: Annotated[
|
|
17
17
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
18
18
|
]
|
|
19
|
-
r"""Destination
|
|
19
|
+
r"""The <code>id</code> of the Destination to get PQ job information for."""
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
class GetOutputPqByIDResponseTypedDict(TypedDict):
|
|
@@ -10,14 +10,14 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class GetOutputSamplesByIDRequestTypedDict(TypedDict):
|
|
12
12
|
id: str
|
|
13
|
-
r"""Destination
|
|
13
|
+
r"""The <code>id</code> of the Destination to get sample event data for."""
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class GetOutputSamplesByIDRequest(BaseModel):
|
|
17
17
|
id: Annotated[
|
|
18
18
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
19
|
]
|
|
20
|
-
r"""Destination
|
|
20
|
+
r"""The <code>id</code> of the Destination to get sample event data for."""
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class GetOutputSamplesByIDResponseTypedDict(TypedDict):
|
|
@@ -11,7 +11,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
11
11
|
|
|
12
12
|
class GetPacksRequestTypedDict(TypedDict):
|
|
13
13
|
with_: NotRequired[str]
|
|
14
|
-
r"""Comma
|
|
14
|
+
r"""Comma-separated list of additional properties to include in the response. When set, the response includes a count of the specified properties in the Pack. Available values are <code>inputs</code> and <code>outputs</code>."""
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class GetPacksRequest(BaseModel):
|
|
@@ -20,7 +20,7 @@ class GetPacksRequest(BaseModel):
|
|
|
20
20
|
pydantic.Field(alias="with"),
|
|
21
21
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
22
22
|
] = None
|
|
23
|
-
r"""Comma
|
|
23
|
+
r"""Comma-separated list of additional properties to include in the response. When set, the response includes a count of the specified properties in the Pack. Available values are <code>inputs</code> and <code>outputs</code>."""
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
class GetPacksResponseTypedDict(TypedDict):
|
|
@@ -10,7 +10,7 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class GetSummaryMode(str, Enum):
|
|
13
|
-
r"""product
|
|
13
|
+
r"""Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>)."""
|
|
14
14
|
|
|
15
15
|
WORKER = "worker"
|
|
16
16
|
MANAGED_EDGE = "managed-edge"
|
|
@@ -18,7 +18,7 @@ class GetSummaryMode(str, Enum):
|
|
|
18
18
|
|
|
19
19
|
class GetSummaryRequestTypedDict(TypedDict):
|
|
20
20
|
mode: NotRequired[GetSummaryMode]
|
|
21
|
-
r"""product
|
|
21
|
+
r"""Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>)."""
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
class GetSummaryRequest(BaseModel):
|
|
@@ -26,7 +26,7 @@ class GetSummaryRequest(BaseModel):
|
|
|
26
26
|
Optional[GetSummaryMode],
|
|
27
27
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
28
28
|
] = None
|
|
29
|
-
r"""product
|
|
29
|
+
r"""Filter for limiting the response by Cribl product: Cribl Stream (<code>worker</code>) or Cribl Edge (<code>managed-edge</code>)."""
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
class GetSummaryResponseTypedDict(TypedDict):
|
|
@@ -10,9 +10,9 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class GetVersionCountRequestTypedDict(TypedDict):
|
|
12
12
|
group: NotRequired[str]
|
|
13
|
-
r"""Group
|
|
13
|
+
r"""The <code>id</code> of the Worker Group or Edge Fleet to get the count for."""
|
|
14
14
|
id: NotRequired[str]
|
|
15
|
-
r"""
|
|
15
|
+
r"""The Git commit hash to use as the starting point for the count."""
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
class GetVersionCountRequest(BaseModel):
|
|
@@ -20,14 +20,14 @@ class GetVersionCountRequest(BaseModel):
|
|
|
20
20
|
Optional[str],
|
|
21
21
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
22
22
|
] = None
|
|
23
|
-
r"""Group
|
|
23
|
+
r"""The <code>id</code> of the Worker Group or Edge Fleet to get the count for."""
|
|
24
24
|
|
|
25
25
|
id: Annotated[
|
|
26
26
|
Optional[str],
|
|
27
27
|
pydantic.Field(alias="ID"),
|
|
28
28
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
29
29
|
] = None
|
|
30
|
-
r"""
|
|
30
|
+
r"""The Git commit hash to use as the starting point for the count."""
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
class GetVersionCountResponseTypedDict(TypedDict):
|
|
@@ -10,13 +10,13 @@ from typing_extensions import Annotated, NotRequired, TypedDict
|
|
|
10
10
|
|
|
11
11
|
class GetVersionDiffRequestTypedDict(TypedDict):
|
|
12
12
|
commit: NotRequired[str]
|
|
13
|
-
r"""
|
|
13
|
+
r"""The Git commit hash to get the diff for."""
|
|
14
14
|
group: NotRequired[str]
|
|
15
|
-
r"""Group
|
|
15
|
+
r"""The <code>id</code> of the Worker Group or Edge Fleet to get the diff for."""
|
|
16
16
|
filename: NotRequired[str]
|
|
17
|
-
r"""
|
|
17
|
+
r"""The relative path of the file to get the diff for."""
|
|
18
18
|
diff_line_limit: NotRequired[float]
|
|
19
|
-
r"""
|
|
19
|
+
r"""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."""
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
class GetVersionDiffRequest(BaseModel):
|
|
@@ -24,26 +24,26 @@ class GetVersionDiffRequest(BaseModel):
|
|
|
24
24
|
Optional[str],
|
|
25
25
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
26
26
|
] = None
|
|
27
|
-
r"""
|
|
27
|
+
r"""The Git commit hash to get the diff for."""
|
|
28
28
|
|
|
29
29
|
group: Annotated[
|
|
30
30
|
Optional[str],
|
|
31
31
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
32
32
|
] = None
|
|
33
|
-
r"""Group
|
|
33
|
+
r"""The <code>id</code> of the Worker Group or Edge Fleet to get the diff for."""
|
|
34
34
|
|
|
35
35
|
filename: Annotated[
|
|
36
36
|
Optional[str],
|
|
37
37
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
38
38
|
] = None
|
|
39
|
-
r"""
|
|
39
|
+
r"""The relative path of the file to get the diff for."""
|
|
40
40
|
|
|
41
41
|
diff_line_limit: Annotated[
|
|
42
42
|
Optional[float],
|
|
43
43
|
pydantic.Field(alias="diffLineLimit"),
|
|
44
44
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
45
45
|
] = None
|
|
46
|
-
r"""
|
|
46
|
+
r"""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."""
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
class GetVersionDiffResponseTypedDict(TypedDict):
|