Skip to content

Commit 901e39f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e5094d5 of spec repo
1 parent ea3b5ba commit 901e39f

File tree

63 files changed

+2614
-4289
lines changed

Some content is hidden

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

63 files changed

+2614
-4289
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10243,6 +10243,10 @@ components:
1024310243
description: Whether the policy is pinned
1024410244
example: false
1024510245
type: boolean
10246+
policyType:
10247+
description: The type of the policy
10248+
example: policy
10249+
type: string
1024610250
policyVersion:
1024710251
description: The version of the policy
1024810252
example: '1'
@@ -10421,11 +10425,11 @@ components:
1042110425
CloudWorkloadSecurityAgentPolicyVersion:
1042210426
description: The versions of the policy
1042310427
properties:
10424-
Date:
10428+
date:
1042510429
description: The date and time the version was created
1042610430
nullable: true
1042710431
type: string
10428-
Name:
10432+
name:
1042910433
description: The version of the policy
1043010434
example: 1.47.0-rc2
1043110435
type: string
@@ -10452,8 +10456,11 @@ components:
1045210456
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleActionSet'
1045310457
type: object
1045410458
CloudWorkloadSecurityAgentRuleActionHash:
10455-
additionalProperties: {}
10456-
description: An empty object indicating the hash action
10459+
description: Hash file specified by the field attribute
10460+
properties:
10461+
field:
10462+
description: The field of the hash action
10463+
type: string
1045710464
type: object
1045810465
CloudWorkloadSecurityAgentRuleActionMetadata:
1045910466
description: The metadata action applied on the scope matching the rule
@@ -10501,9 +10508,14 @@ components:
1050110508
format: int64
1050210509
type: integer
1050310510
value:
10504-
description: The value of the set action
10505-
type: string
10511+
$ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleActionSetValue'
1050610512
type: object
10513+
CloudWorkloadSecurityAgentRuleActionSetValue:
10514+
description: The value of the set action
10515+
oneOf:
10516+
- type: string
10517+
- type: integer
10518+
- type: boolean
1050710519
CloudWorkloadSecurityAgentRuleActions:
1050810520
description: The array of actions the rule can perform if triggered
1050910521
items:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-10T15:20:39.566Z
1+
2025-12-11T16:09:12.949Z

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-10-10T15:20:41.757Z
1+
2025-12-11T16:09:15.376Z

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

Lines changed: 13 additions & 13 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-10-10T15:20:46.004Z
1+
2025-12-11T16:09:18.588Z

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
@@ -1 +1 @@
1-
2025-10-10T15:20:50.578Z
1+
2025-12-11T16:09:21.764Z

0 commit comments

Comments
 (0)