cribl-control-plane 0.4.0a12__py3-none-any.whl → 0.4.0b12__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 +4 -4
- cribl_control_plane/acl.py +14 -6
- cribl_control_plane/branches.py +24 -8
- cribl_control_plane/commits.py +98 -42
- cribl_control_plane/commits_files.py +28 -12
- cribl_control_plane/configs_versions.py +14 -10
- cribl_control_plane/destinations.py +70 -30
- cribl_control_plane/destinations_pq.py +28 -12
- cribl_control_plane/groups_sdk.py +84 -60
- cribl_control_plane/health.py +10 -2
- cribl_control_plane/hectokens.py +28 -32
- cribl_control_plane/lakedatasets.py +70 -86
- cribl_control_plane/models/__init__.py +266 -438
- cribl_control_plane/models/addhectokenrequest.py +1 -7
- cribl_control_plane/models/configgroup.py +1 -0
- cribl_control_plane/models/{getversionbranchop.py → countedbranchinfo.py} +2 -6
- cribl_control_plane/models/countedconfiggroup.py +20 -0
- cribl_control_plane/models/countedcribllakedataset.py +20 -0
- cribl_control_plane/models/counteddistributedsummary.py +20 -0
- cribl_control_plane/models/countedgitcommitsummary.py +20 -0
- cribl_control_plane/models/countedgitcountresult.py +20 -0
- cribl_control_plane/models/{createinputop.py → countedgitdiffresult.py} +5 -9
- cribl_control_plane/models/countedgitfilesresponse.py +20 -0
- cribl_control_plane/models/{getversioninfoop.py → countedgitinfo.py} +2 -6
- cribl_control_plane/models/countedgitlogresult.py +20 -0
- cribl_control_plane/models/countedgitrevertresult.py +20 -0
- cribl_control_plane/models/countedgitshowresult.py +20 -0
- cribl_control_plane/models/countedgitstatusresult.py +20 -0
- cribl_control_plane/models/{listinputop.py → countedinput.py} +2 -6
- cribl_control_plane/models/countedinputsplunkhec.py +20 -0
- cribl_control_plane/models/countedjobinfo.py +20 -0
- cribl_control_plane/models/countedmasterworkerentry.py +20 -0
- cribl_control_plane/models/countednumber.py +19 -0
- cribl_control_plane/models/countedobject.py +19 -0
- cribl_control_plane/models/{listoutputop.py → countedoutput.py} +2 -6
- cribl_control_plane/models/{createoutputop.py → countedoutputsamplesresponse.py} +5 -9
- cribl_control_plane/models/countedoutputtestresponse.py +20 -0
- cribl_control_plane/models/countedpackinfo.py +20 -0
- cribl_control_plane/models/{createpacksop.py → countedpackinstallinfo.py} +2 -6
- cribl_control_plane/models/{listpipelineop.py → countedpipeline.py} +2 -6
- cribl_control_plane/models/{listroutesop.py → countedroutes.py} +2 -6
- cribl_control_plane/models/{createversionpushop.py → countedstring.py} +2 -6
- cribl_control_plane/models/countedteamaccesscontrollist.py +20 -0
- cribl_control_plane/models/counteduseraccesscontrollist.py +20 -0
- cribl_control_plane/models/createauthloginop.py +18 -0
- cribl_control_plane/models/createconfiggroupbyproductop.py +1 -20
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +1 -19
- cribl_control_plane/models/createinputhectokenbyidop.py +1 -20
- cribl_control_plane/models/createoutputtestbyidop.py +1 -20
- cribl_control_plane/models/createroutesappendbyidop.py +2 -20
- cribl_control_plane/models/createversioncommitop.py +1 -19
- cribl_control_plane/models/createversionrevertop.py +1 -19
- cribl_control_plane/models/createversionundoop.py +1 -18
- cribl_control_plane/models/criblevent.py +15 -0
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +1 -20
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/deleteinputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputbyidop.py +1 -20
- cribl_control_plane/models/deleteoutputpqbyidop.py +1 -19
- cribl_control_plane/models/deletepacksbyidop.py +1 -20
- cribl_control_plane/models/deletepipelinebyidop.py +1 -20
- cribl_control_plane/models/difffiles.py +5 -46
- cribl_control_plane/models/diffline.py +26 -0
- cribl_control_plane/models/difflinecontext.py +28 -0
- cribl_control_plane/models/difflinedelete.py +25 -0
- cribl_control_plane/models/difflineinsert.py +25 -0
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +1 -19
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +1 -19
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +2 -79
- cribl_control_plane/models/getinputbyidop.py +1 -20
- cribl_control_plane/models/getmasterworkerentryop.py +1 -18
- cribl_control_plane/models/getoutputbyidop.py +1 -20
- cribl_control_plane/models/getoutputpqbyidop.py +1 -20
- cribl_control_plane/models/getoutputsamplesbyidop.py +1 -20
- cribl_control_plane/models/getpacksbyidop.py +1 -20
- cribl_control_plane/models/getpacksop.py +1 -19
- cribl_control_plane/models/getpipelinebyidop.py +1 -20
- cribl_control_plane/models/getroutesbyidop.py +1 -20
- cribl_control_plane/models/getsummaryop.py +1 -19
- cribl_control_plane/models/getversioncountop.py +1 -19
- cribl_control_plane/models/getversiondiffop.py +1 -19
- cribl_control_plane/models/getversionfilesop.py +1 -19
- cribl_control_plane/models/getversionop.py +1 -19
- cribl_control_plane/models/getversionshowop.py +1 -19
- cribl_control_plane/models/getversionstatusop.py +1 -19
- cribl_control_plane/models/groupcreaterequest.py +1 -0
- cribl_control_plane/models/hbcriblinfo.py +3 -4
- cribl_control_plane/models/heartbeatmetadata.py +3 -11
- cribl_control_plane/models/inputcloudflarehec.py +9 -4
- cribl_control_plane/models/inputconfluentcloud.py +4 -2
- cribl_control_plane/models/inputcribllakehttp.py +15 -0
- cribl_control_plane/models/inputkafka.py +4 -2
- cribl_control_plane/models/inputmsk.py +4 -2
- cribl_control_plane/models/inputsnmp.py +33 -7
- cribl_control_plane/models/inputsplunkhec.py +8 -4
- cribl_control_plane/models/inputwef.py +23 -0
- cribl_control_plane/models/inputwiz.py +95 -0
- cribl_control_plane/models/inputzscalerhec.py +8 -4
- cribl_control_plane/models/listconfiggroupbyproductop.py +1 -19
- cribl_control_plane/models/listmasterworkerentryop.py +1 -19
- cribl_control_plane/models/masterworkerentry.py +3 -11
- cribl_control_plane/models/nodeprovidedinfo.py +2 -10
- cribl_control_plane/models/outputnetflow.py +0 -7
- cribl_control_plane/models/outputsplunklb.py +10 -0
- cribl_control_plane/models/runnablejobcollection.py +0 -56
- cribl_control_plane/models/runnablejobexecutor.py +0 -28
- cribl_control_plane/models/runnablejobscheduledsearch.py +0 -28
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +1 -19
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +1 -20
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/updatehectokenrequest.py +1 -7
- cribl_control_plane/models/updateinputbyidop.py +1 -19
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +1 -20
- cribl_control_plane/models/updateoutputbyidop.py +1 -19
- cribl_control_plane/models/updatepacksbyidop.py +1 -20
- cribl_control_plane/models/updatepipelinebyidop.py +1 -19
- cribl_control_plane/models/updateroutesbyidop.py +1 -19
- cribl_control_plane/nodes.py +28 -20
- cribl_control_plane/packs.py +80 -32
- cribl_control_plane/pipelines.py +70 -30
- cribl_control_plane/routes_sdk.py +56 -28
- cribl_control_plane/samples.py +28 -16
- cribl_control_plane/sources.py +70 -30
- cribl_control_plane/statuses.py +14 -6
- cribl_control_plane/summaries.py +14 -6
- cribl_control_plane/teams.py +14 -6
- cribl_control_plane/tokens.py +26 -8
- cribl_control_plane/versions_configs.py +14 -6
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/METADATA +23 -23
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/RECORD +135 -113
- cribl_control_plane/models/createpipelineop.py +0 -24
- cribl_control_plane/models/lookupversions.py +0 -13
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/WHEEL +0 -0
- {cribl_control_plane-0.4.0a12.dist-info → cribl_control_plane-0.4.0b12.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
|
-
import pydantic
|
|
6
5
|
from typing import List, Optional
|
|
7
|
-
from typing_extensions import
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
class AddHecTokenRequestMetadatumTypedDict(TypedDict):
|
|
@@ -20,7 +19,6 @@ class AddHecTokenRequestMetadatum(BaseModel):
|
|
|
20
19
|
|
|
21
20
|
class AddHecTokenRequestTypedDict(TypedDict):
|
|
22
21
|
token: str
|
|
23
|
-
allowed_indexes_at_token: NotRequired[List[str]]
|
|
24
22
|
description: NotRequired[str]
|
|
25
23
|
enabled: NotRequired[bool]
|
|
26
24
|
metadata: NotRequired[List[AddHecTokenRequestMetadatumTypedDict]]
|
|
@@ -29,10 +27,6 @@ class AddHecTokenRequestTypedDict(TypedDict):
|
|
|
29
27
|
class AddHecTokenRequest(BaseModel):
|
|
30
28
|
token: str
|
|
31
29
|
|
|
32
|
-
allowed_indexes_at_token: Annotated[
|
|
33
|
-
Optional[List[str]], pydantic.Field(alias="allowedIndexesAtToken")
|
|
34
|
-
] = None
|
|
35
|
-
|
|
36
30
|
description: Optional[str] = None
|
|
37
31
|
|
|
38
32
|
enabled: Optional[bool] = None
|
|
@@ -7,17 +7,13 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of BranchInfo objects"""
|
|
12
|
-
|
|
10
|
+
class CountedBranchInfoTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
13
|
items: NotRequired[List[BranchInfoTypedDict]]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class
|
|
19
|
-
r"""a list of BranchInfo objects"""
|
|
20
|
-
|
|
16
|
+
class CountedBranchInfo(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedConfigGroupTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[ConfigGroupTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedConfigGroup(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[ConfigGroup]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
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 typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedCriblLakeDatasetTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[CriblLakeDatasetTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedCriblLakeDataset(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[CriblLakeDataset]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .distributedsummary import DistributedSummary, DistributedSummaryTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedDistributedSummaryTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[DistributedSummaryTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedDistributedSummary(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[DistributedSummary]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitcommitsummary import GitCommitSummary, GitCommitSummaryTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedGitCommitSummaryTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[GitCommitSummaryTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedGitCommitSummary(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[GitCommitSummary]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitcountresult import GitCountResult, GitCountResultTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedGitCountResultTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[GitCountResultTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedGitCountResult(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[GitCountResult]] = None
|
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .
|
|
4
|
+
from .gitdiffresult import GitDiffResult, GitDiffResultTypedDict
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from typing import List, Optional
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of Source objects"""
|
|
12
|
-
|
|
10
|
+
class CountedGitDiffResultTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
|
-
items: NotRequired[List[
|
|
16
|
-
|
|
13
|
+
items: NotRequired[List[GitDiffResultTypedDict]]
|
|
17
14
|
|
|
18
|
-
class CreateInputResponse(BaseModel):
|
|
19
|
-
r"""a list of Source objects"""
|
|
20
15
|
|
|
16
|
+
class CountedGitDiffResult(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
24
|
-
items: Optional[List[
|
|
20
|
+
items: Optional[List[GitDiffResult]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitfilesresponse import GitFilesResponse, GitFilesResponseTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedGitFilesResponseTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[GitFilesResponseTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedGitFilesResponse(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[GitFilesResponse]] = None
|
|
@@ -7,17 +7,13 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of GitInfo objects"""
|
|
12
|
-
|
|
10
|
+
class CountedGitInfoTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
13
|
items: NotRequired[List[GitInfoTypedDict]]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class
|
|
19
|
-
r"""a list of GitInfo objects"""
|
|
20
|
-
|
|
16
|
+
class CountedGitInfo(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitlogresult import GitLogResult, GitLogResultTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedGitLogResultTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[GitLogResultTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedGitLogResult(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[GitLogResult]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitrevertresult import GitRevertResult, GitRevertResultTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedGitRevertResultTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[GitRevertResultTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedGitRevertResult(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[GitRevertResult]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitshowresult import GitShowResult, GitShowResultTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedGitShowResultTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[GitShowResultTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedGitShowResult(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[GitShowResult]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .gitstatusresult import GitStatusResult, GitStatusResultTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedGitStatusResultTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[GitStatusResultTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedGitStatusResult(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[GitStatusResult]] = None
|
|
@@ -7,17 +7,13 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of Source objects"""
|
|
12
|
-
|
|
10
|
+
class CountedInputTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
13
|
items: NotRequired[List[InputTypedDict]]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class
|
|
19
|
-
r"""a list of Source objects"""
|
|
20
|
-
|
|
16
|
+
class CountedInput(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .inputsplunkhec import InputSplunkHec, InputSplunkHecTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedInputSplunkHecTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[InputSplunkHecTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedInputSplunkHec(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[InputSplunkHec]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .jobinfo import JobInfo, JobInfoTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedJobInfoTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[JobInfoTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedJobInfo(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[JobInfo]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .masterworkerentry import MasterWorkerEntry, MasterWorkerEntryTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedMasterWorkerEntryTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[MasterWorkerEntryTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedMasterWorkerEntry(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[MasterWorkerEntry]] = None
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class CountedNumberTypedDict(TypedDict):
|
|
10
|
+
count: NotRequired[int]
|
|
11
|
+
r"""number of items present in the items array"""
|
|
12
|
+
items: NotRequired[List[float]]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class CountedNumber(BaseModel):
|
|
16
|
+
count: Optional[int] = None
|
|
17
|
+
r"""number of items present in the items array"""
|
|
18
|
+
|
|
19
|
+
items: Optional[List[float]] = None
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane.types import BaseModel
|
|
5
|
+
from typing import Any, Dict, List, Optional
|
|
6
|
+
from typing_extensions import NotRequired, TypedDict
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class CountedObjectTypedDict(TypedDict):
|
|
10
|
+
count: NotRequired[int]
|
|
11
|
+
r"""number of items present in the items array"""
|
|
12
|
+
items: NotRequired[List[Dict[str, Any]]]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class CountedObject(BaseModel):
|
|
16
|
+
count: Optional[int] = None
|
|
17
|
+
r"""number of items present in the items array"""
|
|
18
|
+
|
|
19
|
+
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -7,17 +7,13 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of Destination objects"""
|
|
12
|
-
|
|
10
|
+
class CountedOutputTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
13
|
items: NotRequired[List[OutputTypedDict]]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class
|
|
19
|
-
r"""a list of Destination objects"""
|
|
20
|
-
|
|
16
|
+
class CountedOutput(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .
|
|
4
|
+
from .outputsamplesresponse import OutputSamplesResponse, OutputSamplesResponseTypedDict
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from typing import List, Optional
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of Destination objects"""
|
|
12
|
-
|
|
10
|
+
class CountedOutputSamplesResponseTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
|
-
items: NotRequired[List[
|
|
16
|
-
|
|
13
|
+
items: NotRequired[List[OutputSamplesResponseTypedDict]]
|
|
17
14
|
|
|
18
|
-
class CreateOutputResponse(BaseModel):
|
|
19
|
-
r"""a list of Destination objects"""
|
|
20
15
|
|
|
16
|
+
class CountedOutputSamplesResponse(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
24
|
-
items: Optional[List[
|
|
20
|
+
items: Optional[List[OutputSamplesResponse]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .outputtestresponse import OutputTestResponse, OutputTestResponseTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedOutputTestResponseTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[OutputTestResponseTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedOutputTestResponse(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[OutputTestResponse]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
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 typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedPackInfoTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[PackInfoTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedPackInfo(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[PackInfo]] = None
|
|
@@ -7,17 +7,13 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of PackInstallInfo objects"""
|
|
12
|
-
|
|
10
|
+
class CountedPackInstallInfoTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
13
|
items: NotRequired[List[PackInstallInfoTypedDict]]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class
|
|
19
|
-
r"""a list of PackInstallInfo objects"""
|
|
20
|
-
|
|
16
|
+
class CountedPackInstallInfo(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
@@ -7,17 +7,13 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of Pipeline objects"""
|
|
12
|
-
|
|
10
|
+
class CountedPipelineTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
13
|
items: NotRequired[List[PipelineTypedDict]]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class
|
|
19
|
-
r"""a list of Pipeline objects"""
|
|
20
|
-
|
|
16
|
+
class CountedPipeline(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
@@ -7,17 +7,13 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
11
|
-
r"""a list of Routes objects"""
|
|
12
|
-
|
|
10
|
+
class CountedRoutesTypedDict(TypedDict):
|
|
13
11
|
count: NotRequired[int]
|
|
14
12
|
r"""number of items present in the items array"""
|
|
15
13
|
items: NotRequired[List[RoutesTypedDict]]
|
|
16
14
|
|
|
17
15
|
|
|
18
|
-
class
|
|
19
|
-
r"""a list of Routes objects"""
|
|
20
|
-
|
|
16
|
+
class CountedRoutes(BaseModel):
|
|
21
17
|
count: Optional[int] = None
|
|
22
18
|
r"""number of items present in the items array"""
|
|
23
19
|
|
|
@@ -6,17 +6,13 @@ from typing import List, Optional
|
|
|
6
6
|
from typing_extensions import NotRequired, TypedDict
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class
|
|
10
|
-
r"""a list of string objects"""
|
|
11
|
-
|
|
9
|
+
class CountedStringTypedDict(TypedDict):
|
|
12
10
|
count: NotRequired[int]
|
|
13
11
|
r"""number of items present in the items array"""
|
|
14
12
|
items: NotRequired[List[str]]
|
|
15
13
|
|
|
16
14
|
|
|
17
|
-
class
|
|
18
|
-
r"""a list of string objects"""
|
|
19
|
-
|
|
15
|
+
class CountedString(BaseModel):
|
|
20
16
|
count: Optional[int] = None
|
|
21
17
|
r"""number of items present in the items array"""
|
|
22
18
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .teamaccesscontrollist import TeamAccessControlList, TeamAccessControlListTypedDict
|
|
5
|
+
from cribl_control_plane.types import BaseModel
|
|
6
|
+
from typing import List, Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class CountedTeamAccessControlListTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[TeamAccessControlListTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedTeamAccessControlList(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[TeamAccessControlList]] = None
|