cribl-control-plane 0.2.1rc11__py3-none-any.whl → 0.4.0a12__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 +6 -4
- cribl_control_plane/basesdk.py +6 -0
- cribl_control_plane/branches.py +8 -4
- cribl_control_plane/commits.py +42 -28
- cribl_control_plane/commits_files.py +12 -8
- cribl_control_plane/configs_versions.py +10 -4
- cribl_control_plane/destinations.py +30 -20
- cribl_control_plane/destinations_pq.py +12 -8
- cribl_control_plane/groups_sdk.py +60 -24
- cribl_control_plane/health.py +2 -0
- cribl_control_plane/hectokens.py +32 -8
- cribl_control_plane/lakedatasets.py +86 -20
- cribl_control_plane/models/__init__.py +568 -214
- cribl_control_plane/models/addhectokenrequest.py +7 -1
- cribl_control_plane/models/createconfiggroupbyproductop.py +20 -1
- cribl_control_plane/models/createcribllakedatasetbylakeidop.py +19 -1
- cribl_control_plane/models/createinputhectokenbyidop.py +20 -1
- cribl_control_plane/models/{countedlistgitdiffresult.py → createinputop.py} +9 -5
- cribl_control_plane/models/{countedlistgitshowresult.py → createoutputop.py} +9 -5
- cribl_control_plane/models/createoutputtestbyidop.py +20 -1
- cribl_control_plane/models/{countedlistpackinstallinfo.py → createpacksop.py} +6 -2
- cribl_control_plane/models/createpipelineop.py +24 -0
- cribl_control_plane/models/createroutesappendbyidop.py +20 -2
- cribl_control_plane/models/createversioncommitop.py +19 -1
- cribl_control_plane/models/{countedliststring.py → createversionpushop.py} +6 -2
- cribl_control_plane/models/createversionrevertop.py +19 -1
- cribl_control_plane/models/createversionundoop.py +18 -1
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +20 -1
- cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +20 -1
- cribl_control_plane/models/deleteinputbyidop.py +20 -1
- cribl_control_plane/models/deleteoutputbyidop.py +20 -1
- cribl_control_plane/models/deleteoutputpqbyidop.py +19 -1
- cribl_control_plane/models/deletepacksbyidop.py +20 -1
- cribl_control_plane/models/deletepipelinebyidop.py +20 -1
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +19 -1
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +19 -1
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +19 -1
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +19 -1
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +20 -1
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +79 -2
- cribl_control_plane/models/getinputbyidop.py +20 -1
- cribl_control_plane/models/getmasterworkerentryop.py +18 -1
- cribl_control_plane/models/getoutputbyidop.py +20 -1
- cribl_control_plane/models/getoutputpqbyidop.py +20 -1
- cribl_control_plane/models/getoutputsamplesbyidop.py +20 -1
- cribl_control_plane/models/getpacksbyidop.py +20 -1
- cribl_control_plane/models/getpacksop.py +19 -1
- cribl_control_plane/models/getpipelinebyidop.py +20 -1
- cribl_control_plane/models/getroutesbyidop.py +20 -1
- cribl_control_plane/models/getsummaryop.py +19 -1
- cribl_control_plane/models/{countedlistbranchinfo.py → getversionbranchop.py} +6 -2
- cribl_control_plane/models/getversioncountop.py +19 -1
- cribl_control_plane/models/getversiondiffop.py +19 -1
- cribl_control_plane/models/getversionfilesop.py +19 -1
- cribl_control_plane/models/{countedlistgitinfo.py → getversioninfoop.py} +6 -2
- cribl_control_plane/models/getversionop.py +19 -1
- cribl_control_plane/models/getversionshowop.py +19 -1
- cribl_control_plane/models/getversionstatusop.py +19 -1
- cribl_control_plane/models/input.py +18 -15
- cribl_control_plane/models/inputcloudflarehec.py +513 -0
- cribl_control_plane/models/inputfile.py +7 -0
- cribl_control_plane/models/listconfiggroupbyproductop.py +19 -1
- cribl_control_plane/models/{countedlistinput.py → listinputop.py} +6 -2
- cribl_control_plane/models/listmasterworkerentryop.py +19 -1
- cribl_control_plane/models/{countedlistoutput.py → listoutputop.py} +6 -2
- cribl_control_plane/models/{countedlistpipeline.py → listpipelineop.py} +6 -2
- cribl_control_plane/models/{countedlistroutes.py → listroutesop.py} +6 -2
- cribl_control_plane/models/output.py +23 -17
- cribl_control_plane/models/outputazureblob.py +14 -0
- cribl_control_plane/models/outputazuredataexplorer.py +7 -0
- cribl_control_plane/models/outputchronicle.py +5 -0
- cribl_control_plane/models/outputcloudflarer2.py +632 -0
- cribl_control_plane/models/outputcribllake.py +14 -0
- cribl_control_plane/models/outputdatabricks.py +19 -0
- cribl_control_plane/models/outputdls3.py +14 -0
- cribl_control_plane/models/outputexabeam.py +7 -0
- cribl_control_plane/models/outputfilesystem.py +14 -0
- cribl_control_plane/models/outputgooglecloudstorage.py +14 -0
- cribl_control_plane/models/outputmicrosoftfabric.py +540 -0
- cribl_control_plane/models/outputminio.py +19 -4
- cribl_control_plane/models/outputnetflow.py +7 -0
- cribl_control_plane/models/outputs3.py +14 -0
- cribl_control_plane/models/outputsecuritylake.py +14 -0
- cribl_control_plane/models/outputsyslog.py +7 -0
- cribl_control_plane/models/runnablejobcollection.py +0 -8
- cribl_control_plane/models/runnablejobexecutor.py +0 -4
- cribl_control_plane/models/runnablejobscheduledsearch.py +0 -4
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +19 -1
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +20 -1
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +20 -1
- cribl_control_plane/models/updatehectokenrequest.py +7 -1
- cribl_control_plane/models/updateinputbyidop.py +19 -1
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +20 -1
- cribl_control_plane/models/updateoutputbyidop.py +19 -1
- cribl_control_plane/models/updatepacksbyidop.py +20 -1
- cribl_control_plane/models/updatepipelinebyidop.py +19 -1
- cribl_control_plane/models/updateroutesbyidop.py +19 -1
- cribl_control_plane/nodes.py +16 -8
- cribl_control_plane/packs.py +32 -20
- cribl_control_plane/pipelines.py +30 -20
- cribl_control_plane/routes_sdk.py +28 -16
- cribl_control_plane/samples.py +12 -8
- cribl_control_plane/sources.py +30 -20
- cribl_control_plane/statuses.py +6 -4
- cribl_control_plane/summaries.py +6 -8
- cribl_control_plane/teams.py +6 -4
- cribl_control_plane/tokens.py +2 -0
- cribl_control_plane/utils/forms.py +21 -10
- cribl_control_plane/utils/queryparams.py +14 -2
- cribl_control_plane/utils/retries.py +69 -5
- cribl_control_plane/utils/unmarshal_json_response.py +15 -1
- cribl_control_plane/versions_configs.py +6 -4
- {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/METADATA +28 -36
- {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/RECORD +117 -131
- cribl_control_plane-0.4.0a12.dist-info/licenses/LICENSE +201 -0
- cribl_control_plane/models/countedlistconfiggroup.py +0 -20
- cribl_control_plane/models/countedlistcribllakedataset.py +0 -20
- cribl_control_plane/models/countedlistdistributedsummary.py +0 -20
- cribl_control_plane/models/countedlistgitcommitsummary.py +0 -20
- cribl_control_plane/models/countedlistgitcountresult.py +0 -20
- cribl_control_plane/models/countedlistgitfilesresponse.py +0 -20
- cribl_control_plane/models/countedlistgitlogresult.py +0 -20
- cribl_control_plane/models/countedlistgitrevertresult.py +0 -20
- cribl_control_plane/models/countedlistgitstatusresult.py +0 -20
- cribl_control_plane/models/countedlistinputsplunkhec.py +0 -20
- cribl_control_plane/models/countedlistjobinfo.py +0 -20
- cribl_control_plane/models/countedlistmasterworkerentry.py +0 -20
- cribl_control_plane/models/countedlistnumber.py +0 -19
- cribl_control_plane/models/countedlistobject.py +0 -19
- cribl_control_plane/models/countedlistoutputsamplesresponse.py +0 -20
- cribl_control_plane/models/countedlistoutputtestresponse.py +0 -20
- cribl_control_plane/models/countedlistpackinfo.py +0 -20
- cribl_control_plane/models/countedlistteamaccesscontrollist.py +0 -20
- cribl_control_plane/models/countedlistuseraccesscontrollist.py +0 -20
- {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/WHEEL +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .gitcountresult import GitCountResult, GitCountResultTypedDict
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
5
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
7
|
import pydantic
|
|
7
|
-
from typing import Optional
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -29,3 +30,20 @@ class GetVersionCountRequest(BaseModel):
|
|
|
29
30
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
30
31
|
] = None
|
|
31
32
|
r"""The Git commit hash to use as the starting point for the count."""
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class GetVersionCountResponseTypedDict(TypedDict):
|
|
36
|
+
r"""a list of GitCountResult objects"""
|
|
37
|
+
|
|
38
|
+
count: NotRequired[int]
|
|
39
|
+
r"""number of items present in the items array"""
|
|
40
|
+
items: NotRequired[List[GitCountResultTypedDict]]
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class GetVersionCountResponse(BaseModel):
|
|
44
|
+
r"""a list of GitCountResult objects"""
|
|
45
|
+
|
|
46
|
+
count: Optional[int] = None
|
|
47
|
+
r"""number of items present in the items array"""
|
|
48
|
+
|
|
49
|
+
items: Optional[List[GitCountResult]] = None
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .gitdiffresult import GitDiffResult, GitDiffResultTypedDict
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
5
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
7
|
import pydantic
|
|
7
|
-
from typing import Optional
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -45,3 +46,20 @@ class GetVersionDiffRequest(BaseModel):
|
|
|
45
46
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
46
47
|
] = None
|
|
47
48
|
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."""
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
class GetVersionDiffResponseTypedDict(TypedDict):
|
|
52
|
+
r"""a list of GitDiffResult objects"""
|
|
53
|
+
|
|
54
|
+
count: NotRequired[int]
|
|
55
|
+
r"""number of items present in the items array"""
|
|
56
|
+
items: NotRequired[List[GitDiffResultTypedDict]]
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
class GetVersionDiffResponse(BaseModel):
|
|
60
|
+
r"""a list of GitDiffResult objects"""
|
|
61
|
+
|
|
62
|
+
count: Optional[int] = None
|
|
63
|
+
r"""number of items present in the items array"""
|
|
64
|
+
|
|
65
|
+
items: Optional[List[GitDiffResult]] = None
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .gitfilesresponse import GitFilesResponse, GitFilesResponseTypedDict
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
5
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
7
|
import pydantic
|
|
7
|
-
from typing import Optional
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -29,3 +30,20 @@ class GetVersionFilesRequest(BaseModel):
|
|
|
29
30
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
30
31
|
] = None
|
|
31
32
|
r"""The Git commit hash to use as the starting point for the request."""
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class GetVersionFilesResponseTypedDict(TypedDict):
|
|
36
|
+
r"""a list of GitFilesResponse objects"""
|
|
37
|
+
|
|
38
|
+
count: NotRequired[int]
|
|
39
|
+
r"""number of items present in the items array"""
|
|
40
|
+
items: NotRequired[List[GitFilesResponseTypedDict]]
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
class GetVersionFilesResponse(BaseModel):
|
|
44
|
+
r"""a list of GitFilesResponse objects"""
|
|
45
|
+
|
|
46
|
+
count: Optional[int] = None
|
|
47
|
+
r"""number of items present in the items array"""
|
|
48
|
+
|
|
49
|
+
items: Optional[List[GitFilesResponse]] = None
|
|
@@ -7,13 +7,17 @@ from typing import List, Optional
|
|
|
7
7
|
from typing_extensions import NotRequired, TypedDict
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class
|
|
10
|
+
class GetVersionInfoResponseTypedDict(TypedDict):
|
|
11
|
+
r"""a list of GitInfo objects"""
|
|
12
|
+
|
|
11
13
|
count: NotRequired[int]
|
|
12
14
|
r"""number of items present in the items array"""
|
|
13
15
|
items: NotRequired[List[GitInfoTypedDict]]
|
|
14
16
|
|
|
15
17
|
|
|
16
|
-
class
|
|
18
|
+
class GetVersionInfoResponse(BaseModel):
|
|
19
|
+
r"""a list of GitInfo objects"""
|
|
20
|
+
|
|
17
21
|
count: Optional[int] = None
|
|
18
22
|
r"""number of items present in the items array"""
|
|
19
23
|
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .gitlogresult import GitLogResult, GitLogResultTypedDict
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
5
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
7
|
import pydantic
|
|
7
|
-
from typing import Optional
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -28,3 +29,20 @@ class GetVersionRequest(BaseModel):
|
|
|
28
29
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
29
30
|
] = None
|
|
30
31
|
r"""Maximum number of commits to return in the response for this request."""
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class GetVersionResponseTypedDict(TypedDict):
|
|
35
|
+
r"""a list of GitLogResult objects"""
|
|
36
|
+
|
|
37
|
+
count: NotRequired[int]
|
|
38
|
+
r"""number of items present in the items array"""
|
|
39
|
+
items: NotRequired[List[GitLogResultTypedDict]]
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
class GetVersionResponse(BaseModel):
|
|
43
|
+
r"""a list of GitLogResult objects"""
|
|
44
|
+
|
|
45
|
+
count: Optional[int] = None
|
|
46
|
+
r"""number of items present in the items array"""
|
|
47
|
+
|
|
48
|
+
items: Optional[List[GitLogResult]] = None
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .gitshowresult import GitShowResult, GitShowResultTypedDict
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
5
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
7
|
import pydantic
|
|
7
|
-
from typing import Optional
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -45,3 +46,20 @@ class GetVersionShowRequest(BaseModel):
|
|
|
45
46
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
46
47
|
] = None
|
|
47
48
|
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."""
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
class GetVersionShowResponseTypedDict(TypedDict):
|
|
52
|
+
r"""a list of GitShowResult objects"""
|
|
53
|
+
|
|
54
|
+
count: NotRequired[int]
|
|
55
|
+
r"""number of items present in the items array"""
|
|
56
|
+
items: NotRequired[List[GitShowResultTypedDict]]
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
class GetVersionShowResponse(BaseModel):
|
|
60
|
+
r"""a list of GitShowResult objects"""
|
|
61
|
+
|
|
62
|
+
count: Optional[int] = None
|
|
63
|
+
r"""number of items present in the items array"""
|
|
64
|
+
|
|
65
|
+
items: Optional[List[GitShowResult]] = None
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from .gitstatusresult import GitStatusResult, GitStatusResultTypedDict
|
|
4
5
|
from cribl_control_plane.types import BaseModel
|
|
5
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
7
|
import pydantic
|
|
7
|
-
from typing import Optional
|
|
8
|
+
from typing import List, Optional
|
|
8
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
10
|
|
|
10
11
|
|
|
@@ -20,3 +21,20 @@ class GetVersionStatusRequest(BaseModel):
|
|
|
20
21
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
21
22
|
] = None
|
|
22
23
|
r"""The <code>id</code> of the Worker Group or Edge Fleet to get the status for."""
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class GetVersionStatusResponseTypedDict(TypedDict):
|
|
27
|
+
r"""a list of GitStatusResult objects"""
|
|
28
|
+
|
|
29
|
+
count: NotRequired[int]
|
|
30
|
+
r"""number of items present in the items array"""
|
|
31
|
+
items: NotRequired[List[GitStatusResultTypedDict]]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class GetVersionStatusResponse(BaseModel):
|
|
35
|
+
r"""a list of GitStatusResult objects"""
|
|
36
|
+
|
|
37
|
+
count: Optional[int] = None
|
|
38
|
+
r"""number of items present in the items array"""
|
|
39
|
+
|
|
40
|
+
items: Optional[List[GitStatusResult]] = None
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .inputappscope import InputAppscope, InputAppscopeTypedDict
|
|
5
5
|
from .inputazureblob import InputAzureBlob, InputAzureBlobTypedDict
|
|
6
|
+
from .inputcloudflarehec import InputCloudflareHec, InputCloudflareHecTypedDict
|
|
6
7
|
from .inputcollection import InputCollection, InputCollectionTypedDict
|
|
7
8
|
from .inputconfluentcloud import InputConfluentCloud, InputConfluentCloudTypedDict
|
|
8
9
|
from .inputcribl import InputCribl, InputCriblTypedDict
|
|
@@ -83,51 +84,52 @@ InputTypedDict = TypeAliasType(
|
|
|
83
84
|
InputSystemStateTypedDict,
|
|
84
85
|
InputCollectionTypedDict,
|
|
85
86
|
InputModelDrivenTelemetryTypedDict,
|
|
86
|
-
InputSystemMetricsTypedDict,
|
|
87
87
|
InputWindowsMetricsTypedDict,
|
|
88
|
+
InputSystemMetricsTypedDict,
|
|
88
89
|
InputJournalFilesTypedDict,
|
|
89
90
|
InputRawUDPTypedDict,
|
|
90
91
|
InputKubeLogsTypedDict,
|
|
91
92
|
InputExecTypedDict,
|
|
92
|
-
InputSnmpTypedDict,
|
|
93
93
|
InputMetricsTypedDict,
|
|
94
|
+
InputSnmpTypedDict,
|
|
94
95
|
InputWinEventLogsTypedDict,
|
|
95
|
-
InputNetflowTypedDict,
|
|
96
96
|
InputCriblTCPTypedDict,
|
|
97
|
-
|
|
97
|
+
InputNetflowTypedDict,
|
|
98
98
|
InputGooglePubsubTypedDict,
|
|
99
|
+
InputTcpjsonTypedDict,
|
|
99
100
|
InputOffice365ServiceTypedDict,
|
|
100
101
|
InputWizTypedDict,
|
|
101
102
|
InputFirehoseTypedDict,
|
|
102
103
|
InputCriblHTTPTypedDict,
|
|
103
|
-
InputDatadogAgentTypedDict,
|
|
104
104
|
InputOffice365MgmtTypedDict,
|
|
105
|
+
InputDatadogAgentTypedDict,
|
|
105
106
|
InputTCPTypedDict,
|
|
106
107
|
InputSplunkTypedDict,
|
|
107
108
|
InputFileTypedDict,
|
|
108
|
-
InputAppscopeTypedDict,
|
|
109
109
|
InputWefTypedDict,
|
|
110
|
-
|
|
110
|
+
InputAppscopeTypedDict,
|
|
111
111
|
InputWizWebhookTypedDict,
|
|
112
|
-
InputCriblLakeHTTPTypedDict,
|
|
113
112
|
InputHTTPTypedDict,
|
|
113
|
+
InputHTTPRawTypedDict,
|
|
114
|
+
InputCriblLakeHTTPTypedDict,
|
|
115
|
+
InputAzureBlobTypedDict,
|
|
114
116
|
InputZscalerHecTypedDict,
|
|
115
117
|
InputSqsTypedDict,
|
|
116
|
-
|
|
117
|
-
InputKinesisTypedDict,
|
|
118
|
+
InputCloudflareHecTypedDict,
|
|
118
119
|
InputConfluentCloudTypedDict,
|
|
119
|
-
InputEventhubTypedDict,
|
|
120
120
|
InputKafkaTypedDict,
|
|
121
|
+
InputEventhubTypedDict,
|
|
122
|
+
InputKinesisTypedDict,
|
|
121
123
|
InputElasticTypedDict,
|
|
122
|
-
InputSplunkHecTypedDict,
|
|
123
124
|
InputOffice365MsgTraceTypedDict,
|
|
124
|
-
|
|
125
|
+
InputSplunkHecTypedDict,
|
|
125
126
|
InputPrometheusRwTypedDict,
|
|
127
|
+
InputLokiTypedDict,
|
|
126
128
|
InputCrowdstrikeTypedDict,
|
|
127
|
-
|
|
129
|
+
InputEdgePrometheusTypedDict,
|
|
128
130
|
InputOpenTelemetryTypedDict,
|
|
131
|
+
InputPrometheusTypedDict,
|
|
129
132
|
InputS3TypedDict,
|
|
130
|
-
InputEdgePrometheusTypedDict,
|
|
131
133
|
InputSecurityLakeTypedDict,
|
|
132
134
|
InputMskTypedDict,
|
|
133
135
|
InputS3InventoryTypedDict,
|
|
@@ -199,6 +201,7 @@ Input = Annotated[
|
|
|
199
201
|
Annotated[InputNetflow, Tag("netflow")],
|
|
200
202
|
Annotated[InputSecurityLake, Tag("security_lake")],
|
|
201
203
|
Annotated[InputZscalerHec, Tag("zscaler_hec")],
|
|
204
|
+
Annotated[InputCloudflareHec, Tag("cloudflare_hec")],
|
|
202
205
|
],
|
|
203
206
|
Discriminator(lambda m: get_discriminator(m, "type", "type")),
|
|
204
207
|
]
|