Skip to content

Commit

Permalink
Regenerate client from commit 64e977a9 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Apr 3, 2024
1 parent 7498b36 commit 8280fbe
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-02 13:17:34.863132",
"spec_repo_commit": "de9967cc"
"regenerated": "2024-04-03 08:00:07.500403",
"spec_repo_commit": "64e977a9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-04-02 13:17:34.881540",
"spec_repo_commit": "de9967cc"
"regenerated": "2024-04-03 08:00:07.517346",
"spec_repo_commit": "64e977a9"
}
}
}
15 changes: 10 additions & 5 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17283,7 +17283,8 @@ components:
$ref: '#/components/schemas/CloudConfigurationRuleComplianceSignalOptions'
filters:
description: Additional queries to filter matched events before they are
processed.
processed. This field is deprecated for log detection, signal correlation,
and workload security rules.
items:
$ref: '#/components/schemas/SecurityMonitoringFilter'
type: array
Expand Down Expand Up @@ -17531,7 +17532,8 @@ components:
type: array
filters:
description: Additional queries to filter matched events before they are
processed.
processed. This field is deprecated for log detection, signal correlation,
and workload security rules.
items:
$ref: '#/components/schemas/SecurityMonitoringFilter'
type: array
Expand Down Expand Up @@ -17633,7 +17635,8 @@ components:
type: integer
filters:
description: Additional queries to filter matched events before they are
processed.
processed. This field is deprecated for log detection, signal correlation,
and workload security rules.
items:
$ref: '#/components/schemas/SecurityMonitoringFilter'
type: array
Expand Down Expand Up @@ -17912,7 +17915,8 @@ components:
type: array
filters:
description: Additional queries to filter matched events before they are
processed.
processed. This field is deprecated for log detection, signal correlation,
and workload security rules.
items:
$ref: '#/components/schemas/SecurityMonitoringFilter'
type: array
Expand Down Expand Up @@ -18039,7 +18043,8 @@ components:
type: integer
filters:
description: Additional queries to filter matched events before they are
processed.
processed. This field is deprecated for log detection, signal correlation,
and workload security rules.
items:
$ref: '#/components/schemas/SecurityMonitoringFilter'
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct SecurityMonitoringRuleUpdatePayload {
#[serde(rename = "complianceSignalOptions")]
pub compliance_signal_options:
Option<crate::datadogV2::model::CloudConfigurationRuleComplianceSignalOptions>,
/// Additional queries to filter matched events before they are processed.
/// Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
#[serde(rename = "filters")]
pub filters: Option<Vec<crate::datadogV2::model::SecurityMonitoringFilter>>,
/// Whether the notifications include the triggering group-by values in their title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct SecurityMonitoringSignalRuleCreatePayload {
/// Cases for generating signals.
#[serde(rename = "cases")]
pub cases: Vec<crate::datadogV2::model::SecurityMonitoringRuleCaseCreate>,
/// Additional queries to filter matched events before they are processed.
/// Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
#[serde(rename = "filters")]
pub filters: Option<Vec<crate::datadogV2::model::SecurityMonitoringFilter>>,
/// Whether the notifications include the triggering group-by values in their title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct SecurityMonitoringSignalRuleResponse {
/// When the rule will be deprecated, timestamp in milliseconds.
#[serde(rename = "deprecationDate")]
pub deprecation_date: Option<i64>,
/// Additional queries to filter matched events before they are processed.
/// Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
#[serde(rename = "filters")]
pub filters: Option<Vec<crate::datadogV2::model::SecurityMonitoringFilter>>,
/// Whether the notifications include the triggering group-by values in their title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct SecurityMonitoringStandardRuleCreatePayload {
/// Cases for generating signals.
#[serde(rename = "cases")]
pub cases: Vec<crate::datadogV2::model::SecurityMonitoringRuleCaseCreate>,
/// Additional queries to filter matched events before they are processed.
/// Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
#[serde(rename = "filters")]
pub filters: Option<Vec<crate::datadogV2::model::SecurityMonitoringFilter>>,
/// Whether the notifications include the triggering group-by values in their title.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct SecurityMonitoringStandardRuleResponse {
/// When the rule will be deprecated, timestamp in milliseconds.
#[serde(rename = "deprecationDate")]
pub deprecation_date: Option<i64>,
/// Additional queries to filter matched events before they are processed.
/// Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.
#[serde(rename = "filters")]
pub filters: Option<Vec<crate::datadogV2::model::SecurityMonitoringFilter>>,
/// Whether the notifications include the triggering group-by values in their title.
Expand Down

0 comments on commit 8280fbe

Please sign in to comment.