Skip to content

Commit 6305c51

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8a86770 of spec repo
1 parent ce45a5c commit 6305c51

File tree

62 files changed

+5529
-4267
lines changed

Some content is hidden

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

62 files changed

+5529
-4267
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9318,6 +9318,10 @@ components:
93189318
description: The name of the policy
93199319
example: my_agent_policy
93209320
type: string
9321+
pinned:
9322+
description: Whether the policy is pinned
9323+
example: false
9324+
type: boolean
93219325
policyVersion:
93229326
description: The version of the policy
93239327
example: '1'
@@ -9528,23 +9532,32 @@ components:
95289532
description: The set action applied on the scope matching the rule
95299533
properties:
95309534
append:
9531-
description: Whether the value should be appended to the field
9535+
description: Whether the value should be appended to the field.
95329536
type: boolean
9537+
default_value:
9538+
description: The default value of the set action
9539+
type: string
9540+
expression:
9541+
description: The expression of the set action.
9542+
type: string
95339543
field:
95349544
description: The field of the set action
95359545
type: string
9546+
inherited:
9547+
description: Whether the value should be inherited.
9548+
type: boolean
95369549
name:
95379550
description: The name of the set action
95389551
type: string
95399552
scope:
9540-
description: The scope of the set action
9553+
description: The scope of the set action.
95419554
type: string
95429555
size:
9543-
description: The size of the set action
9556+
description: The size of the set action.
95449557
format: int64
95459558
type: integer
95469559
ttl:
9547-
description: The time to live of the set action
9560+
description: The time to live of the set action.
95489561
format: int64
95499562
type: integer
95509563
value:
@@ -9625,6 +9638,10 @@ components:
96259638
items:
96269639
type: string
96279640
type: array
9641+
silent:
9642+
description: Whether the rule is silent.
9643+
example: false
9644+
type: boolean
96289645
updateAuthorUuId:
96299646
description: The ID of the user who updated the rule
96309647
example: e51c9744-d158-11ec-ad23-da7ad0900002
@@ -9652,8 +9669,11 @@ components:
96529669
properties:
96539670
actions:
96549671
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleActions'
9672+
agent_version:
9673+
description: Constrain the rule to specific versions of the Datadog Agent.
9674+
type: string
96559675
blocking:
9656-
description: The blocking policies that the rule belongs to
9676+
description: The blocking policies that the rule belongs to.
96579677
items:
96589678
type: string
96599679
type: array
@@ -9662,25 +9682,25 @@ components:
96629682
example: My Agent rule
96639683
type: string
96649684
disabled:
9665-
description: The disabled policies that the rule belongs to
9685+
description: The disabled policies that the rule belongs to.
96669686
items:
96679687
type: string
96689688
type: array
96699689
enabled:
9670-
description: Whether the Agent rule is enabled
9690+
description: Whether the Agent rule is enabled.
96719691
example: true
96729692
type: boolean
96739693
expression:
96749694
description: The SECL expression of the Agent rule.
96759695
example: exec.file.name == "sh"
96769696
type: string
96779697
filters:
9678-
description: The platforms the Agent rule is supported on
9698+
description: The platforms the Agent rule is supported on.
96799699
items:
96809700
type: string
96819701
type: array
96829702
monitoring:
9683-
description: The monitoring policies that the rule belongs to
9703+
description: The monitoring policies that the rule belongs to.
96849704
items:
96859705
type: string
96869706
type: array
@@ -9689,14 +9709,18 @@ components:
96899709
example: my_agent_rule
96909710
type: string
96919711
policy_id:
9692-
description: The ID of the policy where the Agent rule is saved
9712+
description: The ID of the policy where the Agent rule is saved.
96939713
example: a8c8e364-6556-434d-b798-a4c23de29c0b
96949714
type: string
96959715
product_tags:
9696-
description: The list of product tags associated with the rule
9716+
description: The list of product tags associated with the rule.
96979717
items:
96989718
type: string
96999719
type: array
9720+
silent:
9721+
description: Whether the rule is silent.
9722+
example: false
9723+
type: boolean
97009724
required:
97019725
- name
97029726
- expression
@@ -9776,6 +9800,9 @@ components:
97769800
properties:
97779801
actions:
97789802
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleActions'
9803+
agent_version:
9804+
description: Constrain the rule to specific versions of the Datadog Agent
9805+
type: string
97799806
blocking:
97809807
description: The blocking policies that the rule belongs to
97819808
items:
@@ -9812,6 +9839,10 @@ components:
98129839
items:
98139840
type: string
98149841
type: array
9842+
silent:
9843+
description: Whether the rule is silent.
9844+
example: false
9845+
type: boolean
98159846
type: object
98169847
CloudWorkloadSecurityAgentRuleUpdateData:
98179848
description: Object for a single Agent rule
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-27T10:24:52.127Z
1+
2025-10-02T09:31:44.772Z

cassettes/features/v2/csm_threats/Create-a-Workload-Protection-agent-rule-returns-Bad-Request-response.yml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-27T10:24:54.068Z
1+
2025-10-02T09:31:46.982Z

cassettes/features/v2/csm_threats/Create-a-Workload-Protection-agent-rule-returns-OK-response.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-06-13T15:16:58.034Z
1+
2025-10-02T09:31:50.489Z

cassettes/features/v2/csm_threats/Create-a-Workload-Protection-agent-rule-with-set-action-returns-OK-response.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-10-02T09:31:54.399Z

0 commit comments

Comments
 (0)