Skip to content

Commit 13d2655

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b2828f6d of spec repo
1 parent 165b36d commit 13d2655

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-16 19:15:38.508022",
8-
"spec_repo_commit": "2ffdc3f0"
7+
"regenerated": "2025-07-17 10:44:09.894055",
8+
"spec_repo_commit": "b2828f6d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-16 19:15:47.660650",
13-
"spec_repo_commit": "2ffdc3f0"
12+
"regenerated": "2025-07-17 10:44:19.447271",
13+
"spec_repo_commit": "b2828f6d"
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
@@ -34576,9 +34576,22 @@ components:
3457634576
format: int64
3457734577
minimum: 0
3457834578
type: integer
34579+
flaggedIPType:
34580+
$ref: '#/components/schemas/SecurityMonitoringRuleCaseActionOptionsFlaggedIPType'
3457934581
userBehaviorName:
3458034582
$ref: '#/components/schemas/SecurityMonitoringRuleCaseActionOptionsUserBehaviorName'
3458134583
type: object
34584+
SecurityMonitoringRuleCaseActionOptionsFlaggedIPType:
34585+
description: Used with the case action of type 'flag_ip'. The value specified
34586+
in this field is applied as a flag to the IPs addresses.
34587+
enum:
34588+
- SUSPICIOUS
34589+
- FLAGGED
34590+
example: FLAGGED
34591+
type: string
34592+
x-enum-varnames:
34593+
- SUSPICIOUS
34594+
- FLAGGED
3458234595
SecurityMonitoringRuleCaseActionOptionsUserBehaviorName:
3458334596
description: Used with the case action of type 'user_behavior'. The value specified
3458434597
in this field is applied as a risk tag to all users affected by the rule.
@@ -34589,11 +34602,13 @@ components:
3458934602
- block_ip
3459034603
- block_user
3459134604
- user_behavior
34605+
- flag_ip
3459234606
type: string
3459334607
x-enum-varnames:
3459434608
- BLOCK_IP
3459534609
- BLOCK_USER
3459634610
- USER_BEHAVIOR
34611+
- FLAG_IP
3459734612
SecurityMonitoringRuleCaseCreate:
3459834613
description: Case when signal is generated.
3459934614
properties:

0 commit comments

Comments
 (0)