cribl-control-plane 0.2.0rc1__py3-none-any.whl → 0.2.1rc1__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 -6
- cribl_control_plane/groups_sdk.py +11 -8
- cribl_control_plane/mappings.py +1185 -0
- cribl_control_plane/models/__init__.py +195 -33
- cribl_control_plane/models/authtoken.py +8 -1
- cribl_control_plane/models/configgroup.py +30 -2
- cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +52 -0
- cribl_control_plane/models/createadminproductsmappingsbyproductop.py +53 -0
- cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py +51 -0
- cribl_control_plane/models/distributedsummary.py +6 -0
- cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py +51 -0
- cribl_control_plane/models/getadminproductsmappingsbyproductop.py +44 -0
- cribl_control_plane/models/hbcriblinfo.py +14 -3
- cribl_control_plane/models/heartbeatmetadata.py +3 -0
- cribl_control_plane/models/input.py +65 -63
- cribl_control_plane/models/inputappscope.py +4 -0
- cribl_control_plane/models/inputazureblob.py +4 -0
- cribl_control_plane/models/inputcollection.py +4 -0
- cribl_control_plane/models/inputconfluentcloud.py +8 -18
- cribl_control_plane/models/inputcribl.py +4 -0
- cribl_control_plane/models/inputcriblhttp.py +4 -0
- cribl_control_plane/models/inputcribllakehttp.py +4 -0
- cribl_control_plane/models/inputcriblmetrics.py +4 -0
- cribl_control_plane/models/inputcribltcp.py +4 -0
- cribl_control_plane/models/inputcrowdstrike.py +7 -0
- cribl_control_plane/models/inputdatadogagent.py +4 -0
- cribl_control_plane/models/inputdatagen.py +4 -0
- cribl_control_plane/models/inputedgeprometheus.py +12 -0
- cribl_control_plane/models/inputelastic.py +11 -0
- cribl_control_plane/models/inputeventhub.py +6 -0
- cribl_control_plane/models/inputexec.py +4 -0
- cribl_control_plane/models/inputfile.py +6 -0
- cribl_control_plane/models/inputfirehose.py +4 -0
- cribl_control_plane/models/inputgooglepubsub.py +7 -0
- cribl_control_plane/models/inputgrafana.py +8 -0
- cribl_control_plane/models/inputhttp.py +4 -0
- cribl_control_plane/models/inputhttpraw.py +4 -0
- cribl_control_plane/models/inputjournalfiles.py +4 -0
- cribl_control_plane/models/inputkafka.py +8 -17
- cribl_control_plane/models/inputkinesis.py +15 -0
- cribl_control_plane/models/inputkubeevents.py +4 -0
- cribl_control_plane/models/inputkubelogs.py +4 -0
- cribl_control_plane/models/inputkubemetrics.py +4 -0
- cribl_control_plane/models/inputloki.py +4 -0
- cribl_control_plane/models/inputmetrics.py +4 -0
- cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
- cribl_control_plane/models/inputmsk.py +7 -17
- cribl_control_plane/models/inputnetflow.py +4 -0
- cribl_control_plane/models/inputoffice365mgmt.py +11 -0
- cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
- cribl_control_plane/models/inputoffice365service.py +11 -0
- cribl_control_plane/models/inputopentelemetry.py +8 -0
- cribl_control_plane/models/inputprometheus.py +10 -0
- cribl_control_plane/models/inputprometheusrw.py +4 -0
- cribl_control_plane/models/inputrawudp.py +4 -0
- cribl_control_plane/models/inputs3.py +7 -0
- cribl_control_plane/models/inputs3inventory.py +7 -0
- cribl_control_plane/models/inputsecuritylake.py +7 -0
- cribl_control_plane/models/inputsnmp.py +11 -0
- cribl_control_plane/models/inputsplunk.py +9 -0
- cribl_control_plane/models/inputsplunkhec.py +4 -0
- cribl_control_plane/models/inputsplunksearch.py +7 -0
- cribl_control_plane/models/inputsqs.py +9 -0
- cribl_control_plane/models/inputsyslog.py +8 -0
- cribl_control_plane/models/inputsystemmetrics.py +32 -0
- cribl_control_plane/models/inputsystemstate.py +4 -0
- cribl_control_plane/models/inputtcp.py +4 -0
- cribl_control_plane/models/inputtcpjson.py +4 -0
- cribl_control_plane/models/inputwef.py +6 -0
- cribl_control_plane/models/inputwindowsmetrics.py +28 -0
- cribl_control_plane/models/inputwineventlogs.py +8 -0
- cribl_control_plane/models/inputwiz.py +7 -0
- cribl_control_plane/models/inputwizwebhook.py +4 -0
- cribl_control_plane/models/inputzscalerhec.py +4 -0
- cribl_control_plane/models/jobinfo.py +4 -1
- cribl_control_plane/models/mappingruleset.py +95 -0
- cribl_control_plane/models/nodeprovidedinfo.py +11 -1
- cribl_control_plane/models/outpostnodeinfo.py +16 -0
- cribl_control_plane/models/output.py +77 -72
- cribl_control_plane/models/outputazureblob.py +20 -0
- cribl_control_plane/models/outputazuredataexplorer.py +28 -0
- cribl_control_plane/models/outputazureeventhub.py +17 -0
- cribl_control_plane/models/outputazurelogs.py +13 -0
- cribl_control_plane/models/outputchronicle.py +13 -0
- cribl_control_plane/models/outputclickhouse.py +17 -0
- cribl_control_plane/models/outputcloudwatch.py +13 -0
- cribl_control_plane/models/outputconfluentcloud.py +24 -18
- cribl_control_plane/models/outputcriblhttp.py +15 -0
- cribl_control_plane/models/outputcribllake.py +21 -0
- cribl_control_plane/models/outputcribltcp.py +12 -0
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
- cribl_control_plane/models/outputdatabricks.py +411 -0
- cribl_control_plane/models/outputdatadog.py +30 -0
- cribl_control_plane/models/outputdataset.py +23 -0
- cribl_control_plane/models/outputdls3.py +35 -0
- cribl_control_plane/models/outputdynatracehttp.py +22 -0
- cribl_control_plane/models/outputdynatraceotlp.py +22 -0
- cribl_control_plane/models/outputelastic.py +18 -0
- cribl_control_plane/models/outputelasticcloud.py +13 -0
- cribl_control_plane/models/outputexabeam.py +14 -0
- cribl_control_plane/models/outputfilesystem.py +15 -0
- cribl_control_plane/models/outputgooglechronicle.py +21 -0
- cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
- cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
- cribl_control_plane/models/outputgooglepubsub.py +13 -0
- cribl_control_plane/models/outputgrafanacloud.py +50 -0
- cribl_control_plane/models/outputgraphite.py +12 -0
- cribl_control_plane/models/outputhoneycomb.py +13 -0
- cribl_control_plane/models/outputhumiohec.py +15 -0
- cribl_control_plane/models/outputinfluxdb.py +19 -0
- cribl_control_plane/models/outputkafka.py +24 -17
- cribl_control_plane/models/outputkinesis.py +15 -0
- cribl_control_plane/models/outputloki.py +20 -0
- cribl_control_plane/models/outputminio.py +28 -0
- cribl_control_plane/models/outputmsk.py +23 -17
- cribl_control_plane/models/outputnewrelic.py +16 -0
- cribl_control_plane/models/outputnewrelicevents.py +16 -0
- cribl_control_plane/models/outputopentelemetry.py +22 -0
- cribl_control_plane/models/outputprometheus.py +13 -0
- cribl_control_plane/models/outputring.py +2 -0
- cribl_control_plane/models/outputs3.py +35 -0
- cribl_control_plane/models/outputsecuritylake.py +29 -0
- cribl_control_plane/models/outputsentinel.py +15 -0
- cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
- cribl_control_plane/models/outputservicenow.py +21 -0
- cribl_control_plane/models/outputsignalfx.py +13 -0
- cribl_control_plane/models/outputsns.py +13 -0
- cribl_control_plane/models/outputsplunk.py +15 -0
- cribl_control_plane/models/outputsplunkhec.py +13 -0
- cribl_control_plane/models/outputsplunklb.py +15 -0
- cribl_control_plane/models/outputsqs.py +15 -0
- cribl_control_plane/models/outputstatsd.py +12 -0
- cribl_control_plane/models/outputstatsdext.py +12 -0
- cribl_control_plane/models/outputsumologic.py +15 -0
- cribl_control_plane/models/outputsyslog.py +24 -0
- cribl_control_plane/models/outputtcpjson.py +12 -0
- cribl_control_plane/models/outputwavefront.py +13 -0
- cribl_control_plane/models/outputwebhook.py +23 -0
- cribl_control_plane/models/outputxsiam.py +13 -0
- cribl_control_plane/models/packinfo.py +8 -5
- cribl_control_plane/models/packinstallinfo.py +8 -5
- cribl_control_plane/models/pipeline.py +4 -4
- cribl_control_plane/models/routeconf.py +3 -4
- cribl_control_plane/models/{routecloneconf.py → rulesetid.py} +4 -4
- cribl_control_plane/models/runnablejobcollection.py +4 -0
- cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py +63 -0
- cribl_control_plane/models/updatepacksop.py +25 -0
- cribl_control_plane/models/uploadpackresponse.py +13 -0
- cribl_control_plane/packs.py +202 -7
- cribl_control_plane/pipelines.py +8 -8
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/METADATA +44 -3
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/RECORD +154 -143
- cribl_control_plane/models/appmode.py +0 -14
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str =
|
|
10
|
-
"speakeasy-sdk/python 0.2.0rc1 2.723.11 4.14.1-68918e2c cribl-control-plane"
|
|
11
|
-
)
|
|
6
|
+
__version__: str = "0.2.1rc1"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761420802292-a60a4283"
|
|
8
|
+
__gen_version__: str = "2.730.5"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.2.1rc1 2.730.5 4.15.0-alpha.1761420802292-a60a4283 cribl-control-plane"
|
|
12
10
|
|
|
13
11
|
try:
|
|
14
12
|
if __package__ is not None:
|
|
@@ -6,6 +6,7 @@ from cribl_control_plane import errors, models, utils
|
|
|
6
6
|
from cribl_control_plane._hooks import HookContext
|
|
7
7
|
from cribl_control_plane.acl import ACL
|
|
8
8
|
from cribl_control_plane.groups_configs import GroupsConfigs
|
|
9
|
+
from cribl_control_plane.mappings import Mappings
|
|
9
10
|
from cribl_control_plane.types import OptionalNullable, UNSET
|
|
10
11
|
from cribl_control_plane.utils import get_security_from_env
|
|
11
12
|
from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
|
|
@@ -15,6 +16,7 @@ from typing import Any, List, Mapping, Optional, Union
|
|
|
15
16
|
class GroupsSDK(BaseSDK):
|
|
16
17
|
r"""Actions related to Groups"""
|
|
17
18
|
|
|
19
|
+
mappings: Mappings
|
|
18
20
|
configs: GroupsConfigs
|
|
19
21
|
acl: ACL
|
|
20
22
|
|
|
@@ -26,6 +28,7 @@ class GroupsSDK(BaseSDK):
|
|
|
26
28
|
self._init_sdks()
|
|
27
29
|
|
|
28
30
|
def _init_sdks(self):
|
|
31
|
+
self.mappings = Mappings(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
29
32
|
self.configs = GroupsConfigs(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
30
33
|
self.acl = ACL(self.sdk_configuration, parent_ref=self.parent_ref)
|
|
31
34
|
|
|
@@ -224,7 +227,7 @@ class GroupsSDK(BaseSDK):
|
|
|
224
227
|
config_version: Optional[str] = None,
|
|
225
228
|
deploying_worker_count: Optional[float] = None,
|
|
226
229
|
description: Optional[str] = None,
|
|
227
|
-
estimated_ingest_rate: Optional[
|
|
230
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
228
231
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
229
232
|
incompatible_worker_count: Optional[float] = None,
|
|
230
233
|
inherits: Optional[str] = None,
|
|
@@ -261,7 +264,7 @@ class GroupsSDK(BaseSDK):
|
|
|
261
264
|
:param config_version:
|
|
262
265
|
:param deploying_worker_count:
|
|
263
266
|
:param description:
|
|
264
|
-
:param estimated_ingest_rate:
|
|
267
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
265
268
|
:param git:
|
|
266
269
|
:param incompatible_worker_count:
|
|
267
270
|
:param inherits:
|
|
@@ -395,7 +398,7 @@ class GroupsSDK(BaseSDK):
|
|
|
395
398
|
config_version: Optional[str] = None,
|
|
396
399
|
deploying_worker_count: Optional[float] = None,
|
|
397
400
|
description: Optional[str] = None,
|
|
398
|
-
estimated_ingest_rate: Optional[
|
|
401
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
399
402
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
400
403
|
incompatible_worker_count: Optional[float] = None,
|
|
401
404
|
inherits: Optional[str] = None,
|
|
@@ -432,7 +435,7 @@ class GroupsSDK(BaseSDK):
|
|
|
432
435
|
:param config_version:
|
|
433
436
|
:param deploying_worker_count:
|
|
434
437
|
:param description:
|
|
435
|
-
:param estimated_ingest_rate:
|
|
438
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
436
439
|
:param git:
|
|
437
440
|
:param incompatible_worker_count:
|
|
438
441
|
:param inherits:
|
|
@@ -757,7 +760,7 @@ class GroupsSDK(BaseSDK):
|
|
|
757
760
|
config_version: Optional[str] = None,
|
|
758
761
|
deploying_worker_count: Optional[float] = None,
|
|
759
762
|
description: Optional[str] = None,
|
|
760
|
-
estimated_ingest_rate: Optional[
|
|
763
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
761
764
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
762
765
|
incompatible_worker_count: Optional[float] = None,
|
|
763
766
|
inherits: Optional[str] = None,
|
|
@@ -795,7 +798,7 @@ class GroupsSDK(BaseSDK):
|
|
|
795
798
|
:param config_version:
|
|
796
799
|
:param deploying_worker_count:
|
|
797
800
|
:param description:
|
|
798
|
-
:param estimated_ingest_rate:
|
|
801
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
799
802
|
:param git:
|
|
800
803
|
:param incompatible_worker_count:
|
|
801
804
|
:param inherits:
|
|
@@ -931,7 +934,7 @@ class GroupsSDK(BaseSDK):
|
|
|
931
934
|
config_version: Optional[str] = None,
|
|
932
935
|
deploying_worker_count: Optional[float] = None,
|
|
933
936
|
description: Optional[str] = None,
|
|
934
|
-
estimated_ingest_rate: Optional[
|
|
937
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
935
938
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
936
939
|
incompatible_worker_count: Optional[float] = None,
|
|
937
940
|
inherits: Optional[str] = None,
|
|
@@ -969,7 +972,7 @@ class GroupsSDK(BaseSDK):
|
|
|
969
972
|
:param config_version:
|
|
970
973
|
:param deploying_worker_count:
|
|
971
974
|
:param description:
|
|
972
|
-
:param estimated_ingest_rate:
|
|
975
|
+
:param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
|
|
973
976
|
:param git:
|
|
974
977
|
:param incompatible_worker_count:
|
|
975
978
|
:param inherits:
|