cribl-control-plane 0.0.19__py3-none-any.whl → 0.0.20__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.

@@ -1851,6 +1851,12 @@ if TYPE_CHECKING:
1851
1851
  DatasetMetadataRunInfo,
1852
1852
  DatasetMetadataRunInfoTypedDict,
1853
1853
  )
1854
+ from .deletecribllakedatasetbylakeidandidop import (
1855
+ DeleteCriblLakeDatasetByLakeIDAndIDRequest,
1856
+ DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict,
1857
+ DeleteCriblLakeDatasetByLakeIDAndIDResponse,
1858
+ DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict,
1859
+ )
1854
1860
  from .deleteinputbyidop import (
1855
1861
  DeleteInputByIDRequest,
1856
1862
  DeleteInputByIDRequestTypedDict,
@@ -1869,6 +1875,12 @@ if TYPE_CHECKING:
1869
1875
  DeleteOutputPqByIDResponse,
1870
1876
  DeleteOutputPqByIDResponseTypedDict,
1871
1877
  )
1878
+ from .deletepacksbyidop import (
1879
+ DeletePacksByIDRequest,
1880
+ DeletePacksByIDRequestTypedDict,
1881
+ DeletePacksByIDResponse,
1882
+ DeletePacksByIDResponseTypedDict,
1883
+ )
1872
1884
  from .deletepipelinebyidop import (
1873
1885
  DeletePipelineByIDRequest,
1874
1886
  DeletePipelineByIDRequestTypedDict,
@@ -1890,6 +1902,12 @@ if TYPE_CHECKING:
1890
1902
  DistributedSummaryWorkers,
1891
1903
  DistributedSummaryWorkersTypedDict,
1892
1904
  )
1905
+ from .getcribllakedatasetbylakeidandidop import (
1906
+ GetCriblLakeDatasetByLakeIDAndIDRequest,
1907
+ GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict,
1908
+ GetCriblLakeDatasetByLakeIDAndIDResponse,
1909
+ GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict,
1910
+ )
1893
1911
  from .getcribllakedatasetbylakeidop import (
1894
1912
  GetCriblLakeDatasetByLakeIDRequest,
1895
1913
  GetCriblLakeDatasetByLakeIDRequestTypedDict,
@@ -4687,6 +4705,12 @@ if TYPE_CHECKING:
4687
4705
  TeamAccessControlList,
4688
4706
  TeamAccessControlListTypedDict,
4689
4707
  )
4708
+ from .updatecribllakedatasetbylakeidandidop import (
4709
+ UpdateCriblLakeDatasetByLakeIDAndIDRequest,
4710
+ UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict,
4711
+ UpdateCriblLakeDatasetByLakeIDAndIDResponse,
4712
+ UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict,
4713
+ )
4690
4714
  from .updategroupsdeploybyidop import (
4691
4715
  UpdateGroupsDeployByIDRequest,
4692
4716
  UpdateGroupsDeployByIDRequestTypedDict,
@@ -4717,6 +4741,12 @@ if TYPE_CHECKING:
4717
4741
  UpdateOutputByIDResponse,
4718
4742
  UpdateOutputByIDResponseTypedDict,
4719
4743
  )
4744
+ from .updatepacksbyidop import (
4745
+ UpdatePacksByIDRequest,
4746
+ UpdatePacksByIDRequestTypedDict,
4747
+ UpdatePacksByIDResponse,
4748
+ UpdatePacksByIDResponseTypedDict,
4749
+ )
4720
4750
  from .updatepacksop import (
4721
4751
  UpdatePacksRequest,
4722
4752
  UpdatePacksRequestTypedDict,
@@ -5843,6 +5873,10 @@ __all__ = [
5843
5873
  "DatasetMetadataRunInfo",
5844
5874
  "DatasetMetadataRunInfoTypedDict",
5845
5875
  "DatasetMetadataTypedDict",
5876
+ "DeleteCriblLakeDatasetByLakeIDAndIDRequest",
5877
+ "DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict",
5878
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponse",
5879
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict",
5846
5880
  "DeleteInputByIDRequest",
5847
5881
  "DeleteInputByIDRequestTypedDict",
5848
5882
  "DeleteInputByIDResponse",
@@ -5855,6 +5889,10 @@ __all__ = [
5855
5889
  "DeleteOutputPqByIDRequestTypedDict",
5856
5890
  "DeleteOutputPqByIDResponse",
5857
5891
  "DeleteOutputPqByIDResponseTypedDict",
5892
+ "DeletePacksByIDRequest",
5893
+ "DeletePacksByIDRequestTypedDict",
5894
+ "DeletePacksByIDResponse",
5895
+ "DeletePacksByIDResponseTypedDict",
5858
5896
  "DeletePipelineByIDRequest",
5859
5897
  "DeletePipelineByIDRequestTypedDict",
5860
5898
  "DeletePipelineByIDResponse",
@@ -5978,6 +6016,10 @@ __all__ = [
5978
6016
  "FormatSentinel",
5979
6017
  "FunctionSpecificConfigs",
5980
6018
  "FunctionSpecificConfigsTypedDict",
6019
+ "GetCriblLakeDatasetByLakeIDAndIDRequest",
6020
+ "GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict",
6021
+ "GetCriblLakeDatasetByLakeIDAndIDResponse",
6022
+ "GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict",
5981
6023
  "GetCriblLakeDatasetByLakeIDRequest",
5982
6024
  "GetCriblLakeDatasetByLakeIDRequestTypedDict",
5983
6025
  "GetCriblLakeDatasetByLakeIDResponse",
@@ -9095,6 +9137,10 @@ __all__ = [
9095
9137
  "TimestampPrecision",
9096
9138
  "Type131",
9097
9139
  "TypeHTTPDynatraceOtlp",
9140
+ "UpdateCriblLakeDatasetByLakeIDAndIDRequest",
9141
+ "UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict",
9142
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponse",
9143
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict",
9098
9144
  "UpdateGroupsDeployByIDRequest",
9099
9145
  "UpdateGroupsDeployByIDRequestTypedDict",
9100
9146
  "UpdateGroupsDeployByIDResponse",
@@ -9115,6 +9161,10 @@ __all__ = [
9115
9161
  "UpdateOutputByIDRequestTypedDict",
9116
9162
  "UpdateOutputByIDResponse",
9117
9163
  "UpdateOutputByIDResponseTypedDict",
9164
+ "UpdatePacksByIDRequest",
9165
+ "UpdatePacksByIDRequestTypedDict",
9166
+ "UpdatePacksByIDResponse",
9167
+ "UpdatePacksByIDResponseTypedDict",
9118
9168
  "UpdatePacksRequest",
9119
9169
  "UpdatePacksRequestTypedDict",
9120
9170
  "UpdatePacksResponse",
@@ -10958,6 +11008,10 @@ _dynamic_imports: dict[str, str] = {
10958
11008
  "ScanMode": ".datasetmetadata",
10959
11009
  "DatasetMetadataRunInfo": ".datasetmetadataruninfo",
10960
11010
  "DatasetMetadataRunInfoTypedDict": ".datasetmetadataruninfo",
11011
+ "DeleteCriblLakeDatasetByLakeIDAndIDRequest": ".deletecribllakedatasetbylakeidandidop",
11012
+ "DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict": ".deletecribllakedatasetbylakeidandidop",
11013
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponse": ".deletecribllakedatasetbylakeidandidop",
11014
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict": ".deletecribllakedatasetbylakeidandidop",
10961
11015
  "DeleteInputByIDRequest": ".deleteinputbyidop",
10962
11016
  "DeleteInputByIDRequestTypedDict": ".deleteinputbyidop",
10963
11017
  "DeleteInputByIDResponse": ".deleteinputbyidop",
@@ -10970,6 +11024,10 @@ _dynamic_imports: dict[str, str] = {
10970
11024
  "DeleteOutputPqByIDRequestTypedDict": ".deleteoutputpqbyidop",
10971
11025
  "DeleteOutputPqByIDResponse": ".deleteoutputpqbyidop",
10972
11026
  "DeleteOutputPqByIDResponseTypedDict": ".deleteoutputpqbyidop",
11027
+ "DeletePacksByIDRequest": ".deletepacksbyidop",
11028
+ "DeletePacksByIDRequestTypedDict": ".deletepacksbyidop",
11029
+ "DeletePacksByIDResponse": ".deletepacksbyidop",
11030
+ "DeletePacksByIDResponseTypedDict": ".deletepacksbyidop",
10973
11031
  "DeletePipelineByIDRequest": ".deletepipelinebyidop",
10974
11032
  "DeletePipelineByIDRequestTypedDict": ".deletepipelinebyidop",
10975
11033
  "DeletePipelineByIDResponse": ".deletepipelinebyidop",
@@ -10986,6 +11044,10 @@ _dynamic_imports: dict[str, str] = {
10986
11044
  "DistributedSummaryTypedDict": ".distributedsummary",
10987
11045
  "DistributedSummaryWorkers": ".distributedsummary",
10988
11046
  "DistributedSummaryWorkersTypedDict": ".distributedsummary",
11047
+ "GetCriblLakeDatasetByLakeIDAndIDRequest": ".getcribllakedatasetbylakeidandidop",
11048
+ "GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict": ".getcribllakedatasetbylakeidandidop",
11049
+ "GetCriblLakeDatasetByLakeIDAndIDResponse": ".getcribllakedatasetbylakeidandidop",
11050
+ "GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict": ".getcribllakedatasetbylakeidandidop",
10989
11051
  "GetCriblLakeDatasetByLakeIDRequest": ".getcribllakedatasetbylakeidop",
10990
11052
  "GetCriblLakeDatasetByLakeIDRequestTypedDict": ".getcribllakedatasetbylakeidop",
10991
11053
  "GetCriblLakeDatasetByLakeIDResponse": ".getcribllakedatasetbylakeidop",
@@ -13494,6 +13556,10 @@ _dynamic_imports: dict[str, str] = {
13494
13556
  "SecurityTypedDict": ".security",
13495
13557
  "TeamAccessControlList": ".teamaccesscontrollist",
13496
13558
  "TeamAccessControlListTypedDict": ".teamaccesscontrollist",
13559
+ "UpdateCriblLakeDatasetByLakeIDAndIDRequest": ".updatecribllakedatasetbylakeidandidop",
13560
+ "UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict": ".updatecribllakedatasetbylakeidandidop",
13561
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponse": ".updatecribllakedatasetbylakeidandidop",
13562
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict": ".updatecribllakedatasetbylakeidandidop",
13497
13563
  "UpdateGroupsDeployByIDRequest": ".updategroupsdeploybyidop",
13498
13564
  "UpdateGroupsDeployByIDRequestTypedDict": ".updategroupsdeploybyidop",
13499
13565
  "UpdateGroupsDeployByIDResponse": ".updategroupsdeploybyidop",
@@ -13514,6 +13580,10 @@ _dynamic_imports: dict[str, str] = {
13514
13580
  "UpdateOutputByIDRequestTypedDict": ".updateoutputbyidop",
13515
13581
  "UpdateOutputByIDResponse": ".updateoutputbyidop",
13516
13582
  "UpdateOutputByIDResponseTypedDict": ".updateoutputbyidop",
13583
+ "UpdatePacksByIDRequest": ".updatepacksbyidop",
13584
+ "UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
13585
+ "UpdatePacksByIDResponse": ".updatepacksbyidop",
13586
+ "UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
13517
13587
  "UpdatePacksRequest": ".updatepacksop",
13518
13588
  "UpdatePacksRequestTypedDict": ".updatepacksop",
13519
13589
  "UpdatePacksResponse": ".updatepacksop",
@@ -0,0 +1,47 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
+ import pydantic
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
10
+
11
+
12
+ class DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
13
+ lake_id: str
14
+ r"""lake id that contains the Datasets"""
15
+ id: str
16
+ r"""dataset id to delete"""
17
+
18
+
19
+ class DeleteCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
20
+ lake_id: Annotated[
21
+ str,
22
+ pydantic.Field(alias="lakeId"),
23
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
24
+ ]
25
+ r"""lake id that contains the Datasets"""
26
+
27
+ id: Annotated[
28
+ str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
29
+ ]
30
+ r"""dataset id to delete"""
31
+
32
+
33
+ class DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
34
+ r"""a list of CriblLakeDataset objects"""
35
+
36
+ count: NotRequired[int]
37
+ r"""number of items present in the items array"""
38
+ items: NotRequired[List[CriblLakeDatasetTypedDict]]
39
+
40
+
41
+ class DeleteCriblLakeDatasetByLakeIDAndIDResponse(BaseModel):
42
+ r"""a list of CriblLakeDataset objects"""
43
+
44
+ count: Optional[int] = None
45
+ r"""number of items present in the items array"""
46
+
47
+ items: Optional[List[CriblLakeDataset]] = None
@@ -0,0 +1,37 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .packinstallinfo import PackInstallInfo, PackInstallInfoTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
+ from typing import List, Optional
8
+ from typing_extensions import Annotated, NotRequired, TypedDict
9
+
10
+
11
+ class DeletePacksByIDRequestTypedDict(TypedDict):
12
+ id: str
13
+ r"""Pack name"""
14
+
15
+
16
+ class DeletePacksByIDRequest(BaseModel):
17
+ id: Annotated[
18
+ str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
19
+ ]
20
+ r"""Pack name"""
21
+
22
+
23
+ class DeletePacksByIDResponseTypedDict(TypedDict):
24
+ r"""a list of PackInstallInfo objects"""
25
+
26
+ count: NotRequired[int]
27
+ r"""number of items present in the items array"""
28
+ items: NotRequired[List[PackInstallInfoTypedDict]]
29
+
30
+
31
+ class DeletePacksByIDResponse(BaseModel):
32
+ r"""a list of PackInstallInfo objects"""
33
+
34
+ count: Optional[int] = None
35
+ r"""number of items present in the items array"""
36
+
37
+ items: Optional[List[PackInstallInfo]] = None
@@ -0,0 +1,47 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
7
+ import pydantic
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
10
+
11
+
12
+ class GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
13
+ lake_id: str
14
+ r"""lake id that contains the Datasets"""
15
+ id: str
16
+ r"""dataset id to get"""
17
+
18
+
19
+ class GetCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
20
+ lake_id: Annotated[
21
+ str,
22
+ pydantic.Field(alias="lakeId"),
23
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
24
+ ]
25
+ r"""lake id that contains the Datasets"""
26
+
27
+ id: Annotated[
28
+ str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
29
+ ]
30
+ r"""dataset id to get"""
31
+
32
+
33
+ class GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
34
+ r"""a list of CriblLakeDataset objects"""
35
+
36
+ count: NotRequired[int]
37
+ r"""number of items present in the items array"""
38
+ items: NotRequired[List[CriblLakeDatasetTypedDict]]
39
+
40
+
41
+ class GetCriblLakeDatasetByLakeIDAndIDResponse(BaseModel):
42
+ r"""a list of CriblLakeDataset objects"""
43
+
44
+ count: Optional[int] = None
45
+ r"""number of items present in the items array"""
46
+
47
+ items: Optional[List[CriblLakeDataset]] = None
@@ -0,0 +1,57 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
+ import pydantic
8
+ from typing import List, Optional
9
+ from typing_extensions import Annotated, NotRequired, TypedDict
10
+
11
+
12
+ class UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
13
+ lake_id: str
14
+ r"""lake id that contains the Datasets"""
15
+ id_param: str
16
+ r"""dataset id to update"""
17
+ cribl_lake_dataset: CriblLakeDatasetTypedDict
18
+ r"""CriblLakeDataset object"""
19
+
20
+
21
+ class UpdateCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
22
+ lake_id: Annotated[
23
+ str,
24
+ pydantic.Field(alias="lakeId"),
25
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
26
+ ]
27
+ r"""lake id that contains the Datasets"""
28
+
29
+ id_param: Annotated[
30
+ str,
31
+ pydantic.Field(alias="id"),
32
+ FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
33
+ ]
34
+ r"""dataset id to update"""
35
+
36
+ cribl_lake_dataset: Annotated[
37
+ CriblLakeDataset,
38
+ FieldMetadata(request=RequestMetadata(media_type="application/json")),
39
+ ]
40
+ r"""CriblLakeDataset object"""
41
+
42
+
43
+ class UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict(TypedDict):
44
+ r"""a list of CriblLakeDataset objects"""
45
+
46
+ count: NotRequired[int]
47
+ r"""number of items present in the items array"""
48
+ items: NotRequired[List[CriblLakeDatasetTypedDict]]
49
+
50
+
51
+ class UpdateCriblLakeDatasetByLakeIDAndIDResponse(BaseModel):
52
+ r"""a list of CriblLakeDataset objects"""
53
+
54
+ count: Optional[int] = None
55
+ r"""number of items present in the items array"""
56
+
57
+ items: Optional[List[CriblLakeDataset]] = None
@@ -0,0 +1,65 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .packinfo import PackInfo, PackInfoTypedDict
5
+ from cribl_control_plane.types import BaseModel
6
+ from cribl_control_plane.utils import (
7
+ FieldMetadata,
8
+ PathParamMetadata,
9
+ QueryParamMetadata,
10
+ )
11
+ from typing import List, Optional
12
+ from typing_extensions import Annotated, NotRequired, TypedDict
13
+
14
+
15
+ class UpdatePacksByIDRequestTypedDict(TypedDict):
16
+ id: str
17
+ r"""Pack name"""
18
+ source: NotRequired[str]
19
+ r"""body string required Pack source"""
20
+ minor: NotRequired[str]
21
+ r"""body boolean optional Only upgrade to minor/patch versions"""
22
+ spec: NotRequired[str]
23
+ r"""body string optional Specify a branch, tag or a semver spec"""
24
+
25
+
26
+ class UpdatePacksByIDRequest(BaseModel):
27
+ id: Annotated[
28
+ str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
29
+ ]
30
+ r"""Pack name"""
31
+
32
+ source: Annotated[
33
+ Optional[str],
34
+ FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
35
+ ] = None
36
+ r"""body string required Pack source"""
37
+
38
+ minor: Annotated[
39
+ Optional[str],
40
+ FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
41
+ ] = None
42
+ r"""body boolean optional Only upgrade to minor/patch versions"""
43
+
44
+ spec: Annotated[
45
+ Optional[str],
46
+ FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
47
+ ] = None
48
+ r"""body string optional Specify a branch, tag or a semver spec"""
49
+
50
+
51
+ class UpdatePacksByIDResponseTypedDict(TypedDict):
52
+ r"""a list of PackInfo objects"""
53
+
54
+ count: NotRequired[int]
55
+ r"""number of items present in the items array"""
56
+ items: NotRequired[List[PackInfoTypedDict]]
57
+
58
+
59
+ class UpdatePacksByIDResponse(BaseModel):
60
+ r"""a list of PackInfo objects"""
61
+
62
+ count: Optional[int] = None
63
+ r"""number of items present in the items array"""
64
+
65
+ items: Optional[List[PackInfo]] = None