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.

Files changed (155) hide show
  1. cribl_control_plane/_version.py +4 -6
  2. cribl_control_plane/groups_sdk.py +11 -8
  3. cribl_control_plane/mappings.py +1185 -0
  4. cribl_control_plane/models/__init__.py +195 -33
  5. cribl_control_plane/models/authtoken.py +8 -1
  6. cribl_control_plane/models/configgroup.py +30 -2
  7. cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +52 -0
  8. cribl_control_plane/models/createadminproductsmappingsbyproductop.py +53 -0
  9. cribl_control_plane/models/createversionundoop.py +3 -3
  10. cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py +51 -0
  11. cribl_control_plane/models/distributedsummary.py +6 -0
  12. cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py +51 -0
  13. cribl_control_plane/models/getadminproductsmappingsbyproductop.py +44 -0
  14. cribl_control_plane/models/hbcriblinfo.py +14 -3
  15. cribl_control_plane/models/heartbeatmetadata.py +3 -0
  16. cribl_control_plane/models/input.py +65 -63
  17. cribl_control_plane/models/inputappscope.py +4 -0
  18. cribl_control_plane/models/inputazureblob.py +4 -0
  19. cribl_control_plane/models/inputcollection.py +4 -0
  20. cribl_control_plane/models/inputconfluentcloud.py +8 -18
  21. cribl_control_plane/models/inputcribl.py +4 -0
  22. cribl_control_plane/models/inputcriblhttp.py +4 -0
  23. cribl_control_plane/models/inputcribllakehttp.py +4 -0
  24. cribl_control_plane/models/inputcriblmetrics.py +4 -0
  25. cribl_control_plane/models/inputcribltcp.py +4 -0
  26. cribl_control_plane/models/inputcrowdstrike.py +7 -0
  27. cribl_control_plane/models/inputdatadogagent.py +4 -0
  28. cribl_control_plane/models/inputdatagen.py +4 -0
  29. cribl_control_plane/models/inputedgeprometheus.py +12 -0
  30. cribl_control_plane/models/inputelastic.py +11 -0
  31. cribl_control_plane/models/inputeventhub.py +6 -0
  32. cribl_control_plane/models/inputexec.py +4 -0
  33. cribl_control_plane/models/inputfile.py +6 -0
  34. cribl_control_plane/models/inputfirehose.py +4 -0
  35. cribl_control_plane/models/inputgooglepubsub.py +7 -0
  36. cribl_control_plane/models/inputgrafana.py +8 -0
  37. cribl_control_plane/models/inputhttp.py +4 -0
  38. cribl_control_plane/models/inputhttpraw.py +4 -0
  39. cribl_control_plane/models/inputjournalfiles.py +4 -0
  40. cribl_control_plane/models/inputkafka.py +8 -17
  41. cribl_control_plane/models/inputkinesis.py +15 -0
  42. cribl_control_plane/models/inputkubeevents.py +4 -0
  43. cribl_control_plane/models/inputkubelogs.py +4 -0
  44. cribl_control_plane/models/inputkubemetrics.py +4 -0
  45. cribl_control_plane/models/inputloki.py +4 -0
  46. cribl_control_plane/models/inputmetrics.py +4 -0
  47. cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
  48. cribl_control_plane/models/inputmsk.py +7 -17
  49. cribl_control_plane/models/inputnetflow.py +4 -0
  50. cribl_control_plane/models/inputoffice365mgmt.py +11 -0
  51. cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
  52. cribl_control_plane/models/inputoffice365service.py +11 -0
  53. cribl_control_plane/models/inputopentelemetry.py +8 -0
  54. cribl_control_plane/models/inputprometheus.py +10 -0
  55. cribl_control_plane/models/inputprometheusrw.py +4 -0
  56. cribl_control_plane/models/inputrawudp.py +4 -0
  57. cribl_control_plane/models/inputs3.py +7 -0
  58. cribl_control_plane/models/inputs3inventory.py +7 -0
  59. cribl_control_plane/models/inputsecuritylake.py +7 -0
  60. cribl_control_plane/models/inputsnmp.py +11 -0
  61. cribl_control_plane/models/inputsplunk.py +9 -0
  62. cribl_control_plane/models/inputsplunkhec.py +4 -0
  63. cribl_control_plane/models/inputsplunksearch.py +7 -0
  64. cribl_control_plane/models/inputsqs.py +9 -0
  65. cribl_control_plane/models/inputsyslog.py +8 -0
  66. cribl_control_plane/models/inputsystemmetrics.py +32 -0
  67. cribl_control_plane/models/inputsystemstate.py +4 -0
  68. cribl_control_plane/models/inputtcp.py +4 -0
  69. cribl_control_plane/models/inputtcpjson.py +4 -0
  70. cribl_control_plane/models/inputwef.py +6 -0
  71. cribl_control_plane/models/inputwindowsmetrics.py +28 -0
  72. cribl_control_plane/models/inputwineventlogs.py +8 -0
  73. cribl_control_plane/models/inputwiz.py +7 -0
  74. cribl_control_plane/models/inputwizwebhook.py +4 -0
  75. cribl_control_plane/models/inputzscalerhec.py +4 -0
  76. cribl_control_plane/models/jobinfo.py +4 -1
  77. cribl_control_plane/models/mappingruleset.py +95 -0
  78. cribl_control_plane/models/nodeprovidedinfo.py +11 -1
  79. cribl_control_plane/models/outpostnodeinfo.py +16 -0
  80. cribl_control_plane/models/output.py +77 -72
  81. cribl_control_plane/models/outputazureblob.py +20 -0
  82. cribl_control_plane/models/outputazuredataexplorer.py +28 -0
  83. cribl_control_plane/models/outputazureeventhub.py +17 -0
  84. cribl_control_plane/models/outputazurelogs.py +13 -0
  85. cribl_control_plane/models/outputchronicle.py +13 -0
  86. cribl_control_plane/models/outputclickhouse.py +17 -0
  87. cribl_control_plane/models/outputcloudwatch.py +13 -0
  88. cribl_control_plane/models/outputconfluentcloud.py +24 -18
  89. cribl_control_plane/models/outputcriblhttp.py +15 -0
  90. cribl_control_plane/models/outputcribllake.py +21 -0
  91. cribl_control_plane/models/outputcribltcp.py +12 -0
  92. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
  93. cribl_control_plane/models/outputdatabricks.py +411 -0
  94. cribl_control_plane/models/outputdatadog.py +30 -0
  95. cribl_control_plane/models/outputdataset.py +23 -0
  96. cribl_control_plane/models/outputdls3.py +35 -0
  97. cribl_control_plane/models/outputdynatracehttp.py +22 -0
  98. cribl_control_plane/models/outputdynatraceotlp.py +22 -0
  99. cribl_control_plane/models/outputelastic.py +18 -0
  100. cribl_control_plane/models/outputelasticcloud.py +13 -0
  101. cribl_control_plane/models/outputexabeam.py +14 -0
  102. cribl_control_plane/models/outputfilesystem.py +15 -0
  103. cribl_control_plane/models/outputgooglechronicle.py +21 -0
  104. cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
  105. cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
  106. cribl_control_plane/models/outputgooglepubsub.py +13 -0
  107. cribl_control_plane/models/outputgrafanacloud.py +50 -0
  108. cribl_control_plane/models/outputgraphite.py +12 -0
  109. cribl_control_plane/models/outputhoneycomb.py +13 -0
  110. cribl_control_plane/models/outputhumiohec.py +15 -0
  111. cribl_control_plane/models/outputinfluxdb.py +19 -0
  112. cribl_control_plane/models/outputkafka.py +24 -17
  113. cribl_control_plane/models/outputkinesis.py +15 -0
  114. cribl_control_plane/models/outputloki.py +20 -0
  115. cribl_control_plane/models/outputminio.py +28 -0
  116. cribl_control_plane/models/outputmsk.py +23 -17
  117. cribl_control_plane/models/outputnewrelic.py +16 -0
  118. cribl_control_plane/models/outputnewrelicevents.py +16 -0
  119. cribl_control_plane/models/outputopentelemetry.py +22 -0
  120. cribl_control_plane/models/outputprometheus.py +13 -0
  121. cribl_control_plane/models/outputring.py +2 -0
  122. cribl_control_plane/models/outputs3.py +35 -0
  123. cribl_control_plane/models/outputsecuritylake.py +29 -0
  124. cribl_control_plane/models/outputsentinel.py +15 -0
  125. cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
  126. cribl_control_plane/models/outputservicenow.py +21 -0
  127. cribl_control_plane/models/outputsignalfx.py +13 -0
  128. cribl_control_plane/models/outputsns.py +13 -0
  129. cribl_control_plane/models/outputsplunk.py +15 -0
  130. cribl_control_plane/models/outputsplunkhec.py +13 -0
  131. cribl_control_plane/models/outputsplunklb.py +15 -0
  132. cribl_control_plane/models/outputsqs.py +15 -0
  133. cribl_control_plane/models/outputstatsd.py +12 -0
  134. cribl_control_plane/models/outputstatsdext.py +12 -0
  135. cribl_control_plane/models/outputsumologic.py +15 -0
  136. cribl_control_plane/models/outputsyslog.py +24 -0
  137. cribl_control_plane/models/outputtcpjson.py +12 -0
  138. cribl_control_plane/models/outputwavefront.py +13 -0
  139. cribl_control_plane/models/outputwebhook.py +23 -0
  140. cribl_control_plane/models/outputxsiam.py +13 -0
  141. cribl_control_plane/models/packinfo.py +8 -5
  142. cribl_control_plane/models/packinstallinfo.py +8 -5
  143. cribl_control_plane/models/pipeline.py +4 -4
  144. cribl_control_plane/models/routeconf.py +3 -4
  145. cribl_control_plane/models/{routecloneconf.py → rulesetid.py} +4 -4
  146. cribl_control_plane/models/runnablejobcollection.py +4 -0
  147. cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py +63 -0
  148. cribl_control_plane/models/updatepacksop.py +25 -0
  149. cribl_control_plane/models/uploadpackresponse.py +13 -0
  150. cribl_control_plane/packs.py +202 -7
  151. cribl_control_plane/pipelines.py +8 -8
  152. {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/METADATA +44 -3
  153. {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/RECORD +154 -143
  154. cribl_control_plane/models/appmode.py +0 -14
  155. {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/WHEEL +0 -0
@@ -29,14 +29,18 @@ class InputKinesisConnection(BaseModel):
29
29
  class InputKinesisMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputKinesisCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -106,31 +110,42 @@ class InputKinesisPq(BaseModel):
106
110
  class ShardIteratorStart(str, Enum, metaclass=utils.OpenEnumMeta):
107
111
  r"""Location at which to start reading a shard for the first time"""
108
112
 
113
+ # Earliest record
109
114
  TRIM_HORIZON = "TRIM_HORIZON"
115
+ # Latest record
110
116
  LATEST = "LATEST"
111
117
 
112
118
 
113
119
  class InputKinesisRecordDataFormat(str, Enum, metaclass=utils.OpenEnumMeta):
114
120
  r"""Format of data inside the Kinesis Stream records. Gzip compression is automatically detected."""
115
121
 
122
+ # Cribl
116
123
  CRIBL = "cribl"
124
+ # Newline JSON
117
125
  NDJSON = "ndjson"
126
+ # Cloudwatch Logs
118
127
  CLOUDWATCH = "cloudwatch"
128
+ # Event per line
119
129
  LINE = "line"
120
130
 
121
131
 
122
132
  class ShardLoadBalancing(str, Enum, metaclass=utils.OpenEnumMeta):
123
133
  r"""The load-balancing algorithm to use for spreading out shards across Workers and Worker Processes"""
124
134
 
135
+ # Consistent Hashing
125
136
  CONSISTENT_HASHING = "ConsistentHashing"
137
+ # Round Robin
126
138
  ROUND_ROBIN = "RoundRobin"
127
139
 
128
140
 
129
141
  class InputKinesisAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
130
142
  r"""AWS authentication method. Choose Auto to use IAM roles."""
131
143
 
144
+ # Auto
132
145
  AUTO = "auto"
146
+ # Manual
133
147
  MANUAL = "manual"
148
+ # Secret Key pair
134
149
  SECRET = "secret"
135
150
 
136
151
 
@@ -29,14 +29,18 @@ class InputKubeEventsConnection(BaseModel):
29
29
  class InputKubeEventsMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputKubeEventsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputKubeLogsConnection(BaseModel):
29
29
  class InputKubeLogsMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputKubeLogsPqCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputKubeMetricsConnection(BaseModel):
29
29
  class InputKubeMetricsMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputKubeMetricsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputLokiConnection(BaseModel):
29
29
  class InputLokiMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputLokiCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputMetricsConnection(BaseModel):
29
29
  class InputMetricsMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputMetricsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputModelDrivenTelemetryConnection(BaseModel):
29
29
  class InputModelDrivenTelemetryMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputModelDrivenTelemetryCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputMskConnection(BaseModel):
29
29
  class InputMskMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputMskCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -116,13 +120,6 @@ class InputMskMetadatum(BaseModel):
116
120
  r"""JavaScript expression to compute field's value, enclosed in quotes or backticks. (Can evaluate to a constant.)"""
117
121
 
118
122
 
119
- class InputMskSchemaType(str, Enum, metaclass=utils.OpenEnumMeta):
120
- r"""The schema format used to encode and decode event data"""
121
-
122
- AVRO = "avro"
123
- JSON = "json"
124
-
125
-
126
123
  class InputMskAuthTypedDict(TypedDict):
127
124
  r"""Credentials to use when authenticating with the schema registry using basic HTTP authentication"""
128
125
 
@@ -233,8 +230,6 @@ class InputMskKafkaSchemaRegistryAuthenticationTypedDict(TypedDict):
233
230
  disabled: NotRequired[bool]
234
231
  schema_registry_url: NotRequired[str]
235
232
  r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
236
- schema_type: NotRequired[InputMskSchemaType]
237
- r"""The schema format used to encode and decode event data"""
238
233
  connection_timeout: NotRequired[float]
239
234
  r"""Maximum time to wait for a Schema Registry connection to complete successfully"""
240
235
  request_timeout: NotRequired[float]
@@ -254,14 +249,6 @@ class InputMskKafkaSchemaRegistryAuthentication(BaseModel):
254
249
  ] = "http://localhost:8081"
255
250
  r"""URL for accessing the Confluent Schema Registry. Example: http://localhost:8081. To connect over TLS, use https instead of http."""
256
251
 
257
- schema_type: Annotated[
258
- Annotated[
259
- Optional[InputMskSchemaType], PlainValidator(validate_open_enum(False))
260
- ],
261
- pydantic.Field(alias="schemaType"),
262
- ] = InputMskSchemaType.AVRO
263
- r"""The schema format used to encode and decode event data"""
264
-
265
252
  connection_timeout: Annotated[
266
253
  Optional[float], pydantic.Field(alias="connectionTimeout")
267
254
  ] = 30000
@@ -284,8 +271,11 @@ class InputMskKafkaSchemaRegistryAuthentication(BaseModel):
284
271
  class InputMskAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
285
272
  r"""AWS authentication method. Choose Auto to use IAM roles."""
286
273
 
274
+ # Auto
287
275
  AUTO = "auto"
276
+ # Manual
288
277
  MANUAL = "manual"
278
+ # Secret Key pair
289
279
  SECRET = "secret"
290
280
 
291
281
 
@@ -29,14 +29,18 @@ class InputNetflowConnection(BaseModel):
29
29
  class InputNetflowMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputNetflowCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputOffice365MgmtConnection(BaseModel):
29
29
  class InputOffice365MgmtMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputOffice365MgmtCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -107,9 +111,13 @@ class InputOffice365MgmtPq(BaseModel):
107
111
  class InputOffice365MgmtSubscriptionPlan(str, Enum, metaclass=utils.OpenEnumMeta):
108
112
  r"""Office 365 subscription plan for your organization, typically Office 365 Enterprise"""
109
113
 
114
+ # Office 365 Enterprise
110
115
  ENTERPRISE_GCC = "enterprise_gcc"
116
+ # Office 365 GCC
111
117
  GCC = "gcc"
118
+ # Office 365 GCC High
112
119
  GCC_HIGH = "gcc_high"
120
+ # Office 365 DoD
113
121
  DOD = "dod"
114
122
 
115
123
 
@@ -170,8 +178,11 @@ class InputOffice365MgmtContentConfig(BaseModel):
170
178
  class InputOffice365MgmtRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
171
179
  r"""The algorithm to use when performing HTTP retries"""
172
180
 
181
+ # Disabled
173
182
  NONE = "none"
183
+ # Backoff
174
184
  BACKOFF = "backoff"
185
+ # Static
175
186
  STATIC = "static"
176
187
 
177
188
 
@@ -29,14 +29,18 @@ class InputOffice365MsgTraceConnection(BaseModel):
29
29
  class InputOffice365MsgTraceMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputOffice365MsgTraceCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -142,8 +146,11 @@ class InputOffice365MsgTraceMetadatum(BaseModel):
142
146
  class InputOffice365MsgTraceRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
143
147
  r"""The algorithm to use when performing HTTP retries"""
144
148
 
149
+ # Disabled
145
150
  NONE = "none"
151
+ # Backoff
146
152
  BACKOFF = "backoff"
153
+ # Static
147
154
  STATIC = "static"
148
155
 
149
156
 
@@ -204,9 +211,13 @@ class InputOffice365MsgTraceRetryRules(BaseModel):
204
211
  class InputOffice365MsgTraceSubscriptionPlan(str, Enum, metaclass=utils.OpenEnumMeta):
205
212
  r"""Office 365 subscription plan for your organization, typically Office 365 Enterprise"""
206
213
 
214
+ # Office 365 Enterprise
207
215
  ENTERPRISE_GCC = "enterprise_gcc"
216
+ # Office 365 GCC
208
217
  GCC = "gcc"
218
+ # Office 365 GCC High
209
219
  GCC_HIGH = "gcc_high"
220
+ # Office 365 DoD
210
221
  DOD = "dod"
211
222
 
212
223
 
@@ -29,14 +29,18 @@ class InputOffice365ServiceConnection(BaseModel):
29
29
  class InputOffice365ServiceMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputOffice365ServiceCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -107,9 +111,13 @@ class InputOffice365ServicePq(BaseModel):
107
111
  class InputOffice365ServiceSubscriptionPlan(str, Enum, metaclass=utils.OpenEnumMeta):
108
112
  r"""Office 365 subscription plan for your organization, typically Office 365 Enterprise"""
109
113
 
114
+ # Office 365 Enterprise
110
115
  ENTERPRISE_GCC = "enterprise_gcc"
116
+ # Office 365 GCC
111
117
  GCC = "gcc"
118
+ # Office 365 GCC High
112
119
  GCC_HIGH = "gcc_high"
120
+ # Office 365 DoD
113
121
  DOD = "dod"
114
122
 
115
123
 
@@ -170,8 +178,11 @@ class InputOffice365ServiceContentConfig(BaseModel):
170
178
  class InputOffice365ServiceRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
171
179
  r"""The algorithm to use when performing HTTP retries"""
172
180
 
181
+ # Disabled
173
182
  NONE = "none"
183
+ # Backoff
174
184
  BACKOFF = "backoff"
185
+ # Static
175
186
  STATIC = "static"
176
187
 
177
188
 
@@ -29,14 +29,18 @@ class InputOpenTelemetryConnection(BaseModel):
29
29
  class InputOpenTelemetryMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputOpenTelemetryCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -189,14 +193,18 @@ class InputOpenTelemetryTLSSettingsServerSide(BaseModel):
189
193
  class InputOpenTelemetryProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
190
194
  r"""Select whether to leverage gRPC or HTTP for OpenTelemetry"""
191
195
 
196
+ # gRPC
192
197
  GRPC = "grpc"
198
+ # HTTP
193
199
  HTTP = "http"
194
200
 
195
201
 
196
202
  class InputOpenTelemetryOTLPVersion(str, Enum, metaclass=utils.OpenEnumMeta):
197
203
  r"""The version of OTLP Protobuf definitions to use when interpreting received data"""
198
204
 
205
+ # 0.10.0
199
206
  ZERO_DOT_10_DOT_0 = "0.10.0"
207
+ # 1.3.1
200
208
  ONE_DOT_3_DOT_1 = "1.3.1"
201
209
 
202
210
 
@@ -29,14 +29,18 @@ class InputPrometheusConnection(BaseModel):
29
29
  class InputPrometheusMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputPrometheusCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -106,8 +110,11 @@ class InputPrometheusPq(BaseModel):
106
110
  class InputPrometheusDiscoveryType(str, Enum, metaclass=utils.OpenEnumMeta):
107
111
  r"""Target discovery mechanism. Use static to manually enter a list of targets."""
108
112
 
113
+ # Static
109
114
  STATIC = "static"
115
+ # DNS
110
116
  DNS = "dns"
117
+ # AWS EC2
111
118
  EC2 = "ec2"
112
119
 
113
120
 
@@ -177,8 +184,11 @@ class InputPrometheusAwsAuthenticationMethodAuthenticationMethod(
177
184
  ):
178
185
  r"""AWS authentication method. Choose Auto to use IAM roles."""
179
186
 
187
+ # Auto
180
188
  AUTO = "auto"
189
+ # Manual
181
190
  MANUAL = "manual"
191
+ # Secret Key pair
182
192
  SECRET = "secret"
183
193
 
184
194
 
@@ -29,14 +29,18 @@ class InputPrometheusRwConnection(BaseModel):
29
29
  class InputPrometheusRwMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputPrometheusRwCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputRawUDPConnection(BaseModel):
29
29
  class InputRawUDPMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputRawUDPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -29,14 +29,18 @@ class InputS3Connection(BaseModel):
29
29
  class InputS3Mode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputS3Compression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -106,8 +110,11 @@ class InputS3Pq(BaseModel):
106
110
  class InputS3AuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
107
111
  r"""AWS authentication method. Choose Auto to use IAM roles."""
108
112
 
113
+ # Auto
109
114
  AUTO = "auto"
115
+ # Manual
110
116
  MANUAL = "manual"
117
+ # Secret Key pair
111
118
  SECRET = "secret"
112
119
 
113
120
 
@@ -29,14 +29,18 @@ class InputS3InventoryConnection(BaseModel):
29
29
  class InputS3InventoryMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputS3InventoryCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -106,8 +110,11 @@ class InputS3InventoryPq(BaseModel):
106
110
  class InputS3InventoryAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
107
111
  r"""AWS authentication method. Choose Auto to use IAM roles."""
108
112
 
113
+ # Auto
109
114
  AUTO = "auto"
115
+ # Manual
110
116
  MANUAL = "manual"
117
+ # Secret Key pair
111
118
  SECRET = "secret"
112
119
 
113
120
 
@@ -29,14 +29,18 @@ class InputSecurityLakeConnection(BaseModel):
29
29
  class InputSecurityLakeMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputSecurityLakeCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -107,8 +111,11 @@ class InputSecurityLakePq(BaseModel):
107
111
  class InputSecurityLakeAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
108
112
  r"""AWS authentication method. Choose Auto to use IAM roles."""
109
113
 
114
+ # Auto
110
115
  AUTO = "auto"
116
+ # Manual
111
117
  MANUAL = "manual"
118
+ # Secret Key pair
112
119
  SECRET = "secret"
113
120
 
114
121
 
@@ -29,14 +29,18 @@ class InputSnmpConnection(BaseModel):
29
29
  class InputSnmpMode(str, Enum, metaclass=utils.OpenEnumMeta):
30
30
  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
31
 
32
+ # Smart
32
33
  SMART = "smart"
34
+ # Always On
33
35
  ALWAYS = "always"
34
36
 
35
37
 
36
38
  class InputSnmpCompression(str, Enum, metaclass=utils.OpenEnumMeta):
37
39
  r"""Codec to use to compress the persisted data"""
38
40
 
41
+ # None
39
42
  NONE = "none"
43
+ # Gzip
40
44
  GZIP = "gzip"
41
45
 
42
46
 
@@ -104,12 +108,19 @@ class InputSnmpPq(BaseModel):
104
108
 
105
109
 
106
110
  class AuthenticationProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
111
+ # None
107
112
  NONE = "none"
113
+ # MD5
108
114
  MD5 = "md5"
115
+ # SHA1
109
116
  SHA = "sha"
117
+ # SHA224
110
118
  SHA224 = "sha224"
119
+ # SHA256
111
120
  SHA256 = "sha256"
121
+ # SHA384
112
122
  SHA384 = "sha384"
123
+ # SHA512
113
124
  SHA512 = "sha512"
114
125
 
115
126