Skip to content

Commit 18b493c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit de10846c of spec repo
1 parent c5a0e84 commit 18b493c

File tree

6 files changed

+2187
-266
lines changed

6 files changed

+2187
-266
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-07-17 15:37:51.950625",
8-
"spec_repo_commit": "214381fd"
7+
"regenerated": "2025-07-17 17:19:51.929536",
8+
"spec_repo_commit": "de10846c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-17 15:38:01.241299",
13-
"spec_repo_commit": "214381fd"
12+
"regenerated": "2025-07-17 17:20:01.212468",
13+
"spec_repo_commit": "de10846c"
1414
}
1515
}
1616
}

content/en/api/v2/security-monitoring/examples.json

Lines changed: 28 additions & 14 deletions
Large diffs are not rendered by default.

content/en/api/v2/security-monitoring/request.CreateSecurityMonitoringRule_1965169892.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"options": {
3232
"userBehaviorName": "behavior"
3333
}
34+
},
35+
{
36+
"type": "flag_ip",
37+
"options": {
38+
"flaggedIPType": "FLAGGED"
39+
}
3440
}
3541
]
3642
}

data/api/v2/full_spec.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34806,9 +34806,22 @@ components:
3480634806
format: int64
3480734807
minimum: 0
3480834808
type: integer
34809+
flaggedIPType:
34810+
$ref: '#/components/schemas/SecurityMonitoringRuleCaseActionOptionsFlaggedIPType'
3480934811
userBehaviorName:
3481034812
$ref: '#/components/schemas/SecurityMonitoringRuleCaseActionOptionsUserBehaviorName'
3481134813
type: object
34814+
SecurityMonitoringRuleCaseActionOptionsFlaggedIPType:
34815+
description: Used with the case action of type 'flag_ip'. The value specified
34816+
in this field is applied as a flag to the IPs addresses.
34817+
enum:
34818+
- SUSPICIOUS
34819+
- FLAGGED
34820+
example: FLAGGED
34821+
type: string
34822+
x-enum-varnames:
34823+
- SUSPICIOUS
34824+
- FLAGGED
3481234825
SecurityMonitoringRuleCaseActionOptionsUserBehaviorName:
3481334826
description: Used with the case action of type 'user_behavior'. The value specified
3481434827
in this field is applied as a risk tag to all users affected by the rule.
@@ -34819,11 +34832,13 @@ components:
3481934832
- block_ip
3482034833
- block_user
3482134834
- user_behavior
34835+
- flag_ip
3482234836
type: string
3482334837
x-enum-varnames:
3482434838
- BLOCK_IP
3482534839
- BLOCK_USER
3482634840
- USER_BEHAVIOR
34841+
- FLAG_IP
3482734842
SecurityMonitoringRuleCaseCreate:
3482834843
description: Case when signal is generated.
3482934844
properties:

0 commit comments

Comments
 (0)