You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
+64-12Lines changed: 64 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4884,6 +4884,8 @@ components:
4884
4884
- sds_scanned_bytes_usage
4885
4885
- serverless_apps_usage
4886
4886
- serverless_apps_apm_usage
4887
+
- siem_12mo_retention_usage
4888
+
- siem_6mo_retention_usage
4887
4889
- siem_analyzed_logs_add_on_usage
4888
4890
- siem_ingested_bytes_usage
4889
4891
- snmp_usage
@@ -4973,6 +4975,8 @@ components:
4973
4975
- SDS_SCANNED_BYTES_USAGE
4974
4976
- SERVERLESS_APPS_USAGE
4975
4977
- SERVERLESS_APPS_APM_USAGE
4978
+
- SIEM_12MO_RETENTION_USAGE
4979
+
- SIEM_6MO_RETENTION_USAGE
4976
4980
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
4977
4981
- SIEM_INGESTED_BYTES_USAGE
4978
4982
- SNMP_USAGE
@@ -9229,19 +9233,11 @@ components:
9229
9233
description: The monitor `CRITICAL` threshold.
9230
9234
format: double
9231
9235
type: number
9232
-
critical_query:
9233
-
description: Query evaluated as a dynamic `CRITICAL` threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
description: The monitor `CRITICAL` recovery threshold.
9238
9238
format: double
9239
9239
nullable: true
9240
9240
type: number
9241
-
critical_recovery_query:
9242
-
description: Query evaluated as a dynamic `CRITICAL` recovery threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
/// Query evaluated as a dynamic `CRITICAL` threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
18
-
#[serde(rename = "critical_query")]
19
-
pubcritical_query:Option<String>,
20
17
/// The monitor `CRITICAL` recovery threshold.
21
18
#[serde(
22
19
rename = "critical_recovery",
23
20
default,
24
21
with = "::serde_with::rust::double_option"
25
22
)]
26
23
pubcritical_recovery:Option<Option<f64>>,
27
-
/// Query evaluated as a dynamic `CRITICAL` recovery threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
28
-
#[serde(rename = "critical_recovery_query")]
29
-
pubcritical_recovery_query:Option<String>,
30
24
/// The monitor `OK` threshold.
31
25
#[serde(rename = "ok",default, with = "::serde_with::rust::double_option")]
0 commit comments