Skip to content

Commit 25e9de1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ea610108 of spec repo
1 parent 45cdf64 commit 25e9de1

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
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": "2023-11-17 18:13:28.852661",
8-
"spec_repo_commit": "46090fc1"
7+
"regenerated": "2023-11-17 18:38:51.853907",
8+
"spec_repo_commit": "ea610108"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-17 18:13:28.867274",
13-
"spec_repo_commit": "46090fc1"
12+
"regenerated": "2023-11-17 18:38:51.868596",
13+
"spec_repo_commit": "ea610108"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3042,6 +3042,11 @@ components:
30423042
description: The SECL expression of the Agent rule.
30433043
example: exec.file.name == \"sh\"
30443044
type: string
3045+
filters:
3046+
description: The platforms the Agent rule is supported on.
3047+
items:
3048+
type: string
3049+
type: array
30453050
name:
30463051
description: The name of the Agent rule.
30473052
example: my_agent_rule

packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAttributes.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export class CloudWorkloadSecurityAgentRuleAttributes {
4848
* The SECL expression of the Agent rule.
4949
*/
5050
"expression"?: string;
51+
/**
52+
* The platforms the Agent rule is supported on.
53+
*/
54+
"filters"?: Array<string>;
5155
/**
5256
* The name of the Agent rule.
5357
*/
@@ -119,6 +123,10 @@ export class CloudWorkloadSecurityAgentRuleAttributes {
119123
baseName: "expression",
120124
type: "string",
121125
},
126+
filters: {
127+
baseName: "filters",
128+
type: "Array<string>",
129+
},
122130
name: {
123131
baseName: "name",
124132
type: "string",

0 commit comments

Comments
 (0)