cribl-control-plane 0.0.48a1__py3-none-any.whl → 0.0.50__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 +6 -4
- cribl_control_plane/errors/healthstatus_error.py +2 -8
- cribl_control_plane/httpclient.py +0 -1
- cribl_control_plane/models/__init__.py +12 -12
- cribl_control_plane/models/appmode.py +13 -0
- cribl_control_plane/models/cacheconnection.py +2 -10
- cribl_control_plane/models/cacheconnectionbackfillstatus.py +1 -2
- cribl_control_plane/models/cloudprovider.py +1 -2
- cribl_control_plane/models/configgroup.py +2 -7
- cribl_control_plane/models/configgroupcloud.py +2 -6
- cribl_control_plane/models/createconfiggroupbyproductop.py +2 -8
- cribl_control_plane/models/cribllakedataset.py +2 -8
- cribl_control_plane/models/datasetmetadata.py +2 -8
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +2 -7
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +2 -4
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +2 -4
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +1 -3
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +2 -7
- cribl_control_plane/models/getsummaryop.py +2 -7
- cribl_control_plane/models/hbcriblinfo.py +3 -19
- cribl_control_plane/models/healthstatus.py +4 -7
- cribl_control_plane/models/heartbeatmetadata.py +0 -3
- cribl_control_plane/models/inputappscope.py +14 -34
- cribl_control_plane/models/inputazureblob.py +6 -17
- cribl_control_plane/models/inputcollection.py +4 -11
- cribl_control_plane/models/inputconfluentcloud.py +20 -47
- cribl_control_plane/models/inputcribl.py +4 -11
- cribl_control_plane/models/inputcriblhttp.py +8 -23
- cribl_control_plane/models/inputcribllakehttp.py +10 -22
- cribl_control_plane/models/inputcriblmetrics.py +4 -12
- cribl_control_plane/models/inputcribltcp.py +8 -23
- cribl_control_plane/models/inputcrowdstrike.py +10 -26
- cribl_control_plane/models/inputdatadogagent.py +8 -24
- cribl_control_plane/models/inputdatagen.py +4 -11
- cribl_control_plane/models/inputedgeprometheus.py +24 -58
- cribl_control_plane/models/inputelastic.py +14 -40
- cribl_control_plane/models/inputeventhub.py +6 -15
- cribl_control_plane/models/inputexec.py +6 -14
- cribl_control_plane/models/inputfile.py +6 -15
- cribl_control_plane/models/inputfirehose.py +8 -23
- cribl_control_plane/models/inputgooglepubsub.py +6 -19
- cribl_control_plane/models/inputgrafana.py +24 -67
- cribl_control_plane/models/inputhttp.py +8 -23
- cribl_control_plane/models/inputhttpraw.py +8 -23
- cribl_control_plane/models/inputjournalfiles.py +4 -12
- cribl_control_plane/models/inputkafka.py +16 -46
- cribl_control_plane/models/inputkinesis.py +14 -38
- cribl_control_plane/models/inputkubeevents.py +4 -11
- cribl_control_plane/models/inputkubelogs.py +8 -16
- cribl_control_plane/models/inputkubemetrics.py +8 -16
- cribl_control_plane/models/inputloki.py +10 -29
- cribl_control_plane/models/inputmetrics.py +8 -23
- cribl_control_plane/models/inputmodeldriventelemetry.py +10 -32
- cribl_control_plane/models/inputmsk.py +18 -53
- cribl_control_plane/models/inputnetflow.py +4 -11
- cribl_control_plane/models/inputoffice365mgmt.py +14 -33
- cribl_control_plane/models/inputoffice365msgtrace.py +16 -35
- cribl_control_plane/models/inputoffice365service.py +16 -35
- cribl_control_plane/models/inputopentelemetry.py +16 -38
- cribl_control_plane/models/inputprometheus.py +18 -50
- cribl_control_plane/models/inputprometheusrw.py +10 -30
- cribl_control_plane/models/inputrawudp.py +4 -11
- cribl_control_plane/models/inputs3.py +8 -21
- cribl_control_plane/models/inputs3inventory.py +10 -26
- cribl_control_plane/models/inputsecuritylake.py +10 -27
- cribl_control_plane/models/inputsnmp.py +6 -16
- cribl_control_plane/models/inputsplunk.py +12 -33
- cribl_control_plane/models/inputsplunkhec.py +10 -29
- cribl_control_plane/models/inputsplunksearch.py +14 -33
- cribl_control_plane/models/inputsqs.py +10 -27
- cribl_control_plane/models/inputsyslog.py +16 -43
- cribl_control_plane/models/inputsystemmetrics.py +24 -48
- cribl_control_plane/models/inputsystemstate.py +8 -16
- cribl_control_plane/models/inputtcp.py +10 -29
- cribl_control_plane/models/inputtcpjson.py +10 -29
- cribl_control_plane/models/inputwef.py +14 -37
- cribl_control_plane/models/inputwindowsmetrics.py +24 -44
- cribl_control_plane/models/inputwineventlogs.py +10 -20
- cribl_control_plane/models/inputwiz.py +8 -21
- cribl_control_plane/models/inputwizwebhook.py +8 -23
- cribl_control_plane/models/inputzscalerhec.py +10 -29
- cribl_control_plane/models/lakehouseconnectiontype.py +1 -2
- cribl_control_plane/models/listconfiggroupbyproductop.py +1 -3
- cribl_control_plane/models/masterworkerentry.py +2 -7
- cribl_control_plane/models/nodeactiveupgradestatus.py +1 -2
- cribl_control_plane/models/nodefailedupgradestatus.py +1 -2
- cribl_control_plane/models/nodeprovidedinfo.py +0 -3
- cribl_control_plane/models/nodeskippedupgradestatus.py +1 -2
- cribl_control_plane/models/nodeupgradestate.py +1 -2
- cribl_control_plane/models/nodeupgradestatus.py +5 -13
- cribl_control_plane/models/outputazureblob.py +18 -48
- cribl_control_plane/models/outputazuredataexplorer.py +28 -73
- cribl_control_plane/models/outputazureeventhub.py +18 -40
- cribl_control_plane/models/outputazurelogs.py +12 -35
- cribl_control_plane/models/outputclickhouse.py +20 -55
- cribl_control_plane/models/outputcloudwatch.py +10 -29
- cribl_control_plane/models/outputconfluentcloud.py +32 -77
- cribl_control_plane/models/outputcriblhttp.py +16 -44
- cribl_control_plane/models/outputcribllake.py +16 -46
- cribl_control_plane/models/outputcribltcp.py +18 -45
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +14 -49
- cribl_control_plane/models/outputdatadog.py +20 -48
- cribl_control_plane/models/outputdataset.py +18 -46
- cribl_control_plane/models/outputdiskspool.py +2 -7
- cribl_control_plane/models/outputdls3.py +24 -68
- cribl_control_plane/models/outputdynatracehttp.py +20 -53
- cribl_control_plane/models/outputdynatraceotlp.py +22 -55
- cribl_control_plane/models/outputelastic.py +18 -43
- cribl_control_plane/models/outputelasticcloud.py +12 -36
- cribl_control_plane/models/outputexabeam.py +10 -29
- cribl_control_plane/models/outputfilesystem.py +14 -39
- cribl_control_plane/models/outputgooglechronicle.py +16 -50
- cribl_control_plane/models/outputgooglecloudlogging.py +14 -41
- cribl_control_plane/models/outputgooglecloudstorage.py +24 -66
- cribl_control_plane/models/outputgooglepubsub.py +10 -31
- cribl_control_plane/models/outputgrafanacloud.py +32 -97
- cribl_control_plane/models/outputgraphite.py +14 -31
- cribl_control_plane/models/outputhoneycomb.py +12 -35
- cribl_control_plane/models/outputhumiohec.py +16 -43
- cribl_control_plane/models/outputinfluxdb.py +16 -42
- cribl_control_plane/models/outputkafka.py +28 -74
- cribl_control_plane/models/outputkinesis.py +16 -40
- cribl_control_plane/models/outputloki.py +16 -41
- cribl_control_plane/models/outputminio.py +24 -65
- cribl_control_plane/models/outputmsk.py +30 -82
- cribl_control_plane/models/outputnewrelic.py +18 -43
- cribl_control_plane/models/outputnewrelicevents.py +14 -41
- cribl_control_plane/models/outputopentelemetry.py +26 -67
- cribl_control_plane/models/outputprometheus.py +12 -35
- cribl_control_plane/models/outputring.py +8 -19
- cribl_control_plane/models/outputs3.py +26 -68
- cribl_control_plane/models/outputsecuritylake.py +18 -52
- cribl_control_plane/models/outputsentinel.py +18 -45
- cribl_control_plane/models/outputsentineloneaisiem.py +18 -50
- cribl_control_plane/models/outputservicenow.py +24 -60
- cribl_control_plane/models/outputsignalfx.py +14 -37
- cribl_control_plane/models/outputsns.py +14 -36
- cribl_control_plane/models/outputsplunk.py +24 -60
- cribl_control_plane/models/outputsplunkhec.py +12 -35
- cribl_control_plane/models/outputsplunklb.py +30 -77
- cribl_control_plane/models/outputsqs.py +16 -41
- cribl_control_plane/models/outputstatsd.py +14 -30
- cribl_control_plane/models/outputstatsdext.py +12 -29
- cribl_control_plane/models/outputsumologic.py +12 -35
- cribl_control_plane/models/outputsyslog.py +24 -58
- cribl_control_plane/models/outputtcpjson.py +20 -52
- cribl_control_plane/models/outputwavefront.py +12 -35
- cribl_control_plane/models/outputwebhook.py +22 -58
- cribl_control_plane/models/outputxsiam.py +14 -35
- cribl_control_plane/models/productscore.py +1 -2
- cribl_control_plane/models/rbacresource.py +1 -2
- cribl_control_plane/models/resourcepolicy.py +2 -4
- cribl_control_plane/models/routecloneconf.py +13 -0
- cribl_control_plane/models/routeconf.py +4 -3
- cribl_control_plane/models/runnablejobcollection.py +13 -30
- cribl_control_plane/models/runnablejobexecutor.py +4 -13
- cribl_control_plane/models/runnablejobscheduledsearch.py +2 -7
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +2 -8
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +2 -8
- cribl_control_plane/models/workertypes.py +1 -2
- cribl_control_plane/sdk.py +2 -2
- cribl_control_plane/utils/annotations.py +32 -8
- {cribl_control_plane-0.0.48a1.dist-info → cribl_control_plane-0.0.50.dist-info}/METADATA +2 -1
- {cribl_control_plane-0.0.48a1.dist-info → cribl_control_plane-0.0.50.dist-info}/RECORD +165 -163
- {cribl_control_plane-0.0.48a1.dist-info → cribl_control_plane-0.0.50.dist-info}/WHEEL +0 -0
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
|
-
from cribl_control_plane.utils import validate_open_enum
|
|
7
5
|
from enum import Enum
|
|
8
6
|
import pydantic
|
|
9
|
-
from pydantic.functional_validators import PlainValidator
|
|
10
7
|
from typing import Any, List, Optional
|
|
11
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
9
|
|
|
@@ -26,14 +23,14 @@ class InputTcpjsonConnection(BaseModel):
|
|
|
26
23
|
pipeline: Optional[str] = None
|
|
27
24
|
|
|
28
25
|
|
|
29
|
-
class InputTcpjsonMode(str, Enum
|
|
26
|
+
class InputTcpjsonMode(str, Enum):
|
|
30
27
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
31
28
|
|
|
32
29
|
SMART = "smart"
|
|
33
30
|
ALWAYS = "always"
|
|
34
31
|
|
|
35
32
|
|
|
36
|
-
class InputTcpjsonCompression(str, Enum
|
|
33
|
+
class InputTcpjsonCompression(str, Enum):
|
|
37
34
|
r"""Codec to use to compress the persisted data"""
|
|
38
35
|
|
|
39
36
|
NONE = "none"
|
|
@@ -67,9 +64,7 @@ class InputTcpjsonPqTypedDict(TypedDict):
|
|
|
67
64
|
|
|
68
65
|
|
|
69
66
|
class InputTcpjsonPq(BaseModel):
|
|
70
|
-
mode:
|
|
71
|
-
Optional[InputTcpjsonMode], PlainValidator(validate_open_enum(False))
|
|
72
|
-
] = InputTcpjsonMode.ALWAYS
|
|
67
|
+
mode: Optional[InputTcpjsonMode] = InputTcpjsonMode.ALWAYS
|
|
73
68
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
74
69
|
|
|
75
70
|
max_buffer_size: Annotated[
|
|
@@ -93,9 +88,7 @@ class InputTcpjsonPq(BaseModel):
|
|
|
93
88
|
path: Optional[str] = "$CRIBL_HOME/state/queues"
|
|
94
89
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
95
90
|
|
|
96
|
-
compress:
|
|
97
|
-
Optional[InputTcpjsonCompression], PlainValidator(validate_open_enum(False))
|
|
98
|
-
] = InputTcpjsonCompression.NONE
|
|
91
|
+
compress: Optional[InputTcpjsonCompression] = InputTcpjsonCompression.NONE
|
|
99
92
|
r"""Codec to use to compress the persisted data"""
|
|
100
93
|
|
|
101
94
|
pq_controls: Annotated[
|
|
@@ -103,14 +96,14 @@ class InputTcpjsonPq(BaseModel):
|
|
|
103
96
|
] = None
|
|
104
97
|
|
|
105
98
|
|
|
106
|
-
class InputTcpjsonMinimumTLSVersion(str, Enum
|
|
99
|
+
class InputTcpjsonMinimumTLSVersion(str, Enum):
|
|
107
100
|
TL_SV1 = "TLSv1"
|
|
108
101
|
TL_SV1_1 = "TLSv1.1"
|
|
109
102
|
TL_SV1_2 = "TLSv1.2"
|
|
110
103
|
TL_SV1_3 = "TLSv1.3"
|
|
111
104
|
|
|
112
105
|
|
|
113
|
-
class InputTcpjsonMaximumTLSVersion(str, Enum
|
|
106
|
+
class InputTcpjsonMaximumTLSVersion(str, Enum):
|
|
114
107
|
TL_SV1 = "TLSv1"
|
|
115
108
|
TL_SV1_1 = "TLSv1.1"
|
|
116
109
|
TL_SV1_2 = "TLSv1.2"
|
|
@@ -169,19 +162,11 @@ class InputTcpjsonTLSSettingsServerSide(BaseModel):
|
|
|
169
162
|
] = None
|
|
170
163
|
|
|
171
164
|
min_version: Annotated[
|
|
172
|
-
|
|
173
|
-
Optional[InputTcpjsonMinimumTLSVersion],
|
|
174
|
-
PlainValidator(validate_open_enum(False)),
|
|
175
|
-
],
|
|
176
|
-
pydantic.Field(alias="minVersion"),
|
|
165
|
+
Optional[InputTcpjsonMinimumTLSVersion], pydantic.Field(alias="minVersion")
|
|
177
166
|
] = None
|
|
178
167
|
|
|
179
168
|
max_version: Annotated[
|
|
180
|
-
|
|
181
|
-
Optional[InputTcpjsonMaximumTLSVersion],
|
|
182
|
-
PlainValidator(validate_open_enum(False)),
|
|
183
|
-
],
|
|
184
|
-
pydantic.Field(alias="maxVersion"),
|
|
169
|
+
Optional[InputTcpjsonMaximumTLSVersion], pydantic.Field(alias="maxVersion")
|
|
185
170
|
] = None
|
|
186
171
|
|
|
187
172
|
|
|
@@ -198,7 +183,7 @@ class InputTcpjsonMetadatum(BaseModel):
|
|
|
198
183
|
r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
|
|
199
184
|
|
|
200
185
|
|
|
201
|
-
class InputTcpjsonAuthenticationMethod(str, Enum
|
|
186
|
+
class InputTcpjsonAuthenticationMethod(str, Enum):
|
|
202
187
|
r"""Select Manual to enter an auth token directly, or select Secret to use a text secret to authenticate"""
|
|
203
188
|
|
|
204
189
|
MANUAL = "manual"
|
|
@@ -330,11 +315,7 @@ class InputTcpjson(BaseModel):
|
|
|
330
315
|
r"""Load balance traffic across all Worker Processes"""
|
|
331
316
|
|
|
332
317
|
auth_type: Annotated[
|
|
333
|
-
|
|
334
|
-
Optional[InputTcpjsonAuthenticationMethod],
|
|
335
|
-
PlainValidator(validate_open_enum(False)),
|
|
336
|
-
],
|
|
337
|
-
pydantic.Field(alias="authType"),
|
|
318
|
+
Optional[InputTcpjsonAuthenticationMethod], pydantic.Field(alias="authType")
|
|
338
319
|
] = InputTcpjsonAuthenticationMethod.MANUAL
|
|
339
320
|
r"""Select Manual to enter an auth token directly, or select Secret to use a text secret to authenticate"""
|
|
340
321
|
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
|
-
from cribl_control_plane.utils import validate_open_enum
|
|
7
5
|
from enum import Enum
|
|
8
6
|
import pydantic
|
|
9
|
-
from pydantic.functional_validators import PlainValidator
|
|
10
7
|
from typing import Any, List, Optional
|
|
11
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
9
|
|
|
@@ -26,14 +23,14 @@ class InputWefConnection(BaseModel):
|
|
|
26
23
|
pipeline: Optional[str] = None
|
|
27
24
|
|
|
28
25
|
|
|
29
|
-
class InputWefMode(str, Enum
|
|
26
|
+
class InputWefMode(str, Enum):
|
|
30
27
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
31
28
|
|
|
32
29
|
SMART = "smart"
|
|
33
30
|
ALWAYS = "always"
|
|
34
31
|
|
|
35
32
|
|
|
36
|
-
class InputWefCompression(str, Enum
|
|
33
|
+
class InputWefCompression(str, Enum):
|
|
37
34
|
r"""Codec to use to compress the persisted data"""
|
|
38
35
|
|
|
39
36
|
NONE = "none"
|
|
@@ -67,9 +64,7 @@ class InputWefPqTypedDict(TypedDict):
|
|
|
67
64
|
|
|
68
65
|
|
|
69
66
|
class InputWefPq(BaseModel):
|
|
70
|
-
mode:
|
|
71
|
-
Optional[InputWefMode], PlainValidator(validate_open_enum(False))
|
|
72
|
-
] = InputWefMode.ALWAYS
|
|
67
|
+
mode: Optional[InputWefMode] = InputWefMode.ALWAYS
|
|
73
68
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
74
69
|
|
|
75
70
|
max_buffer_size: Annotated[
|
|
@@ -93,9 +88,7 @@ class InputWefPq(BaseModel):
|
|
|
93
88
|
path: Optional[str] = "$CRIBL_HOME/state/queues"
|
|
94
89
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
95
90
|
|
|
96
|
-
compress:
|
|
97
|
-
Optional[InputWefCompression], PlainValidator(validate_open_enum(False))
|
|
98
|
-
] = InputWefCompression.NONE
|
|
91
|
+
compress: Optional[InputWefCompression] = InputWefCompression.NONE
|
|
99
92
|
r"""Codec to use to compress the persisted data"""
|
|
100
93
|
|
|
101
94
|
pq_controls: Annotated[
|
|
@@ -103,21 +96,21 @@ class InputWefPq(BaseModel):
|
|
|
103
96
|
] = None
|
|
104
97
|
|
|
105
98
|
|
|
106
|
-
class InputWefAuthenticationMethod(str, Enum
|
|
99
|
+
class InputWefAuthenticationMethod(str, Enum):
|
|
107
100
|
r"""How to authenticate incoming client connections"""
|
|
108
101
|
|
|
109
102
|
CLIENT_CERT = "clientCert"
|
|
110
103
|
KERBEROS = "kerberos"
|
|
111
104
|
|
|
112
105
|
|
|
113
|
-
class InputWefMinimumTLSVersion(str, Enum
|
|
106
|
+
class InputWefMinimumTLSVersion(str, Enum):
|
|
114
107
|
TL_SV1 = "TLSv1"
|
|
115
108
|
TL_SV1_1 = "TLSv1.1"
|
|
116
109
|
TL_SV1_2 = "TLSv1.2"
|
|
117
110
|
TL_SV1_3 = "TLSv1.3"
|
|
118
111
|
|
|
119
112
|
|
|
120
|
-
class InputWefMaximumTLSVersion(str, Enum
|
|
113
|
+
class InputWefMaximumTLSVersion(str, Enum):
|
|
121
114
|
TL_SV1 = "TLSv1"
|
|
122
115
|
TL_SV1_1 = "TLSv1.1"
|
|
123
116
|
TL_SV1_2 = "TLSv1.2"
|
|
@@ -188,19 +181,11 @@ class MTLSSettings(BaseModel):
|
|
|
188
181
|
r"""Regex matching allowable common names in peer certificates' subject attribute"""
|
|
189
182
|
|
|
190
183
|
min_version: Annotated[
|
|
191
|
-
|
|
192
|
-
Optional[InputWefMinimumTLSVersion],
|
|
193
|
-
PlainValidator(validate_open_enum(False)),
|
|
194
|
-
],
|
|
195
|
-
pydantic.Field(alias="minVersion"),
|
|
184
|
+
Optional[InputWefMinimumTLSVersion], pydantic.Field(alias="minVersion")
|
|
196
185
|
] = None
|
|
197
186
|
|
|
198
187
|
max_version: Annotated[
|
|
199
|
-
|
|
200
|
-
Optional[InputWefMaximumTLSVersion],
|
|
201
|
-
PlainValidator(validate_open_enum(False)),
|
|
202
|
-
],
|
|
203
|
-
pydantic.Field(alias="maxVersion"),
|
|
188
|
+
Optional[InputWefMaximumTLSVersion], pydantic.Field(alias="maxVersion")
|
|
204
189
|
] = None
|
|
205
190
|
|
|
206
191
|
ocsp_check: Annotated[Optional[bool], pydantic.Field(alias="ocspCheck")] = False
|
|
@@ -216,14 +201,14 @@ class MTLSSettings(BaseModel):
|
|
|
216
201
|
r"""If enabled, checks will fail on any OCSP error. Otherwise, checks will fail only when a certificate is revoked, ignoring other errors."""
|
|
217
202
|
|
|
218
203
|
|
|
219
|
-
class InputWefFormat(str, Enum
|
|
204
|
+
class InputWefFormat(str, Enum):
|
|
220
205
|
r"""Content format in which the endpoint should deliver events"""
|
|
221
206
|
|
|
222
207
|
RAW = "Raw"
|
|
223
208
|
RENDERED_TEXT = "RenderedText"
|
|
224
209
|
|
|
225
210
|
|
|
226
|
-
class QueryBuilderMode(str, Enum
|
|
211
|
+
class QueryBuilderMode(str, Enum):
|
|
227
212
|
SIMPLE = "simple"
|
|
228
213
|
XML = "xml"
|
|
229
214
|
|
|
@@ -276,8 +261,7 @@ class Subscription(BaseModel):
|
|
|
276
261
|
r"""Version UUID for this subscription. If any subscription parameters are modified, this value will change."""
|
|
277
262
|
|
|
278
263
|
content_format: Annotated[
|
|
279
|
-
|
|
280
|
-
pydantic.Field(alias="contentFormat"),
|
|
264
|
+
Optional[InputWefFormat], pydantic.Field(alias="contentFormat")
|
|
281
265
|
] = InputWefFormat.RAW
|
|
282
266
|
r"""Content format in which the endpoint should deliver events"""
|
|
283
267
|
|
|
@@ -306,10 +290,7 @@ class Subscription(BaseModel):
|
|
|
306
290
|
r"""The RFC-3066 locale the Windows clients should use when sending events. Defaults to \"en-US\"."""
|
|
307
291
|
|
|
308
292
|
query_selector: Annotated[
|
|
309
|
-
|
|
310
|
-
Optional[QueryBuilderMode], PlainValidator(validate_open_enum(False))
|
|
311
|
-
],
|
|
312
|
-
pydantic.Field(alias="querySelector"),
|
|
293
|
+
Optional[QueryBuilderMode], pydantic.Field(alias="querySelector")
|
|
313
294
|
] = QueryBuilderMode.SIMPLE
|
|
314
295
|
|
|
315
296
|
metadata: Optional[List[SubscriptionMetadatum]] = None
|
|
@@ -429,11 +410,7 @@ class InputWef(BaseModel):
|
|
|
429
410
|
r"""Port to listen on"""
|
|
430
411
|
|
|
431
412
|
auth_method: Annotated[
|
|
432
|
-
|
|
433
|
-
Optional[InputWefAuthenticationMethod],
|
|
434
|
-
PlainValidator(validate_open_enum(False)),
|
|
435
|
-
],
|
|
436
|
-
pydantic.Field(alias="authMethod"),
|
|
413
|
+
Optional[InputWefAuthenticationMethod], pydantic.Field(alias="authMethod")
|
|
437
414
|
] = InputWefAuthenticationMethod.CLIENT_CERT
|
|
438
415
|
r"""How to authenticate incoming client connections"""
|
|
439
416
|
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
|
-
from cribl_control_plane.utils import validate_open_enum
|
|
7
5
|
from enum import Enum
|
|
8
6
|
import pydantic
|
|
9
|
-
from pydantic.functional_validators import PlainValidator
|
|
10
7
|
from typing import List, Optional
|
|
11
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
9
|
|
|
@@ -26,14 +23,14 @@ class InputWindowsMetricsConnection(BaseModel):
|
|
|
26
23
|
pipeline: Optional[str] = None
|
|
27
24
|
|
|
28
25
|
|
|
29
|
-
class InputWindowsMetricsPqMode(str, Enum
|
|
26
|
+
class InputWindowsMetricsPqMode(str, Enum):
|
|
30
27
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
31
28
|
|
|
32
29
|
SMART = "smart"
|
|
33
30
|
ALWAYS = "always"
|
|
34
31
|
|
|
35
32
|
|
|
36
|
-
class InputWindowsMetricsCompression(str, Enum
|
|
33
|
+
class InputWindowsMetricsCompression(str, Enum):
|
|
37
34
|
r"""Codec to use to compress the persisted data"""
|
|
38
35
|
|
|
39
36
|
NONE = "none"
|
|
@@ -67,9 +64,7 @@ class InputWindowsMetricsPqTypedDict(TypedDict):
|
|
|
67
64
|
|
|
68
65
|
|
|
69
66
|
class InputWindowsMetricsPq(BaseModel):
|
|
70
|
-
mode:
|
|
71
|
-
Optional[InputWindowsMetricsPqMode], PlainValidator(validate_open_enum(False))
|
|
72
|
-
] = InputWindowsMetricsPqMode.ALWAYS
|
|
67
|
+
mode: Optional[InputWindowsMetricsPqMode] = InputWindowsMetricsPqMode.ALWAYS
|
|
73
68
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
74
69
|
|
|
75
70
|
max_buffer_size: Annotated[
|
|
@@ -93,10 +88,9 @@ class InputWindowsMetricsPq(BaseModel):
|
|
|
93
88
|
path: Optional[str] = "$CRIBL_HOME/state/queues"
|
|
94
89
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
95
90
|
|
|
96
|
-
compress:
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
] = InputWindowsMetricsCompression.NONE
|
|
91
|
+
compress: Optional[InputWindowsMetricsCompression] = (
|
|
92
|
+
InputWindowsMetricsCompression.NONE
|
|
93
|
+
)
|
|
100
94
|
r"""Codec to use to compress the persisted data"""
|
|
101
95
|
|
|
102
96
|
pq_controls: Annotated[
|
|
@@ -104,7 +98,7 @@ class InputWindowsMetricsPq(BaseModel):
|
|
|
104
98
|
] = None
|
|
105
99
|
|
|
106
100
|
|
|
107
|
-
class InputWindowsMetricsHostMode(str, Enum
|
|
101
|
+
class InputWindowsMetricsHostMode(str, Enum):
|
|
108
102
|
r"""Select level of detail for host metrics"""
|
|
109
103
|
|
|
110
104
|
BASIC = "basic"
|
|
@@ -113,7 +107,7 @@ class InputWindowsMetricsHostMode(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
|
113
107
|
DISABLED = "disabled"
|
|
114
108
|
|
|
115
109
|
|
|
116
|
-
class InputWindowsMetricsSystemMode(str, Enum
|
|
110
|
+
class InputWindowsMetricsSystemMode(str, Enum):
|
|
117
111
|
r"""Select the level of details for system metrics"""
|
|
118
112
|
|
|
119
113
|
BASIC = "basic"
|
|
@@ -130,17 +124,14 @@ class InputWindowsMetricsSystemTypedDict(TypedDict):
|
|
|
130
124
|
|
|
131
125
|
|
|
132
126
|
class InputWindowsMetricsSystem(BaseModel):
|
|
133
|
-
mode:
|
|
134
|
-
Optional[InputWindowsMetricsSystemMode],
|
|
135
|
-
PlainValidator(validate_open_enum(False)),
|
|
136
|
-
] = InputWindowsMetricsSystemMode.BASIC
|
|
127
|
+
mode: Optional[InputWindowsMetricsSystemMode] = InputWindowsMetricsSystemMode.BASIC
|
|
137
128
|
r"""Select the level of details for system metrics"""
|
|
138
129
|
|
|
139
130
|
detail: Optional[bool] = False
|
|
140
131
|
r"""Generate metrics for all system information"""
|
|
141
132
|
|
|
142
133
|
|
|
143
|
-
class InputWindowsMetricsCPUMode(str, Enum
|
|
134
|
+
class InputWindowsMetricsCPUMode(str, Enum):
|
|
144
135
|
r"""Select the level of details for CPU metrics"""
|
|
145
136
|
|
|
146
137
|
BASIC = "basic"
|
|
@@ -161,9 +152,7 @@ class InputWindowsMetricsCPUTypedDict(TypedDict):
|
|
|
161
152
|
|
|
162
153
|
|
|
163
154
|
class InputWindowsMetricsCPU(BaseModel):
|
|
164
|
-
mode:
|
|
165
|
-
Optional[InputWindowsMetricsCPUMode], PlainValidator(validate_open_enum(False))
|
|
166
|
-
] = InputWindowsMetricsCPUMode.BASIC
|
|
155
|
+
mode: Optional[InputWindowsMetricsCPUMode] = InputWindowsMetricsCPUMode.BASIC
|
|
167
156
|
r"""Select the level of details for CPU metrics"""
|
|
168
157
|
|
|
169
158
|
per_cpu: Annotated[Optional[bool], pydantic.Field(alias="perCpu")] = False
|
|
@@ -176,7 +165,7 @@ class InputWindowsMetricsCPU(BaseModel):
|
|
|
176
165
|
r"""Generate raw, monotonic CPU time counters"""
|
|
177
166
|
|
|
178
167
|
|
|
179
|
-
class InputWindowsMetricsMemoryMode(str, Enum
|
|
168
|
+
class InputWindowsMetricsMemoryMode(str, Enum):
|
|
180
169
|
r"""Select the level of details for memory metrics"""
|
|
181
170
|
|
|
182
171
|
BASIC = "basic"
|
|
@@ -193,17 +182,14 @@ class InputWindowsMetricsMemoryTypedDict(TypedDict):
|
|
|
193
182
|
|
|
194
183
|
|
|
195
184
|
class InputWindowsMetricsMemory(BaseModel):
|
|
196
|
-
mode:
|
|
197
|
-
Optional[InputWindowsMetricsMemoryMode],
|
|
198
|
-
PlainValidator(validate_open_enum(False)),
|
|
199
|
-
] = InputWindowsMetricsMemoryMode.BASIC
|
|
185
|
+
mode: Optional[InputWindowsMetricsMemoryMode] = InputWindowsMetricsMemoryMode.BASIC
|
|
200
186
|
r"""Select the level of details for memory metrics"""
|
|
201
187
|
|
|
202
188
|
detail: Optional[bool] = False
|
|
203
189
|
r"""Generate metrics for all memory states"""
|
|
204
190
|
|
|
205
191
|
|
|
206
|
-
class InputWindowsMetricsNetworkMode(str, Enum
|
|
192
|
+
class InputWindowsMetricsNetworkMode(str, Enum):
|
|
207
193
|
r"""Select the level of details for network metrics"""
|
|
208
194
|
|
|
209
195
|
BASIC = "basic"
|
|
@@ -224,10 +210,9 @@ class InputWindowsMetricsNetworkTypedDict(TypedDict):
|
|
|
224
210
|
|
|
225
211
|
|
|
226
212
|
class InputWindowsMetricsNetwork(BaseModel):
|
|
227
|
-
mode:
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
] = InputWindowsMetricsNetworkMode.BASIC
|
|
213
|
+
mode: Optional[InputWindowsMetricsNetworkMode] = (
|
|
214
|
+
InputWindowsMetricsNetworkMode.BASIC
|
|
215
|
+
)
|
|
231
216
|
r"""Select the level of details for network metrics"""
|
|
232
217
|
|
|
233
218
|
devices: Optional[List[str]] = None
|
|
@@ -242,7 +227,7 @@ class InputWindowsMetricsNetwork(BaseModel):
|
|
|
242
227
|
r"""Generate full network metrics"""
|
|
243
228
|
|
|
244
229
|
|
|
245
|
-
class InputWindowsMetricsDiskMode(str, Enum
|
|
230
|
+
class InputWindowsMetricsDiskMode(str, Enum):
|
|
246
231
|
r"""Select the level of details for disk metrics"""
|
|
247
232
|
|
|
248
233
|
BASIC = "basic"
|
|
@@ -261,9 +246,7 @@ class InputWindowsMetricsDiskTypedDict(TypedDict):
|
|
|
261
246
|
|
|
262
247
|
|
|
263
248
|
class InputWindowsMetricsDisk(BaseModel):
|
|
264
|
-
mode:
|
|
265
|
-
Optional[InputWindowsMetricsDiskMode], PlainValidator(validate_open_enum(False))
|
|
266
|
-
] = InputWindowsMetricsDiskMode.BASIC
|
|
249
|
+
mode: Optional[InputWindowsMetricsDiskMode] = InputWindowsMetricsDiskMode.BASIC
|
|
267
250
|
r"""Select the level of details for disk metrics"""
|
|
268
251
|
|
|
269
252
|
volumes: Optional[List[str]] = None
|
|
@@ -300,9 +283,7 @@ class InputWindowsMetricsHostTypedDict(TypedDict):
|
|
|
300
283
|
|
|
301
284
|
|
|
302
285
|
class InputWindowsMetricsHost(BaseModel):
|
|
303
|
-
mode:
|
|
304
|
-
Optional[InputWindowsMetricsHostMode], PlainValidator(validate_open_enum(False))
|
|
305
|
-
] = InputWindowsMetricsHostMode.BASIC
|
|
286
|
+
mode: Optional[InputWindowsMetricsHostMode] = InputWindowsMetricsHostMode.BASIC
|
|
306
287
|
r"""Select level of detail for host metrics"""
|
|
307
288
|
|
|
308
289
|
custom: Optional[InputWindowsMetricsCustom] = None
|
|
@@ -347,7 +328,7 @@ class InputWindowsMetricsMetadatum(BaseModel):
|
|
|
347
328
|
r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
|
|
348
329
|
|
|
349
330
|
|
|
350
|
-
class InputWindowsMetricsDataCompressionFormat(str, Enum
|
|
331
|
+
class InputWindowsMetricsDataCompressionFormat(str, Enum):
|
|
351
332
|
NONE = "none"
|
|
352
333
|
GZIP = "gzip"
|
|
353
334
|
|
|
@@ -379,10 +360,9 @@ class InputWindowsMetricsPersistence(BaseModel):
|
|
|
379
360
|
max_data_time: Annotated[Optional[str], pydantic.Field(alias="maxDataTime")] = "24h"
|
|
380
361
|
r"""Maximum amount of time to retain data (examples: 2h, 4d). When limit is reached, older data will be deleted."""
|
|
381
362
|
|
|
382
|
-
compress:
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
] = InputWindowsMetricsDataCompressionFormat.GZIP
|
|
363
|
+
compress: Optional[InputWindowsMetricsDataCompressionFormat] = (
|
|
364
|
+
InputWindowsMetricsDataCompressionFormat.GZIP
|
|
365
|
+
)
|
|
386
366
|
|
|
387
367
|
dest_path: Annotated[Optional[str], pydantic.Field(alias="destPath")] = (
|
|
388
368
|
"$CRIBL_HOME/state/windows_metrics"
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
|
-
from cribl_control_plane.utils import validate_open_enum
|
|
7
5
|
from enum import Enum
|
|
8
6
|
import pydantic
|
|
9
|
-
from pydantic.functional_validators import PlainValidator
|
|
10
7
|
from typing import List, Optional
|
|
11
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
9
|
|
|
@@ -26,14 +23,14 @@ class InputWinEventLogsConnection(BaseModel):
|
|
|
26
23
|
pipeline: Optional[str] = None
|
|
27
24
|
|
|
28
25
|
|
|
29
|
-
class InputWinEventLogsMode(str, Enum
|
|
26
|
+
class InputWinEventLogsMode(str, Enum):
|
|
30
27
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
31
28
|
|
|
32
29
|
SMART = "smart"
|
|
33
30
|
ALWAYS = "always"
|
|
34
31
|
|
|
35
32
|
|
|
36
|
-
class InputWinEventLogsCompression(str, Enum
|
|
33
|
+
class InputWinEventLogsCompression(str, Enum):
|
|
37
34
|
r"""Codec to use to compress the persisted data"""
|
|
38
35
|
|
|
39
36
|
NONE = "none"
|
|
@@ -67,9 +64,7 @@ class InputWinEventLogsPqTypedDict(TypedDict):
|
|
|
67
64
|
|
|
68
65
|
|
|
69
66
|
class InputWinEventLogsPq(BaseModel):
|
|
70
|
-
mode:
|
|
71
|
-
Optional[InputWinEventLogsMode], PlainValidator(validate_open_enum(False))
|
|
72
|
-
] = InputWinEventLogsMode.ALWAYS
|
|
67
|
+
mode: Optional[InputWinEventLogsMode] = InputWinEventLogsMode.ALWAYS
|
|
73
68
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
74
69
|
|
|
75
70
|
max_buffer_size: Annotated[
|
|
@@ -93,10 +88,7 @@ class InputWinEventLogsPq(BaseModel):
|
|
|
93
88
|
path: Optional[str] = "$CRIBL_HOME/state/queues"
|
|
94
89
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
95
90
|
|
|
96
|
-
compress:
|
|
97
|
-
Optional[InputWinEventLogsCompression],
|
|
98
|
-
PlainValidator(validate_open_enum(False)),
|
|
99
|
-
] = InputWinEventLogsCompression.NONE
|
|
91
|
+
compress: Optional[InputWinEventLogsCompression] = InputWinEventLogsCompression.NONE
|
|
100
92
|
r"""Codec to use to compress the persisted data"""
|
|
101
93
|
|
|
102
94
|
pq_controls: Annotated[
|
|
@@ -104,14 +96,14 @@ class InputWinEventLogsPq(BaseModel):
|
|
|
104
96
|
] = None
|
|
105
97
|
|
|
106
98
|
|
|
107
|
-
class ReadMode(str, Enum
|
|
99
|
+
class ReadMode(str, Enum):
|
|
108
100
|
r"""Read all stored and future event logs, or only future events"""
|
|
109
101
|
|
|
110
102
|
OLDEST = "oldest"
|
|
111
103
|
NEWEST = "newest"
|
|
112
104
|
|
|
113
105
|
|
|
114
|
-
class EventFormat(str, Enum
|
|
106
|
+
class EventFormat(str, Enum):
|
|
115
107
|
r"""Format of individual events"""
|
|
116
108
|
|
|
117
109
|
JSON = "json"
|
|
@@ -201,15 +193,13 @@ class InputWinEventLogs(BaseModel):
|
|
|
201
193
|
|
|
202
194
|
pq: Optional[InputWinEventLogsPq] = None
|
|
203
195
|
|
|
204
|
-
read_mode: Annotated[
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
] = ReadMode.NEWEST
|
|
196
|
+
read_mode: Annotated[Optional[ReadMode], pydantic.Field(alias="readMode")] = (
|
|
197
|
+
ReadMode.NEWEST
|
|
198
|
+
)
|
|
208
199
|
r"""Read all stored and future event logs, or only future events"""
|
|
209
200
|
|
|
210
201
|
event_format: Annotated[
|
|
211
|
-
|
|
212
|
-
pydantic.Field(alias="eventFormat"),
|
|
202
|
+
Optional[EventFormat], pydantic.Field(alias="eventFormat")
|
|
213
203
|
] = EventFormat.JSON
|
|
214
204
|
r"""Format of individual events"""
|
|
215
205
|
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
-
from cribl_control_plane import utils
|
|
5
4
|
from cribl_control_plane.types import BaseModel
|
|
6
|
-
from cribl_control_plane.utils import validate_open_enum
|
|
7
5
|
from enum import Enum
|
|
8
6
|
import pydantic
|
|
9
|
-
from pydantic.functional_validators import PlainValidator
|
|
10
7
|
from typing import List, Optional
|
|
11
8
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
9
|
|
|
@@ -26,14 +23,14 @@ class InputWizConnection(BaseModel):
|
|
|
26
23
|
pipeline: Optional[str] = None
|
|
27
24
|
|
|
28
25
|
|
|
29
|
-
class InputWizMode(str, Enum
|
|
26
|
+
class InputWizMode(str, Enum):
|
|
30
27
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
31
28
|
|
|
32
29
|
SMART = "smart"
|
|
33
30
|
ALWAYS = "always"
|
|
34
31
|
|
|
35
32
|
|
|
36
|
-
class InputWizCompression(str, Enum
|
|
33
|
+
class InputWizCompression(str, Enum):
|
|
37
34
|
r"""Codec to use to compress the persisted data"""
|
|
38
35
|
|
|
39
36
|
NONE = "none"
|
|
@@ -67,9 +64,7 @@ class InputWizPqTypedDict(TypedDict):
|
|
|
67
64
|
|
|
68
65
|
|
|
69
66
|
class InputWizPq(BaseModel):
|
|
70
|
-
mode:
|
|
71
|
-
Optional[InputWizMode], PlainValidator(validate_open_enum(False))
|
|
72
|
-
] = InputWizMode.ALWAYS
|
|
67
|
+
mode: Optional[InputWizMode] = InputWizMode.ALWAYS
|
|
73
68
|
r"""With Smart mode, PQ will write events to the filesystem only when it detects backpressure from the processing engine. With Always On mode, PQ will always write events directly to the queue before forwarding them to the processing engine."""
|
|
74
69
|
|
|
75
70
|
max_buffer_size: Annotated[
|
|
@@ -93,9 +88,7 @@ class InputWizPq(BaseModel):
|
|
|
93
88
|
path: Optional[str] = "$CRIBL_HOME/state/queues"
|
|
94
89
|
r"""The location for the persistent queue files. To this field's value, the system will append: /<worker-id>/inputs/<input-id>"""
|
|
95
90
|
|
|
96
|
-
compress:
|
|
97
|
-
Optional[InputWizCompression], PlainValidator(validate_open_enum(False))
|
|
98
|
-
] = InputWizCompression.NONE
|
|
91
|
+
compress: Optional[InputWizCompression] = InputWizCompression.NONE
|
|
99
92
|
r"""Codec to use to compress the persisted data"""
|
|
100
93
|
|
|
101
94
|
pq_controls: Annotated[
|
|
@@ -134,7 +127,7 @@ class InputWizMetadatum(BaseModel):
|
|
|
134
127
|
r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
|
|
135
128
|
|
|
136
129
|
|
|
137
|
-
class InputWizRetryType(str, Enum
|
|
130
|
+
class InputWizRetryType(str, Enum):
|
|
138
131
|
r"""The algorithm to use when performing HTTP retries"""
|
|
139
132
|
|
|
140
133
|
NONE = "none"
|
|
@@ -162,9 +155,7 @@ class InputWizRetryRulesTypedDict(TypedDict):
|
|
|
162
155
|
|
|
163
156
|
|
|
164
157
|
class InputWizRetryRules(BaseModel):
|
|
165
|
-
type:
|
|
166
|
-
Optional[InputWizRetryType], PlainValidator(validate_open_enum(False))
|
|
167
|
-
] = InputWizRetryType.BACKOFF
|
|
158
|
+
type: Optional[InputWizRetryType] = InputWizRetryType.BACKOFF
|
|
168
159
|
r"""The algorithm to use when performing HTTP retries"""
|
|
169
160
|
|
|
170
161
|
interval: Optional[float] = 1000
|
|
@@ -195,7 +186,7 @@ class InputWizRetryRules(BaseModel):
|
|
|
195
186
|
r"""Retry request when a connection reset (ECONNRESET) error occurs"""
|
|
196
187
|
|
|
197
188
|
|
|
198
|
-
class InputWizAuthenticationMethod(str, Enum
|
|
189
|
+
class InputWizAuthenticationMethod(str, Enum):
|
|
199
190
|
r"""Enter client secret directly, or select a stored secret"""
|
|
200
191
|
|
|
201
192
|
MANUAL = "manual"
|
|
@@ -330,11 +321,7 @@ class InputWiz(BaseModel):
|
|
|
330
321
|
] = None
|
|
331
322
|
|
|
332
323
|
auth_type: Annotated[
|
|
333
|
-
|
|
334
|
-
Optional[InputWizAuthenticationMethod],
|
|
335
|
-
PlainValidator(validate_open_enum(False)),
|
|
336
|
-
],
|
|
337
|
-
pydantic.Field(alias="authType"),
|
|
324
|
+
Optional[InputWizAuthenticationMethod], pydantic.Field(alias="authType")
|
|
338
325
|
] = InputWizAuthenticationMethod.MANUAL
|
|
339
326
|
r"""Enter client secret directly, or select a stored secret"""
|
|
340
327
|
|