Skip to content

Commit 7692bed

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 3c39fb0c of spec repo (#2397)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 8817fc2 commit 7692bed

File tree

74 files changed

+314
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+314
-334
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-02-04 14:10:04.791613",
8-
"spec_repo_commit": "4fb9047a"
7+
"regenerated": "2025-02-06 14:56:59.904084",
8+
"spec_repo_commit": "3c39fb0c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-04 14:10:04.806083",
13-
"spec_repo_commit": "4fb9047a"
12+
"regenerated": "2025-02-06 14:56:59.918861",
13+
"spec_repo_commit": "3c39fb0c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23184,16 +23184,15 @@ components:
2318423184
x-enum-varnames:
2318523185
- RULE
2318623186
RuleTypes:
23187-
description: Security rule types used to filter signals and vulnerabilities
23188-
generating notifications.
23187+
description: Security rule types used as filters in security rules.
2318923188
example:
2319023189
- misconfiguration
2319123190
- attack_path
2319223191
items:
2319323192
$ref: '#/components/schemas/RuleTypesItems'
2319423193
type: array
2319523194
RuleTypesItems:
23196-
description: 'Security rule types which can be used in notification rules.
23195+
description: 'Security rule type which can be used in security rules.
2319723196

2319823197
Signal-based notification rules can filter signals based on rule types application_security,
2319923198
log_detection,
@@ -44078,7 +44077,7 @@ paths:
4407844077
appKeyAuth: []
4407944078
- AuthZ:
4408044079
- security_monitoring_notification_profiles_read
44081-
summary: Get the list of signal-based rules
44080+
summary: Get the list of signal-based notification rules
4408244081
tags:
4408344082
- Security Monitoring
4408444083
x-permission:
@@ -44120,7 +44119,7 @@ paths:
4412044119
appKeyAuth: []
4412144120
- AuthZ:
4412244121
- security_monitoring_notification_profiles_write
44123-
summary: Create a new signal-based rule
44122+
summary: Create a new signal-based notification rule
4412444123
tags:
4412544124
- Security Monitoring
4412644125
x-codegen-request-body-name: body
@@ -44153,7 +44152,7 @@ paths:
4415344152
appKeyAuth: []
4415444153
- AuthZ:
4415544154
- security_monitoring_notification_profiles_write
44156-
summary: Delete a signal-based rule
44155+
summary: Delete a signal-based notification rule
4415744156
tags:
4415844157
- Security Monitoring
4415944158
x-permission:
@@ -44190,7 +44189,7 @@ paths:
4419044189
appKeyAuth: []
4419144190
- AuthZ:
4419244191
- security_monitoring_notification_profiles_read
44193-
summary: Get details of a signal-based rule
44192+
summary: Get details of a signal-based notification rule
4419444193
tags:
4419544194
- Security Monitoring
4419644195
x-permission:
@@ -44236,7 +44235,7 @@ paths:
4423644235
appKeyAuth: []
4423744236
- AuthZ:
4423844237
- security_monitoring_notification_profiles_write
44239-
summary: Patch a signal-based rule
44238+
summary: Patch a signal-based notification rule
4424044239
tags:
4424144240
- Security Monitoring
4424244241
x-codegen-request-body-name: body
@@ -44636,7 +44635,7 @@ paths:
4463644635
appKeyAuth: []
4463744636
- AuthZ:
4463844637
- security_monitoring_notification_profiles_read
44639-
summary: Get the list of vulnerability-based rules
44638+
summary: Get the list of vulnerability notification rules
4464044639
tags:
4464144640
- Security Monitoring
4464244641
x-permission:
@@ -44678,7 +44677,7 @@ paths:
4467844677
appKeyAuth: []
4467944678
- AuthZ:
4468044679
- security_monitoring_notification_profiles_write
44681-
summary: Create a new vulnerability-based rule
44680+
summary: Create a new vulnerability-based notification rule
4468244681
tags:
4468344682
- Security Monitoring
4468444683
x-codegen-request-body-name: body
@@ -44711,7 +44710,7 @@ paths:
4471144710
appKeyAuth: []
4471244711
- AuthZ:
4471344712
- security_monitoring_notification_profiles_write
44714-
summary: Delete a vulnerability-based rule
44713+
summary: Delete a vulnerability-based notification rule
4471544714
tags:
4471644715
- Security Monitoring
4471744716
x-permission:
@@ -44748,7 +44747,7 @@ paths:
4474844747
appKeyAuth: []
4474944748
- AuthZ:
4475044749
- security_monitoring_notification_profiles_read
44751-
summary: Get details of a vulnerability-based rule
44750+
summary: Get details of a vulnerability notification rule
4475244751
tags:
4475344752
- Security Monitoring
4475444753
x-permission:
@@ -44794,7 +44793,7 @@ paths:
4479444793
appKeyAuth: []
4479544794
- AuthZ:
4479644795
- security_monitoring_notification_profiles_write
44797-
summary: Patch a vulnerability-based rule
44796+
summary: Patch a vulnerability-based notification rule
4479844797
tags:
4479944798
- Security Monitoring
4480044799
x-codegen-request-body-name: body

examples/v2/security-monitoring/CreateSignalNotificationRule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Create a new signal-based rule returns "Successfully created the notification rule." response
2+
Create a new signal-based notification rule returns "Successfully created the notification rule." response
33
"""
44

55
from datadog_api_client import ApiClient, Configuration

examples/v2/security-monitoring/CreateVulnerabilityNotificationRule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Create a new vulnerability-based rule returns "Successfully created the notification rule." response
2+
Create a new vulnerability-based notification rule returns "Successfully created the notification rule." response
33
"""
44

55
from datadog_api_client import ApiClient, Configuration

examples/v2/security-monitoring/DeleteSignalNotificationRule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Delete a signal-based rule returns "Rule successfully deleted." response
2+
Delete a signal-based notification rule returns "Rule successfully deleted." response
33
"""
44

55
from os import environ

examples/v2/security-monitoring/DeleteVulnerabilityNotificationRule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Delete a vulnerability-based rule returns "Rule successfully deleted." response
2+
Delete a vulnerability-based notification rule returns "Rule successfully deleted." response
33
"""
44

55
from os import environ

examples/v2/security-monitoring/GetSignalNotificationRule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Get details of a signal-based rule returns "Notification rule details." response
2+
Get details of a signal-based notification rule returns "Notification rule details." response
33
"""
44

55
from os import environ

examples/v2/security-monitoring/GetSignalNotificationRules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Get the list of signal-based rules returns "The list of notification rules." response
2+
Get the list of signal-based notification rules returns "The list of notification rules." response
33
"""
44

55
from datadog_api_client import ApiClient, Configuration

examples/v2/security-monitoring/GetVulnerabilityNotificationRule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Get details of a vulnerability-based rule returns "Notification rule details." response
2+
Get details of a vulnerability notification rule returns "Notification rule details." response
33
"""
44

55
from os import environ

examples/v2/security-monitoring/GetVulnerabilityNotificationRules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Get the list of vulnerability-based rules returns "The list of notification rules." response
2+
Get the list of vulnerability notification rules returns "The list of notification rules." response
33
"""
44

55
from datadog_api_client import ApiClient, Configuration

0 commit comments

Comments
 (0)