cribl-control-plane 0.2.1rc4__py3-none-any.whl → 0.2.1rc11__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 +4 -4
- cribl_control_plane/branches.py +4 -4
- cribl_control_plane/commits.py +28 -28
- cribl_control_plane/commits_files.py +8 -8
- cribl_control_plane/configs_versions.py +4 -8
- cribl_control_plane/destinations.py +20 -20
- cribl_control_plane/destinations_pq.py +8 -8
- cribl_control_plane/groups_sdk.py +26 -50
- cribl_control_plane/hectokens.py +8 -16
- cribl_control_plane/lakedatasets.py +48 -40
- cribl_control_plane/models/__init__.py +260 -393
- cribl_control_plane/models/cacheconnection.py +20 -0
- cribl_control_plane/models/configgroup.py +20 -1
- cribl_control_plane/models/configgroupcloud.py +11 -1
- cribl_control_plane/models/{getversionbranchop.py → countedlistbranchinfo.py} +2 -6
- cribl_control_plane/models/countedlistconfiggroup.py +20 -0
- cribl_control_plane/models/countedlistcribllakedataset.py +20 -0
- cribl_control_plane/models/countedlistdistributedsummary.py +20 -0
- cribl_control_plane/models/countedlistgitcommitsummary.py +20 -0
- cribl_control_plane/models/countedlistgitcountresult.py +20 -0
- cribl_control_plane/models/{createinputop.py → countedlistgitdiffresult.py} +5 -9
- cribl_control_plane/models/countedlistgitfilesresponse.py +20 -0
- cribl_control_plane/models/{getversioninfoop.py → countedlistgitinfo.py} +2 -6
- cribl_control_plane/models/countedlistgitlogresult.py +20 -0
- cribl_control_plane/models/countedlistgitrevertresult.py +20 -0
- cribl_control_plane/models/countedlistgitshowresult.py +20 -0
- cribl_control_plane/models/countedlistgitstatusresult.py +20 -0
- cribl_control_plane/models/{listinputop.py → countedlistinput.py} +2 -6
- cribl_control_plane/models/countedlistinputsplunkhec.py +20 -0
- cribl_control_plane/models/countedlistjobinfo.py +20 -0
- cribl_control_plane/models/countedlistmasterworkerentry.py +20 -0
- cribl_control_plane/models/countedlistnumber.py +19 -0
- cribl_control_plane/models/countedlistobject.py +19 -0
- cribl_control_plane/models/{listoutputop.py → countedlistoutput.py} +2 -6
- cribl_control_plane/models/{createoutputop.py → countedlistoutputsamplesresponse.py} +5 -9
- cribl_control_plane/models/countedlistoutputtestresponse.py +20 -0
- cribl_control_plane/models/countedlistpackinfo.py +20 -0
- cribl_control_plane/models/{createpacksop.py → countedlistpackinstallinfo.py} +2 -6
- cribl_control_plane/models/{listpipelineop.py → countedlistpipeline.py} +2 -6
- cribl_control_plane/models/{listroutesop.py → countedlistroutes.py} +2 -6
- cribl_control_plane/models/{createversionpushop.py → countedliststring.py} +2 -6
- cribl_control_plane/models/{createpipelineop.py → countedlistteamaccesscontrollist.py} +5 -9
- cribl_control_plane/models/countedlistuseraccesscontrollist.py +20 -0
- cribl_control_plane/models/createconfiggroupbyproductop.py +13 -21
- 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/cribllakedataset.py +15 -1
- cribl_control_plane/models/cribllakedatasetupdate.py +15 -1
- cribl_control_plane/models/datasetmetadata.py +11 -1
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -19
- 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/getconfiggroupaclbyproductandidop.py +20 -18
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -18
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -18
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -18
- cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +1 -20
- cribl_control_plane/models/getcribllakedatasetbylakeidop.py +1 -20
- 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 +11 -18
- 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 +20 -1
- cribl_control_plane/models/hbcriblinfo.py +11 -1
- cribl_control_plane/models/healthserverstatus.py +20 -1
- cribl_control_plane/models/input.py +2 -2
- cribl_control_plane/models/inputappscope.py +56 -1
- cribl_control_plane/models/inputazureblob.py +29 -1
- cribl_control_plane/models/inputcollection.py +20 -1
- cribl_control_plane/models/inputconfluentcloud.py +78 -1
- cribl_control_plane/models/inputcribl.py +20 -1
- cribl_control_plane/models/inputcriblhttp.py +62 -7
- cribl_control_plane/models/inputcribllakehttp.py +38 -1
- cribl_control_plane/models/inputcriblmetrics.py +20 -1
- cribl_control_plane/models/inputcribltcp.py +63 -1
- cribl_control_plane/models/inputcrowdstrike.py +47 -1
- cribl_control_plane/models/inputdatadogagent.py +38 -1
- cribl_control_plane/models/inputdatagen.py +20 -1
- cribl_control_plane/models/inputedgeprometheus.py +94 -1
- cribl_control_plane/models/inputelastic.py +65 -1
- cribl_control_plane/models/inputeventhub.py +58 -1
- cribl_control_plane/models/inputexec.py +29 -1
- cribl_control_plane/models/inputfile.py +40 -7
- cribl_control_plane/models/inputfirehose.py +38 -1
- cribl_control_plane/models/inputgooglepubsub.py +29 -1
- cribl_control_plane/models/inputgrafana.py +110 -1
- cribl_control_plane/models/inputhttp.py +38 -1
- cribl_control_plane/models/inputhttpraw.py +38 -1
- cribl_control_plane/models/inputjournalfiles.py +20 -1
- cribl_control_plane/models/inputkafka.py +74 -1
- cribl_control_plane/models/inputkinesis.py +65 -1
- cribl_control_plane/models/inputkubeevents.py +20 -1
- cribl_control_plane/models/inputkubelogs.py +29 -1
- cribl_control_plane/models/inputkubemetrics.py +29 -1
- cribl_control_plane/models/inputloki.py +47 -1
- cribl_control_plane/models/inputmetrics.py +38 -1
- cribl_control_plane/models/inputmodeldriventelemetry.py +38 -1
- cribl_control_plane/models/inputmsk.py +74 -1
- cribl_control_plane/models/inputnetflow.py +20 -1
- cribl_control_plane/models/inputoffice365mgmt.py +56 -1
- cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
- cribl_control_plane/models/inputoffice365service.py +56 -1
- cribl_control_plane/models/inputopentelemetry.py +65 -1
- cribl_control_plane/models/inputprometheus.py +87 -1
- cribl_control_plane/models/inputprometheusrw.py +47 -1
- cribl_control_plane/models/inputrawudp.py +20 -1
- cribl_control_plane/models/inputs3.py +38 -1
- cribl_control_plane/models/inputs3inventory.py +47 -1
- cribl_control_plane/models/inputsecuritylake.py +47 -1
- cribl_control_plane/models/inputsnmp.py +29 -1
- cribl_control_plane/models/inputsplunk.py +56 -1
- cribl_control_plane/models/inputsplunkhec.py +47 -1
- cribl_control_plane/models/inputsplunksearch.py +56 -1
- cribl_control_plane/models/inputsqs.py +47 -1
- cribl_control_plane/models/inputsyslog.py +74 -1
- cribl_control_plane/models/inputsystemmetrics.py +92 -1
- cribl_control_plane/models/inputsystemstate.py +29 -1
- cribl_control_plane/models/inputtcp.py +47 -1
- cribl_control_plane/models/inputtcpjson.py +47 -1
- cribl_control_plane/models/inputwef.py +65 -1
- cribl_control_plane/models/inputwindowsmetrics.py +83 -1
- cribl_control_plane/models/inputwineventlogs.py +38 -1
- cribl_control_plane/models/inputwiz.py +38 -1
- cribl_control_plane/models/inputwizwebhook.py +38 -1
- cribl_control_plane/models/inputzscalerhec.py +47 -1
- cribl_control_plane/models/jobinfo.py +10 -4
- cribl_control_plane/models/jobstatus.py +34 -3
- cribl_control_plane/models/lakedatasetmetrics.py +17 -0
- cribl_control_plane/models/listconfiggroupbyproductop.py +11 -18
- cribl_control_plane/models/listmasterworkerentryop.py +1 -19
- cribl_control_plane/models/masterworkerentry.py +11 -1
- cribl_control_plane/models/nodeupgradestatus.py +38 -0
- cribl_control_plane/models/output.py +13 -13
- cribl_control_plane/models/outputazureblob.py +83 -1
- cribl_control_plane/models/outputazuredataexplorer.py +148 -1
- cribl_control_plane/models/outputazureeventhub.py +98 -1
- cribl_control_plane/models/outputazurelogs.py +56 -1
- cribl_control_plane/models/outputchronicle.py +56 -1
- cribl_control_plane/models/outputclickhouse.py +92 -1
- cribl_control_plane/models/outputcloudwatch.py +47 -1
- cribl_control_plane/models/outputconfluentcloud.py +125 -1
- cribl_control_plane/models/outputcriblhttp.py +97 -1
- cribl_control_plane/models/outputcribllake.py +76 -1
- cribl_control_plane/models/outputcribltcp.py +99 -1
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +67 -1
- cribl_control_plane/models/outputdatabricks.py +69 -5
- cribl_control_plane/models/outputdatadog.py +83 -1
- cribl_control_plane/models/outputdataset.py +74 -1
- cribl_control_plane/models/outputdiskspool.py +11 -1
- cribl_control_plane/models/outputdls3.py +110 -1
- cribl_control_plane/models/outputdynatracehttp.py +92 -1
- cribl_control_plane/models/outputdynatraceotlp.py +92 -1
- cribl_control_plane/models/outputelastic.py +74 -1
- cribl_control_plane/models/outputelasticcloud.py +56 -1
- cribl_control_plane/models/outputexabeam.py +47 -1
- cribl_control_plane/models/outputfilesystem.py +65 -1
- cribl_control_plane/models/outputgooglechronicle.py +83 -1
- cribl_control_plane/models/outputgooglecloudlogging.py +65 -1
- cribl_control_plane/models/outputgooglecloudstorage.py +101 -1
- cribl_control_plane/models/outputgooglepubsub.py +47 -1
- cribl_control_plane/models/outputgrafanacloud.py +146 -1
- cribl_control_plane/models/outputgraphite.py +47 -1
- cribl_control_plane/models/outputhoneycomb.py +56 -1
- cribl_control_plane/models/outputhumiohec.py +65 -1
- cribl_control_plane/models/outputinfluxdb.py +65 -1
- cribl_control_plane/models/outputkafka.py +121 -1
- cribl_control_plane/models/outputkinesis.py +65 -1
- cribl_control_plane/models/outputloki.py +65 -1
- cribl_control_plane/models/outputminio.py +110 -1
- cribl_control_plane/models/outputmsk.py +121 -1
- cribl_control_plane/models/outputnewrelic.py +74 -1
- cribl_control_plane/models/outputnewrelicevents.py +65 -1
- cribl_control_plane/models/outputopentelemetry.py +110 -1
- cribl_control_plane/models/outputprometheus.py +56 -1
- cribl_control_plane/models/outputring.py +29 -1
- cribl_control_plane/models/outputs3.py +110 -1
- cribl_control_plane/models/outputsecuritylake.py +85 -1
- cribl_control_plane/models/outputsentinel.py +74 -1
- cribl_control_plane/models/outputsentineloneaisiem.py +74 -1
- cribl_control_plane/models/outputservicenow.py +101 -1
- cribl_control_plane/models/outputsignalfx.py +56 -1
- cribl_control_plane/models/outputsns.py +56 -1
- cribl_control_plane/models/outputsplunk.py +92 -1
- cribl_control_plane/models/outputsplunkhec.py +149 -1
- cribl_control_plane/models/outputsplunklb.py +121 -1
- cribl_control_plane/models/outputsqs.py +65 -1
- cribl_control_plane/models/outputstatsd.py +47 -1
- cribl_control_plane/models/outputstatsdext.py +47 -1
- cribl_control_plane/models/outputsumologic.py +56 -1
- cribl_control_plane/models/outputsyslog.py +110 -1
- cribl_control_plane/models/outputtcpjson.py +83 -1
- cribl_control_plane/models/outputwavefront.py +56 -1
- cribl_control_plane/models/outputwebhook.py +92 -1
- cribl_control_plane/models/outputxsiam.py +56 -1
- cribl_control_plane/models/resourcepolicy.py +11 -0
- cribl_control_plane/models/runnablejobcollection.py +64 -1
- cribl_control_plane/models/runnablejobexecutor.py +24 -1
- cribl_control_plane/models/runnablejobscheduledsearch.py +15 -1
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -18
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -19
- cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +1 -20
- 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 +8 -12
- cribl_control_plane/packs.py +20 -20
- cribl_control_plane/pipelines.py +20 -20
- cribl_control_plane/routes_sdk.py +16 -20
- cribl_control_plane/samples.py +8 -8
- cribl_control_plane/sdk.py +2 -2
- cribl_control_plane/sources.py +20 -20
- cribl_control_plane/statuses.py +4 -4
- cribl_control_plane/summaries.py +8 -4
- cribl_control_plane/teams.py +4 -4
- cribl_control_plane/versions_configs.py +4 -4
- {cribl_control_plane-0.2.1rc4.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/METADATA +25 -7
- cribl_control_plane-0.2.1rc11.dist-info/RECORD +350 -0
- cribl_control_plane-0.2.1rc4.dist-info/RECORD +0 -331
- {cribl_control_plane-0.2.1rc4.dist-info → cribl_control_plane-0.2.1rc11.dist-info}/WHEEL +0 -0
|
@@ -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 CountedListRoutesTypedDict(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 CountedListRoutes(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 CountedListstringTypedDict(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 CountedListstring(BaseModel):
|
|
20
16
|
count: Optional[int] = None
|
|
21
17
|
r"""number of items present in the items array"""
|
|
22
18
|
|
|
@@ -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 .teamaccesscontrollist import TeamAccessControlList, TeamAccessControlListTypedDict
|
|
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 Pipelines objects"""
|
|
12
|
-
|
|
10
|
+
class CountedListTeamAccessControlListTypedDict(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[TeamAccessControlListTypedDict]]
|
|
17
14
|
|
|
18
|
-
class CreatePipelineResponse(BaseModel):
|
|
19
|
-
r"""a list of Pipelines objects"""
|
|
20
15
|
|
|
16
|
+
class CountedListTeamAccessControlList(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[TeamAccessControlList]] = None
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from .useraccesscontrollist import UserAccessControlList, UserAccessControlListTypedDict
|
|
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 CountedListUserAccessControlListTypedDict(TypedDict):
|
|
11
|
+
count: NotRequired[int]
|
|
12
|
+
r"""number of items present in the items array"""
|
|
13
|
+
items: NotRequired[List[UserAccessControlListTypedDict]]
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class CountedListUserAccessControlList(BaseModel):
|
|
17
|
+
count: Optional[int] = None
|
|
18
|
+
r"""number of items present in the items array"""
|
|
19
|
+
|
|
20
|
+
items: Optional[List[UserAccessControlList]] = None
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
4
|
from .groupcreaterequest import GroupCreateRequest, GroupCreateRequestTypedDict
|
|
6
5
|
from .productscore import ProductsCore
|
|
6
|
+
from cribl_control_plane import models
|
|
7
7
|
from cribl_control_plane.types import BaseModel
|
|
8
8
|
from cribl_control_plane.utils import (
|
|
9
9
|
FieldMetadata,
|
|
@@ -11,14 +11,14 @@ from cribl_control_plane.utils import (
|
|
|
11
11
|
RequestMetadata,
|
|
12
12
|
validate_open_enum,
|
|
13
13
|
)
|
|
14
|
+
from pydantic import field_serializer
|
|
14
15
|
from pydantic.functional_validators import PlainValidator
|
|
15
|
-
from
|
|
16
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
16
|
+
from typing_extensions import Annotated, TypedDict
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class CreateConfigGroupByProductRequestTypedDict(TypedDict):
|
|
20
20
|
product: ProductsCore
|
|
21
|
-
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
21
|
+
r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
22
22
|
group_create_request: GroupCreateRequestTypedDict
|
|
23
23
|
r"""GroupCreateRequest object"""
|
|
24
24
|
|
|
@@ -28,7 +28,7 @@ class CreateConfigGroupByProductRequest(BaseModel):
|
|
|
28
28
|
Annotated[ProductsCore, PlainValidator(validate_open_enum(False))],
|
|
29
29
|
FieldMetadata(path=PathParamMetadata(style="simple", explode=False)),
|
|
30
30
|
]
|
|
31
|
-
r"""Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
31
|
+
r"""required Name of the Cribl product to add the Worker Group or Edge Fleet to."""
|
|
32
32
|
|
|
33
33
|
group_create_request: Annotated[
|
|
34
34
|
GroupCreateRequest,
|
|
@@ -36,19 +36,11 @@ class CreateConfigGroupByProductRequest(BaseModel):
|
|
|
36
36
|
]
|
|
37
37
|
r"""GroupCreateRequest object"""
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
class CreateConfigGroupByProductResponse(BaseModel):
|
|
49
|
-
r"""a list of ConfigGroup objects"""
|
|
50
|
-
|
|
51
|
-
count: Optional[int] = None
|
|
52
|
-
r"""number of items present in the items array"""
|
|
53
|
-
|
|
54
|
-
items: Optional[List[ConfigGroup]] = None
|
|
39
|
+
@field_serializer("product")
|
|
40
|
+
def serialize_product(self, value):
|
|
41
|
+
if isinstance(value, str):
|
|
42
|
+
try:
|
|
43
|
+
return models.ProductsCore(value)
|
|
44
|
+
except ValueError:
|
|
45
|
+
return value
|
|
46
|
+
return value
|
|
@@ -5,8 +5,7 @@ from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
|
|
|
5
5
|
from cribl_control_plane.types import BaseModel
|
|
6
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
7
7
|
import pydantic
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
8
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
class CreateCriblLakeDatasetByLakeIDRequestTypedDict(TypedDict):
|
|
@@ -29,20 +28,3 @@ class CreateCriblLakeDatasetByLakeIDRequest(BaseModel):
|
|
|
29
28
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
30
29
|
]
|
|
31
30
|
r"""CriblLakeDataset object"""
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
class CreateCriblLakeDatasetByLakeIDResponseTypedDict(TypedDict):
|
|
35
|
-
r"""a list of CriblLakeDataset objects"""
|
|
36
|
-
|
|
37
|
-
count: NotRequired[int]
|
|
38
|
-
r"""number of items present in the items array"""
|
|
39
|
-
items: NotRequired[List[CriblLakeDatasetTypedDict]]
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
class CreateCriblLakeDatasetByLakeIDResponse(BaseModel):
|
|
43
|
-
r"""a list of CriblLakeDataset objects"""
|
|
44
|
-
|
|
45
|
-
count: Optional[int] = None
|
|
46
|
-
r"""number of items present in the items array"""
|
|
47
|
-
|
|
48
|
-
items: Optional[List[CriblLakeDataset]] = None
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .addhectokenrequest import AddHecTokenRequest, AddHecTokenRequestTypedDict
|
|
5
|
-
from .inputsplunkhec import InputSplunkHec, InputSplunkHecTypedDict
|
|
6
5
|
from cribl_control_plane.types import BaseModel
|
|
7
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
class CreateInputHecTokenByIDRequestTypedDict(TypedDict):
|
|
@@ -27,20 +25,3 @@ class CreateInputHecTokenByIDRequest(BaseModel):
|
|
|
27
25
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
28
26
|
]
|
|
29
27
|
r"""AddHecTokenRequest object"""
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class CreateInputHecTokenByIDResponseTypedDict(TypedDict):
|
|
33
|
-
r"""a list of InputSplunkHec objects"""
|
|
34
|
-
|
|
35
|
-
count: NotRequired[int]
|
|
36
|
-
r"""number of items present in the items array"""
|
|
37
|
-
items: NotRequired[List[InputSplunkHecTypedDict]]
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
class CreateInputHecTokenByIDResponse(BaseModel):
|
|
41
|
-
r"""a list of InputSplunkHec objects"""
|
|
42
|
-
|
|
43
|
-
count: Optional[int] = None
|
|
44
|
-
r"""number of items present in the items array"""
|
|
45
|
-
|
|
46
|
-
items: Optional[List[InputSplunkHec]] = None
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .outputtestrequest import OutputTestRequest, OutputTestRequestTypedDict
|
|
5
|
-
from .outputtestresponse import OutputTestResponse, OutputTestResponseTypedDict
|
|
6
5
|
from cribl_control_plane.types import BaseModel
|
|
7
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
class CreateOutputTestByIDRequestTypedDict(TypedDict):
|
|
@@ -27,20 +25,3 @@ class CreateOutputTestByIDRequest(BaseModel):
|
|
|
27
25
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
28
26
|
]
|
|
29
27
|
r"""OutputTestRequest object"""
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class CreateOutputTestByIDResponseTypedDict(TypedDict):
|
|
33
|
-
r"""a list of OutputTestResponse objects"""
|
|
34
|
-
|
|
35
|
-
count: NotRequired[int]
|
|
36
|
-
r"""number of items present in the items array"""
|
|
37
|
-
items: NotRequired[List[OutputTestResponseTypedDict]]
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
class CreateOutputTestByIDResponse(BaseModel):
|
|
41
|
-
r"""a list of OutputTestResponse objects"""
|
|
42
|
-
|
|
43
|
-
count: Optional[int] = None
|
|
44
|
-
r"""number of items present in the items array"""
|
|
45
|
-
|
|
46
|
-
items: Optional[List[OutputTestResponse]] = None
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
5
|
-
from .routes import Routes, RoutesTypedDict
|
|
6
5
|
from cribl_control_plane.types import BaseModel
|
|
7
6
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata, RequestMetadata
|
|
8
|
-
from typing import List
|
|
9
|
-
from typing_extensions import Annotated,
|
|
7
|
+
from typing import List
|
|
8
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
class CreateRoutesAppendByIDRequestTypedDict(TypedDict):
|
|
@@ -27,20 +26,3 @@ class CreateRoutesAppendByIDRequest(BaseModel):
|
|
|
27
26
|
FieldMetadata(request=RequestMetadata(media_type="application/json")),
|
|
28
27
|
]
|
|
29
28
|
r"""RouteDefinitions object"""
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class CreateRoutesAppendByIDResponseTypedDict(TypedDict):
|
|
33
|
-
r"""a list of Routes objects"""
|
|
34
|
-
|
|
35
|
-
count: NotRequired[int]
|
|
36
|
-
r"""number of items present in the items array"""
|
|
37
|
-
items: NotRequired[List[RoutesTypedDict]]
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
class CreateRoutesAppendByIDResponse(BaseModel):
|
|
41
|
-
r"""a list of Routes objects"""
|
|
42
|
-
|
|
43
|
-
count: Optional[int] = None
|
|
44
|
-
r"""number of items present in the items array"""
|
|
45
|
-
|
|
46
|
-
items: Optional[List[Routes]] = None
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .gitcommitparams import GitCommitParams, GitCommitParamsTypedDict
|
|
5
|
-
from .gitcommitsummary import GitCommitSummary, GitCommitSummaryTypedDict
|
|
6
5
|
from cribl_control_plane.types import BaseModel
|
|
7
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata, RequestMetadata
|
|
8
7
|
import pydantic
|
|
9
|
-
from typing import
|
|
8
|
+
from typing import Optional
|
|
10
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
11
10
|
|
|
12
11
|
|
|
@@ -30,20 +29,3 @@ class CreateVersionCommitRequest(BaseModel):
|
|
|
30
29
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
31
30
|
] = None
|
|
32
31
|
r"""The <code>id</code> of the Worker Group or Edge Fleet to create a new commit for."""
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
class CreateVersionCommitResponseTypedDict(TypedDict):
|
|
36
|
-
r"""a list of GitCommitSummary objects"""
|
|
37
|
-
|
|
38
|
-
count: NotRequired[int]
|
|
39
|
-
r"""number of items present in the items array"""
|
|
40
|
-
items: NotRequired[List[GitCommitSummaryTypedDict]]
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
class CreateVersionCommitResponse(BaseModel):
|
|
44
|
-
r"""a list of GitCommitSummary objects"""
|
|
45
|
-
|
|
46
|
-
count: Optional[int] = None
|
|
47
|
-
r"""number of items present in the items array"""
|
|
48
|
-
|
|
49
|
-
items: Optional[List[GitCommitSummary]] = None
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .gitrevertparams import GitRevertParams, GitRevertParamsTypedDict
|
|
5
|
-
from .gitrevertresult import GitRevertResult, GitRevertResultTypedDict
|
|
6
5
|
from cribl_control_plane.types import BaseModel
|
|
7
6
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata, RequestMetadata
|
|
8
7
|
import pydantic
|
|
9
|
-
from typing import
|
|
8
|
+
from typing import Optional
|
|
10
9
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
11
10
|
|
|
12
11
|
|
|
@@ -30,20 +29,3 @@ class CreateVersionRevertRequest(BaseModel):
|
|
|
30
29
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
31
30
|
] = None
|
|
32
31
|
r"""The <code>id</code> of the Worker Group or Edge Fleet to revert the commit for. Required in Distributed deployments. Omit in Single-instance deployments."""
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
class CreateVersionRevertResponseTypedDict(TypedDict):
|
|
36
|
-
r"""a list of GitRevertResult objects"""
|
|
37
|
-
|
|
38
|
-
count: NotRequired[int]
|
|
39
|
-
r"""number of items present in the items array"""
|
|
40
|
-
items: NotRequired[List[GitRevertResultTypedDict]]
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
class CreateVersionRevertResponse(BaseModel):
|
|
44
|
-
r"""a list of GitRevertResult objects"""
|
|
45
|
-
|
|
46
|
-
count: Optional[int] = None
|
|
47
|
-
r"""number of items present in the items array"""
|
|
48
|
-
|
|
49
|
-
items: Optional[List[GitRevertResult]] = None
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from cribl_control_plane.types import BaseModel
|
|
5
5
|
from cribl_control_plane.utils import FieldMetadata, QueryParamMetadata
|
|
6
6
|
import pydantic
|
|
7
|
-
from typing import
|
|
7
|
+
from typing import Optional
|
|
8
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
9
9
|
|
|
10
10
|
|
|
@@ -20,20 +20,3 @@ class CreateVersionUndoRequest(BaseModel):
|
|
|
20
20
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
21
21
|
] = None
|
|
22
22
|
r"""The <code>id</code> of the Worker Group or Edge Fleet to undo the uncommited changes for."""
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
class CreateVersionUndoResponseTypedDict(TypedDict):
|
|
26
|
-
r"""a list of object objects"""
|
|
27
|
-
|
|
28
|
-
count: NotRequired[int]
|
|
29
|
-
r"""number of items present in the items array"""
|
|
30
|
-
items: NotRequired[List[Dict[str, Any]]]
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class CreateVersionUndoResponse(BaseModel):
|
|
34
|
-
r"""a list of object objects"""
|
|
35
|
-
|
|
36
|
-
count: Optional[int] = None
|
|
37
|
-
r"""number of items present in the items array"""
|
|
38
|
-
|
|
39
|
-
items: Optional[List[Dict[str, Any]]] = None
|
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
5
|
+
from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
|
|
5
6
|
from .lakedatasetsearchconfig import (
|
|
6
7
|
LakeDatasetSearchConfig,
|
|
7
8
|
LakeDatasetSearchConfigTypedDict,
|
|
8
9
|
)
|
|
9
|
-
from cribl_control_plane import utils
|
|
10
|
+
from cribl_control_plane import models, utils
|
|
10
11
|
from cribl_control_plane.types import BaseModel
|
|
11
12
|
from cribl_control_plane.utils import validate_open_enum
|
|
12
13
|
from enum import Enum
|
|
13
14
|
import pydantic
|
|
15
|
+
from pydantic import field_serializer
|
|
14
16
|
from pydantic.functional_validators import PlainValidator
|
|
15
17
|
from typing import List, Optional
|
|
16
18
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -31,6 +33,7 @@ class CriblLakeDatasetTypedDict(TypedDict):
|
|
|
31
33
|
description: NotRequired[str]
|
|
32
34
|
format_: NotRequired[CriblLakeDatasetFormat]
|
|
33
35
|
http_da_used: NotRequired[bool]
|
|
36
|
+
metrics: NotRequired[LakeDatasetMetricsTypedDict]
|
|
34
37
|
retention_period_in_days: NotRequired[float]
|
|
35
38
|
search_config: NotRequired[LakeDatasetSearchConfigTypedDict]
|
|
36
39
|
storage_location_id: NotRequired[str]
|
|
@@ -65,6 +68,8 @@ class CriblLakeDataset(BaseModel):
|
|
|
65
68
|
|
|
66
69
|
http_da_used: Annotated[Optional[bool], pydantic.Field(alias="httpDAUsed")] = None
|
|
67
70
|
|
|
71
|
+
metrics: Optional[LakeDatasetMetrics] = None
|
|
72
|
+
|
|
68
73
|
retention_period_in_days: Annotated[
|
|
69
74
|
Optional[float], pydantic.Field(alias="retentionPeriodInDays")
|
|
70
75
|
] = None
|
|
@@ -78,3 +83,12 @@ class CriblLakeDataset(BaseModel):
|
|
|
78
83
|
] = None
|
|
79
84
|
|
|
80
85
|
view_name: Annotated[Optional[str], pydantic.Field(alias="viewName")] = None
|
|
86
|
+
|
|
87
|
+
@field_serializer("format_")
|
|
88
|
+
def serialize_format_(self, value):
|
|
89
|
+
if isinstance(value, str):
|
|
90
|
+
try:
|
|
91
|
+
return models.CriblLakeDatasetFormat(value)
|
|
92
|
+
except ValueError:
|
|
93
|
+
return value
|
|
94
|
+
return value
|
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
5
|
+
from .lakedatasetmetrics import LakeDatasetMetrics, LakeDatasetMetricsTypedDict
|
|
5
6
|
from .lakedatasetsearchconfig import (
|
|
6
7
|
LakeDatasetSearchConfig,
|
|
7
8
|
LakeDatasetSearchConfigTypedDict,
|
|
8
9
|
)
|
|
9
|
-
from cribl_control_plane import utils
|
|
10
|
+
from cribl_control_plane import models, utils
|
|
10
11
|
from cribl_control_plane.types import BaseModel
|
|
11
12
|
from cribl_control_plane.utils import validate_open_enum
|
|
12
13
|
from enum import Enum
|
|
13
14
|
import pydantic
|
|
15
|
+
from pydantic import field_serializer
|
|
14
16
|
from pydantic.functional_validators import PlainValidator
|
|
15
17
|
from typing import List, Optional
|
|
16
18
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -31,6 +33,7 @@ class CriblLakeDatasetUpdateTypedDict(TypedDict):
|
|
|
31
33
|
format_: NotRequired[CriblLakeDatasetUpdateFormat]
|
|
32
34
|
http_da_used: NotRequired[bool]
|
|
33
35
|
id: NotRequired[str]
|
|
36
|
+
metrics: NotRequired[LakeDatasetMetricsTypedDict]
|
|
34
37
|
retention_period_in_days: NotRequired[float]
|
|
35
38
|
search_config: NotRequired[LakeDatasetSearchConfigTypedDict]
|
|
36
39
|
storage_location_id: NotRequired[str]
|
|
@@ -66,6 +69,8 @@ class CriblLakeDatasetUpdate(BaseModel):
|
|
|
66
69
|
|
|
67
70
|
id: Optional[str] = None
|
|
68
71
|
|
|
72
|
+
metrics: Optional[LakeDatasetMetrics] = None
|
|
73
|
+
|
|
69
74
|
retention_period_in_days: Annotated[
|
|
70
75
|
Optional[float], pydantic.Field(alias="retentionPeriodInDays")
|
|
71
76
|
] = None
|
|
@@ -79,3 +84,12 @@ class CriblLakeDatasetUpdate(BaseModel):
|
|
|
79
84
|
] = None
|
|
80
85
|
|
|
81
86
|
view_name: Annotated[Optional[str], pydantic.Field(alias="viewName")] = None
|
|
87
|
+
|
|
88
|
+
@field_serializer("format_")
|
|
89
|
+
def serialize_format_(self, value):
|
|
90
|
+
if isinstance(value, str):
|
|
91
|
+
try:
|
|
92
|
+
return models.CriblLakeDatasetUpdateFormat(value)
|
|
93
|
+
except ValueError:
|
|
94
|
+
return value
|
|
95
|
+
return value
|
|
@@ -5,11 +5,12 @@ from .datasetmetadataruninfo import (
|
|
|
5
5
|
DatasetMetadataRunInfo,
|
|
6
6
|
DatasetMetadataRunInfoTypedDict,
|
|
7
7
|
)
|
|
8
|
-
from cribl_control_plane import utils
|
|
8
|
+
from cribl_control_plane import models, utils
|
|
9
9
|
from cribl_control_plane.types import BaseModel
|
|
10
10
|
from cribl_control_plane.utils import validate_open_enum
|
|
11
11
|
from enum import Enum
|
|
12
12
|
import pydantic
|
|
13
|
+
from pydantic import field_serializer
|
|
13
14
|
from pydantic.functional_validators import PlainValidator
|
|
14
15
|
from typing import List, Optional
|
|
15
16
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -43,3 +44,12 @@ class DatasetMetadata(BaseModel):
|
|
|
43
44
|
latest_run_info: Annotated[
|
|
44
45
|
Optional[DatasetMetadataRunInfo], pydantic.Field(alias="latestRunInfo")
|
|
45
46
|
] = None
|
|
47
|
+
|
|
48
|
+
@field_serializer("scan_mode")
|
|
49
|
+
def serialize_scan_mode(self, value):
|
|
50
|
+
if isinstance(value, str):
|
|
51
|
+
try:
|
|
52
|
+
return models.ScanMode(value)
|
|
53
|
+
except ValueError:
|
|
54
|
+
return value
|
|
55
|
+
return value
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
4
|
from .productscore import ProductsCore
|
|
5
|
+
from cribl_control_plane import models
|
|
6
6
|
from cribl_control_plane.types import BaseModel
|
|
7
7
|
from cribl_control_plane.utils import (
|
|
8
8
|
FieldMetadata,
|
|
9
9
|
PathParamMetadata,
|
|
10
10
|
validate_open_enum,
|
|
11
11
|
)
|
|
12
|
+
from pydantic import field_serializer
|
|
12
13
|
from pydantic.functional_validators import PlainValidator
|
|
13
|
-
from
|
|
14
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
14
|
+
from typing_extensions import Annotated, TypedDict
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class DeleteConfigGroupByProductAndIDRequestTypedDict(TypedDict):
|
|
@@ -33,19 +33,11 @@ class DeleteConfigGroupByProductAndIDRequest(BaseModel):
|
|
|
33
33
|
]
|
|
34
34
|
r"""The <code>id</code> of the Worker Group or Edge Fleet to delete."""
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
class DeleteConfigGroupByProductAndIDResponse(BaseModel):
|
|
46
|
-
r"""a list of ConfigGroup objects"""
|
|
47
|
-
|
|
48
|
-
count: Optional[int] = None
|
|
49
|
-
r"""number of items present in the items array"""
|
|
50
|
-
|
|
51
|
-
items: Optional[List[ConfigGroup]] = None
|
|
36
|
+
@field_serializer("product")
|
|
37
|
+
def serialize_product(self, value):
|
|
38
|
+
if isinstance(value, str):
|
|
39
|
+
try:
|
|
40
|
+
return models.ProductsCore(value)
|
|
41
|
+
except ValueError:
|
|
42
|
+
return value
|
|
43
|
+
return value
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .cribllakedataset import CriblLakeDataset, CriblLakeDatasetTypedDict
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
5
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
|
|
7
6
|
import pydantic
|
|
8
|
-
from
|
|
9
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
7
|
+
from typing_extensions import Annotated, TypedDict
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
class DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict(TypedDict):
|
|
@@ -28,20 +26,3 @@ class DeleteCriblLakeDatasetByLakeIDAndIDRequest(BaseModel):
|
|
|
28
26
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
29
27
|
]
|
|
30
28
|
r"""The <code>id</code> of the Lake Dataset 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
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .input import Input, InputTypedDict
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
5
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
|
|
7
|
-
from
|
|
8
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
6
|
+
from typing_extensions import Annotated, TypedDict
|
|
9
7
|
|
|
10
8
|
|
|
11
9
|
class DeleteInputByIDRequestTypedDict(TypedDict):
|
|
@@ -18,20 +16,3 @@ class DeleteInputByIDRequest(BaseModel):
|
|
|
18
16
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
17
|
]
|
|
20
18
|
r"""The <code>id</code> of the Source to delete."""
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
class DeleteInputByIDResponseTypedDict(TypedDict):
|
|
24
|
-
r"""a list of Source objects"""
|
|
25
|
-
|
|
26
|
-
count: NotRequired[int]
|
|
27
|
-
r"""number of items present in the items array"""
|
|
28
|
-
items: NotRequired[List[InputTypedDict]]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class DeleteInputByIDResponse(BaseModel):
|
|
32
|
-
r"""a list of Source objects"""
|
|
33
|
-
|
|
34
|
-
count: Optional[int] = None
|
|
35
|
-
r"""number of items present in the items array"""
|
|
36
|
-
|
|
37
|
-
items: Optional[List[Input]] = None
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from .output import Output, OutputTypedDict
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
5
|
from cribl_control_plane.utils import FieldMetadata, PathParamMetadata
|
|
7
|
-
from
|
|
8
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
6
|
+
from typing_extensions import Annotated, TypedDict
|
|
9
7
|
|
|
10
8
|
|
|
11
9
|
class DeleteOutputByIDRequestTypedDict(TypedDict):
|
|
@@ -18,20 +16,3 @@ class DeleteOutputByIDRequest(BaseModel):
|
|
|
18
16
|
str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
|
|
19
17
|
]
|
|
20
18
|
r"""The <code>id</code> of the Destination to delete."""
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
class DeleteOutputByIDResponseTypedDict(TypedDict):
|
|
24
|
-
r"""a list of Destination objects"""
|
|
25
|
-
|
|
26
|
-
count: NotRequired[int]
|
|
27
|
-
r"""number of items present in the items array"""
|
|
28
|
-
items: NotRequired[List[OutputTypedDict]]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class DeleteOutputByIDResponse(BaseModel):
|
|
32
|
-
r"""a list of Destination objects"""
|
|
33
|
-
|
|
34
|
-
count: Optional[int] = None
|
|
35
|
-
r"""number of items present in the items array"""
|
|
36
|
-
|
|
37
|
-
items: Optional[List[Output]] = None
|