cribl-control-plane 0.2.1rc6__py3-none-any.whl → 0.3.0a1__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 (157) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/errors/__init__.py +5 -8
  3. cribl_control_plane/errors/{healthserverstatus_error.py → healthstatus_error.py} +9 -10
  4. cribl_control_plane/groups_sdk.py +30 -54
  5. cribl_control_plane/health.py +16 -22
  6. cribl_control_plane/models/__init__.py +50 -103
  7. cribl_control_plane/models/appmode.py +14 -0
  8. cribl_control_plane/models/authtoken.py +1 -5
  9. cribl_control_plane/models/configgroup.py +6 -35
  10. cribl_control_plane/models/createconfiggroupbyproductop.py +7 -8
  11. cribl_control_plane/models/createroutesappendbyidop.py +2 -2
  12. cribl_control_plane/models/createversionundoop.py +3 -3
  13. cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  14. cribl_control_plane/models/distributedsummary.py +0 -6
  15. cribl_control_plane/models/error.py +16 -0
  16. cribl_control_plane/models/gethealthinfoop.py +17 -0
  17. cribl_control_plane/models/hbcriblinfo.py +3 -14
  18. cribl_control_plane/models/{healthserverstatus.py → healthstatus.py} +7 -7
  19. cribl_control_plane/models/heartbeatmetadata.py +0 -3
  20. cribl_control_plane/models/input.py +63 -65
  21. cribl_control_plane/models/inputappscope.py +0 -4
  22. cribl_control_plane/models/inputazureblob.py +0 -4
  23. cribl_control_plane/models/inputcollection.py +0 -4
  24. cribl_control_plane/models/inputconfluentcloud.py +18 -8
  25. cribl_control_plane/models/inputcribl.py +0 -4
  26. cribl_control_plane/models/inputcriblhttp.py +0 -4
  27. cribl_control_plane/models/inputcribllakehttp.py +0 -4
  28. cribl_control_plane/models/inputcriblmetrics.py +0 -4
  29. cribl_control_plane/models/inputcribltcp.py +0 -4
  30. cribl_control_plane/models/inputcrowdstrike.py +0 -7
  31. cribl_control_plane/models/inputdatadogagent.py +0 -4
  32. cribl_control_plane/models/inputdatagen.py +0 -4
  33. cribl_control_plane/models/inputedgeprometheus.py +0 -12
  34. cribl_control_plane/models/inputelastic.py +0 -11
  35. cribl_control_plane/models/inputeventhub.py +0 -6
  36. cribl_control_plane/models/inputexec.py +0 -4
  37. cribl_control_plane/models/inputfile.py +0 -6
  38. cribl_control_plane/models/inputfirehose.py +0 -4
  39. cribl_control_plane/models/inputgooglepubsub.py +0 -7
  40. cribl_control_plane/models/inputgrafana.py +0 -8
  41. cribl_control_plane/models/inputhttp.py +0 -4
  42. cribl_control_plane/models/inputhttpraw.py +0 -4
  43. cribl_control_plane/models/inputjournalfiles.py +0 -4
  44. cribl_control_plane/models/inputkafka.py +17 -8
  45. cribl_control_plane/models/inputkinesis.py +0 -15
  46. cribl_control_plane/models/inputkubeevents.py +0 -4
  47. cribl_control_plane/models/inputkubelogs.py +0 -4
  48. cribl_control_plane/models/inputkubemetrics.py +0 -4
  49. cribl_control_plane/models/inputloki.py +0 -4
  50. cribl_control_plane/models/inputmetrics.py +0 -4
  51. cribl_control_plane/models/inputmodeldriventelemetry.py +0 -4
  52. cribl_control_plane/models/inputmsk.py +17 -7
  53. cribl_control_plane/models/inputnetflow.py +0 -4
  54. cribl_control_plane/models/inputoffice365mgmt.py +0 -11
  55. cribl_control_plane/models/inputoffice365msgtrace.py +0 -11
  56. cribl_control_plane/models/inputoffice365service.py +0 -11
  57. cribl_control_plane/models/inputopentelemetry.py +0 -8
  58. cribl_control_plane/models/inputprometheus.py +0 -10
  59. cribl_control_plane/models/inputprometheusrw.py +0 -4
  60. cribl_control_plane/models/inputrawudp.py +0 -4
  61. cribl_control_plane/models/inputs3.py +0 -7
  62. cribl_control_plane/models/inputs3inventory.py +0 -7
  63. cribl_control_plane/models/inputsecuritylake.py +0 -7
  64. cribl_control_plane/models/inputsnmp.py +0 -11
  65. cribl_control_plane/models/inputsplunk.py +0 -9
  66. cribl_control_plane/models/inputsplunkhec.py +0 -4
  67. cribl_control_plane/models/inputsplunksearch.py +0 -7
  68. cribl_control_plane/models/inputsqs.py +0 -9
  69. cribl_control_plane/models/inputsyslog.py +0 -8
  70. cribl_control_plane/models/inputsystemmetrics.py +0 -32
  71. cribl_control_plane/models/inputsystemstate.py +0 -4
  72. cribl_control_plane/models/inputtcp.py +0 -4
  73. cribl_control_plane/models/inputtcpjson.py +0 -4
  74. cribl_control_plane/models/inputwef.py +0 -6
  75. cribl_control_plane/models/inputwindowsmetrics.py +0 -28
  76. cribl_control_plane/models/inputwineventlogs.py +0 -8
  77. cribl_control_plane/models/inputwiz.py +0 -7
  78. cribl_control_plane/models/inputwizwebhook.py +0 -4
  79. cribl_control_plane/models/inputzscalerhec.py +0 -4
  80. cribl_control_plane/models/jobinfo.py +1 -4
  81. cribl_control_plane/models/logininfo.py +3 -3
  82. cribl_control_plane/models/nodeprovidedinfo.py +1 -11
  83. cribl_control_plane/models/output.py +72 -77
  84. cribl_control_plane/models/outputazureblob.py +0 -20
  85. cribl_control_plane/models/outputazuredataexplorer.py +0 -28
  86. cribl_control_plane/models/outputazureeventhub.py +0 -17
  87. cribl_control_plane/models/outputazurelogs.py +0 -13
  88. cribl_control_plane/models/outputchronicle.py +0 -13
  89. cribl_control_plane/models/outputclickhouse.py +0 -17
  90. cribl_control_plane/models/outputcloudwatch.py +0 -13
  91. cribl_control_plane/models/outputconfluentcloud.py +18 -24
  92. cribl_control_plane/models/outputcriblhttp.py +0 -15
  93. cribl_control_plane/models/outputcribllake.py +0 -21
  94. cribl_control_plane/models/outputcribltcp.py +0 -12
  95. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -15
  96. cribl_control_plane/models/outputdatadog.py +0 -30
  97. cribl_control_plane/models/outputdataset.py +0 -23
  98. cribl_control_plane/models/outputdls3.py +0 -35
  99. cribl_control_plane/models/outputdynatracehttp.py +0 -22
  100. cribl_control_plane/models/outputdynatraceotlp.py +0 -22
  101. cribl_control_plane/models/outputelastic.py +0 -18
  102. cribl_control_plane/models/outputelasticcloud.py +0 -13
  103. cribl_control_plane/models/outputexabeam.py +0 -14
  104. cribl_control_plane/models/outputfilesystem.py +0 -15
  105. cribl_control_plane/models/outputgooglechronicle.py +0 -21
  106. cribl_control_plane/models/outputgooglecloudlogging.py +0 -19
  107. cribl_control_plane/models/outputgooglecloudstorage.py +0 -28
  108. cribl_control_plane/models/outputgooglepubsub.py +0 -13
  109. cribl_control_plane/models/outputgrafanacloud.py +0 -50
  110. cribl_control_plane/models/outputgraphite.py +0 -12
  111. cribl_control_plane/models/outputhoneycomb.py +0 -13
  112. cribl_control_plane/models/outputhumiohec.py +0 -15
  113. cribl_control_plane/models/outputinfluxdb.py +0 -19
  114. cribl_control_plane/models/outputkafka.py +17 -24
  115. cribl_control_plane/models/outputkinesis.py +0 -15
  116. cribl_control_plane/models/outputloki.py +0 -20
  117. cribl_control_plane/models/outputminio.py +0 -28
  118. cribl_control_plane/models/outputmsk.py +17 -23
  119. cribl_control_plane/models/outputnewrelic.py +0 -16
  120. cribl_control_plane/models/outputnewrelicevents.py +0 -16
  121. cribl_control_plane/models/outputopentelemetry.py +0 -22
  122. cribl_control_plane/models/outputprometheus.py +0 -13
  123. cribl_control_plane/models/outputring.py +0 -2
  124. cribl_control_plane/models/outputs3.py +0 -35
  125. cribl_control_plane/models/outputsecuritylake.py +0 -29
  126. cribl_control_plane/models/outputsentinel.py +0 -15
  127. cribl_control_plane/models/outputsentineloneaisiem.py +0 -13
  128. cribl_control_plane/models/outputservicenow.py +0 -21
  129. cribl_control_plane/models/outputsignalfx.py +0 -13
  130. cribl_control_plane/models/outputsns.py +0 -13
  131. cribl_control_plane/models/outputsplunk.py +0 -15
  132. cribl_control_plane/models/outputsplunkhec.py +0 -13
  133. cribl_control_plane/models/outputsplunklb.py +0 -15
  134. cribl_control_plane/models/outputsqs.py +0 -15
  135. cribl_control_plane/models/outputstatsd.py +0 -12
  136. cribl_control_plane/models/outputstatsdext.py +0 -12
  137. cribl_control_plane/models/outputsumologic.py +0 -15
  138. cribl_control_plane/models/outputsyslog.py +0 -24
  139. cribl_control_plane/models/outputtcpjson.py +0 -12
  140. cribl_control_plane/models/outputwavefront.py +0 -13
  141. cribl_control_plane/models/outputwebhook.py +0 -23
  142. cribl_control_plane/models/outputxsiam.py +0 -13
  143. cribl_control_plane/models/packinfo.py +5 -8
  144. cribl_control_plane/models/packinstallinfo.py +5 -8
  145. cribl_control_plane/models/{uploadpackresponse.py → routecloneconf.py} +4 -4
  146. cribl_control_plane/models/routeconf.py +4 -3
  147. cribl_control_plane/models/runnablejobcollection.py +0 -4
  148. cribl_control_plane/packs.py +7 -202
  149. cribl_control_plane/routes_sdk.py +6 -6
  150. cribl_control_plane/tokens.py +15 -23
  151. {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/METADATA +9 -50
  152. {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/RECORD +153 -154
  153. cribl_control_plane/models/groupcreaterequest.py +0 -152
  154. cribl_control_plane/models/outpostnodeinfo.py +0 -16
  155. cribl_control_plane/models/outputdatabricks.py +0 -411
  156. cribl_control_plane/models/updatepacksop.py +0 -25
  157. {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.3.0a1.dist-info}/WHEEL +0 -0
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputOffice365MgmtCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,13 +107,9 @@ class InputOffice365MgmtPq(BaseModel):
111
107
  class InputOffice365MgmtSubscriptionPlan(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""Office 365 subscription plan for your organization, typically Office 365 Enterprise"""
113
109
 
114
- # Office 365 Enterprise
115
110
  ENTERPRISE_GCC = "enterprise_gcc"
116
- # Office 365 GCC
117
111
  GCC = "gcc"
118
- # Office 365 GCC High
119
112
  GCC_HIGH = "gcc_high"
120
- # Office 365 DoD
121
113
  DOD = "dod"
122
114
 
123
115
 
@@ -178,11 +170,8 @@ class InputOffice365MgmtContentConfig(BaseModel):
178
170
  class InputOffice365MgmtRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
179
171
  r"""The algorithm to use when performing HTTP retries"""
180
172
 
181
- # Disabled
182
173
  NONE = "none"
183
- # Backoff
184
174
  BACKOFF = "backoff"
185
- # Static
186
175
  STATIC = "static"
187
176
 
188
177
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputOffice365MsgTraceCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -146,11 +142,8 @@ class InputOffice365MsgTraceMetadatum(BaseModel):
146
142
  class InputOffice365MsgTraceRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
147
143
  r"""The algorithm to use when performing HTTP retries"""
148
144
 
149
- # Disabled
150
145
  NONE = "none"
151
- # Backoff
152
146
  BACKOFF = "backoff"
153
- # Static
154
147
  STATIC = "static"
155
148
 
156
149
 
@@ -211,13 +204,9 @@ class InputOffice365MsgTraceRetryRules(BaseModel):
211
204
  class InputOffice365MsgTraceSubscriptionPlan(str, Enum, metaclass=utils.OpenEnumMeta):
212
205
  r"""Office 365 subscription plan for your organization, typically Office 365 Enterprise"""
213
206
 
214
- # Office 365 Enterprise
215
207
  ENTERPRISE_GCC = "enterprise_gcc"
216
- # Office 365 GCC
217
208
  GCC = "gcc"
218
- # Office 365 GCC High
219
209
  GCC_HIGH = "gcc_high"
220
- # Office 365 DoD
221
210
  DOD = "dod"
222
211
 
223
212
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputOffice365ServiceCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,13 +107,9 @@ class InputOffice365ServicePq(BaseModel):
111
107
  class InputOffice365ServiceSubscriptionPlan(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""Office 365 subscription plan for your organization, typically Office 365 Enterprise"""
113
109
 
114
- # Office 365 Enterprise
115
110
  ENTERPRISE_GCC = "enterprise_gcc"
116
- # Office 365 GCC
117
111
  GCC = "gcc"
118
- # Office 365 GCC High
119
112
  GCC_HIGH = "gcc_high"
120
- # Office 365 DoD
121
113
  DOD = "dod"
122
114
 
123
115
 
@@ -178,11 +170,8 @@ class InputOffice365ServiceContentConfig(BaseModel):
178
170
  class InputOffice365ServiceRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
179
171
  r"""The algorithm to use when performing HTTP retries"""
180
172
 
181
- # Disabled
182
173
  NONE = "none"
183
- # Backoff
184
174
  BACKOFF = "backoff"
185
- # Static
186
175
  STATIC = "static"
187
176
 
188
177
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputOpenTelemetryCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -193,18 +189,14 @@ class InputOpenTelemetryTLSSettingsServerSide(BaseModel):
193
189
  class InputOpenTelemetryProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
194
190
  r"""Select whether to leverage gRPC or HTTP for OpenTelemetry"""
195
191
 
196
- # gRPC
197
192
  GRPC = "grpc"
198
- # HTTP
199
193
  HTTP = "http"
200
194
 
201
195
 
202
196
  class InputOpenTelemetryOTLPVersion(str, Enum, metaclass=utils.OpenEnumMeta):
203
197
  r"""The version of OTLP Protobuf definitions to use when interpreting received data"""
204
198
 
205
- # 0.10.0
206
199
  ZERO_DOT_10_DOT_0 = "0.10.0"
207
- # 1.3.1
208
200
  ONE_DOT_3_DOT_1 = "1.3.1"
209
201
 
210
202
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputPrometheusCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,11 +106,8 @@ class InputPrometheusPq(BaseModel):
110
106
  class InputPrometheusDiscoveryType(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""Target discovery mechanism. Use static to manually enter a list of targets."""
112
108
 
113
- # Static
114
109
  STATIC = "static"
115
- # DNS
116
110
  DNS = "dns"
117
- # AWS EC2
118
111
  EC2 = "ec2"
119
112
 
120
113
 
@@ -184,11 +177,8 @@ class InputPrometheusAwsAuthenticationMethodAuthenticationMethod(
184
177
  ):
185
178
  r"""AWS authentication method. Choose Auto to use IAM roles."""
186
179
 
187
- # Auto
188
180
  AUTO = "auto"
189
- # Manual
190
181
  MANUAL = "manual"
191
- # Secret Key pair
192
182
  SECRET = "secret"
193
183
 
194
184
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputPrometheusRwCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputRawUDPCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputS3Compression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,11 +106,8 @@ class InputS3Pq(BaseModel):
110
106
  class InputS3AuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""AWS authentication method. Choose Auto to use IAM roles."""
112
108
 
113
- # Auto
114
109
  AUTO = "auto"
115
- # Manual
116
110
  MANUAL = "manual"
117
- # Secret Key pair
118
111
  SECRET = "secret"
119
112
 
120
113
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputS3InventoryCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,11 +106,8 @@ class InputS3InventoryPq(BaseModel):
110
106
  class InputS3InventoryAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""AWS authentication method. Choose Auto to use IAM roles."""
112
108
 
113
- # Auto
114
109
  AUTO = "auto"
115
- # Manual
116
110
  MANUAL = "manual"
117
- # Secret Key pair
118
111
  SECRET = "secret"
119
112
 
120
113
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSecurityLakeCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,11 +107,8 @@ class InputSecurityLakePq(BaseModel):
111
107
  class InputSecurityLakeAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""AWS authentication method. Choose Auto to use IAM roles."""
113
109
 
114
- # Auto
115
110
  AUTO = "auto"
116
- # Manual
117
111
  MANUAL = "manual"
118
- # Secret Key pair
119
112
  SECRET = "secret"
120
113
 
121
114
 
@@ -29,18 +29,14 @@ 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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSnmpCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -108,19 +104,12 @@ class InputSnmpPq(BaseModel):
108
104
 
109
105
 
110
106
  class AuthenticationProtocol(str, Enum, metaclass=utils.OpenEnumMeta):
111
- # None
112
107
  NONE = "none"
113
- # MD5
114
108
  MD5 = "md5"
115
- # SHA1
116
109
  SHA = "sha"
117
- # SHA224
118
110
  SHA224 = "sha224"
119
- # SHA256
120
111
  SHA256 = "sha256"
121
- # SHA384
122
112
  SHA384 = "sha384"
123
- # SHA512
124
113
  SHA512 = "sha512"
125
114
 
126
115
 
@@ -29,18 +29,14 @@ class InputSplunkConnection(BaseModel):
29
29
  class InputSplunkMode(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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSplunkPqCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -218,20 +214,15 @@ class InputSplunkAuthToken(BaseModel):
218
214
  class InputSplunkMaxS2SVersion(str, Enum, metaclass=utils.OpenEnumMeta):
219
215
  r"""The highest S2S protocol version to advertise during handshake"""
220
216
 
221
- # v3
222
217
  V3 = "v3"
223
- # v4
224
218
  V4 = "v4"
225
219
 
226
220
 
227
221
  class InputSplunkCompression(str, Enum, metaclass=utils.OpenEnumMeta):
228
222
  r"""Controls whether to support reading compressed data from a forwarder. Select 'Automatic' to match the forwarder's configuration, or 'Disabled' to reject compressed connections."""
229
223
 
230
- # Disabled
231
224
  DISABLED = "disabled"
232
- # Automatic
233
225
  AUTO = "auto"
234
- # Always
235
226
  ALWAYS = "always"
236
227
 
237
228
 
@@ -29,18 +29,14 @@ class InputSplunkHecConnection(BaseModel):
29
29
  class InputSplunkHecMode(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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSplunkHecCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -29,18 +29,14 @@ class InputSplunkSearchConnection(BaseModel):
29
29
  class InputSplunkSearchMode(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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSplunkSearchCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -166,11 +162,8 @@ class InputSplunkSearchMetadatum(BaseModel):
166
162
  class InputSplunkSearchRetryType(str, Enum, metaclass=utils.OpenEnumMeta):
167
163
  r"""The algorithm to use when performing HTTP retries"""
168
164
 
169
- # Disabled
170
165
  NONE = "none"
171
- # Backoff
172
166
  BACKOFF = "backoff"
173
- # Static
174
167
  STATIC = "static"
175
168
 
176
169
 
@@ -29,18 +29,14 @@ class InputSqsConnection(BaseModel):
29
29
  class InputSqsMode(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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSqsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -110,20 +106,15 @@ class InputSqsPq(BaseModel):
110
106
  class InputSqsQueueType(str, Enum, metaclass=utils.OpenEnumMeta):
111
107
  r"""The queue type used (or created)"""
112
108
 
113
- # Standard
114
109
  STANDARD = "standard"
115
- # FIFO
116
110
  FIFO = "fifo"
117
111
 
118
112
 
119
113
  class InputSqsAuthenticationMethod(str, Enum, metaclass=utils.OpenEnumMeta):
120
114
  r"""AWS authentication method. Choose Auto to use IAM roles."""
121
115
 
122
- # Auto
123
116
  AUTO = "auto"
124
- # Manual
125
117
  MANUAL = "manual"
126
- # Secret Key pair
127
118
  SECRET = "secret"
128
119
 
129
120
 
@@ -29,18 +29,14 @@ class InputSyslogConnection2(BaseModel):
29
29
  class InputSyslogMode2(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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSyslogCompression2(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -416,18 +412,14 @@ class InputSyslogConnection1(BaseModel):
416
412
  class InputSyslogMode1(str, Enum, metaclass=utils.OpenEnumMeta):
417
413
  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."""
418
414
 
419
- # Smart
420
415
  SMART = "smart"
421
- # Always On
422
416
  ALWAYS = "always"
423
417
 
424
418
 
425
419
  class InputSyslogCompression1(str, Enum, metaclass=utils.OpenEnumMeta):
426
420
  r"""Codec to use to compress the persisted data"""
427
421
 
428
- # None
429
422
  NONE = "none"
430
- # Gzip
431
423
  GZIP = "gzip"
432
424
 
433
425
 
@@ -29,18 +29,14 @@ class InputSystemMetricsConnection(BaseModel):
29
29
  class InputSystemMetricsPqMode(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
33
32
  SMART = "smart"
34
- # Always On
35
33
  ALWAYS = "always"
36
34
 
37
35
 
38
36
  class InputSystemMetricsCompression(str, Enum, metaclass=utils.OpenEnumMeta):
39
37
  r"""Codec to use to compress the persisted data"""
40
38
 
41
- # None
42
39
  NONE = "none"
43
- # Gzip
44
40
  GZIP = "gzip"
45
41
 
46
42
 
@@ -111,26 +107,18 @@ class InputSystemMetricsPq(BaseModel):
111
107
  class InputSystemMetricsHostMode(str, Enum, metaclass=utils.OpenEnumMeta):
112
108
  r"""Select level of detail for host metrics"""
113
109
 
114
- # Basic
115
110
  BASIC = "basic"
116
- # All
117
111
  ALL = "all"
118
- # Custom
119
112
  CUSTOM = "custom"
120
- # Disabled
121
113
  DISABLED = "disabled"
122
114
 
123
115
 
124
116
  class InputSystemMetricsSystemMode(str, Enum, metaclass=utils.OpenEnumMeta):
125
117
  r"""Select the level of detail for system metrics"""
126
118
 
127
- # Basic
128
119
  BASIC = "basic"
129
- # All
130
120
  ALL = "all"
131
- # Custom
132
121
  CUSTOM = "custom"
133
- # Disabled
134
122
  DISABLED = "disabled"
135
123
 
136
124
 
@@ -155,13 +143,9 @@ class InputSystemMetricsSystem(BaseModel):
155
143
  class InputSystemMetricsCPUMode(str, Enum, metaclass=utils.OpenEnumMeta):
156
144
  r"""Select the level of detail for CPU metrics"""
157
145
 
158
- # Basic
159
146
  BASIC = "basic"
160
- # All
161
147
  ALL = "all"
162
- # Custom
163
148
  CUSTOM = "custom"
164
- # Disabled
165
149
  DISABLED = "disabled"
166
150
 
167
151
 
@@ -195,13 +179,9 @@ class InputSystemMetricsCPU(BaseModel):
195
179
  class InputSystemMetricsMemoryMode(str, Enum, metaclass=utils.OpenEnumMeta):
196
180
  r"""Select the level of detail for memory metrics"""
197
181
 
198
- # Basic
199
182
  BASIC = "basic"
200
- # All
201
183
  ALL = "all"
202
- # Custom
203
184
  CUSTOM = "custom"
204
- # Disabled
205
185
  DISABLED = "disabled"
206
186
 
207
187
 
@@ -226,13 +206,9 @@ class InputSystemMetricsMemory(BaseModel):
226
206
  class InputSystemMetricsNetworkMode(str, Enum, metaclass=utils.OpenEnumMeta):
227
207
  r"""Select the level of detail for network metrics"""
228
208
 
229
- # Basic
230
209
  BASIC = "basic"
231
- # All
232
210
  ALL = "all"
233
- # Custom
234
211
  CUSTOM = "custom"
235
- # Disabled
236
212
  DISABLED = "disabled"
237
213
 
238
214
 
@@ -269,13 +245,9 @@ class InputSystemMetricsNetwork(BaseModel):
269
245
  class InputSystemMetricsDiskMode(str, Enum, metaclass=utils.OpenEnumMeta):
270
246
  r"""Select the level of detail for disk metrics"""
271
247
 
272
- # Basic
273
248
  BASIC = "basic"
274
- # All
275
249
  ALL = "all"
276
- # Custom
277
250
  CUSTOM = "custom"
278
- # Disabled
279
251
  DISABLED = "disabled"
280
252
 
281
253
 
@@ -380,13 +352,9 @@ class InputSystemMetricsProcess(BaseModel):
380
352
  class ContainerMode(str, Enum, metaclass=utils.OpenEnumMeta):
381
353
  r"""Select the level of detail for container metrics"""
382
354
 
383
- # Basic
384
355
  BASIC = "basic"
385
- # All
386
356
  ALL = "all"
387
- # Custom
388
357
  CUSTOM = "custom"
389
- # Disabled
390
358
  DISABLED = "disabled"
391
359
 
392
360