Skip to content

Commit 842ed3f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit dac51bc6 of spec repo
1 parent 624a776 commit 842ed3f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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-05-14 15:44:18.586011",
8-
"spec_repo_commit": "64f5e7ee"
7+
"regenerated": "2025-05-16 13:56:31.640964",
8+
"spec_repo_commit": "dac51bc6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-14 15:44:18.601730",
13-
"spec_repo_commit": "64f5e7ee"
12+
"regenerated": "2025-05-16 13:56:31.658086",
13+
"spec_repo_commit": "dac51bc6"
1414
}
1515
}
1616
}

tests/scenarios/features/v2/csm_threats.feature

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Feature: CSM Threats
1111
And a valid "appKeyAuth" key in the system
1212
And an instance of "CSMThreats" API
1313

14-
@team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
14+
@replay-only @team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
1515
Scenario: Create a CSM Threats Agent policy returns "Bad Request" response
1616
Given new "CreateCSMThreatsAgentPolicy" request
1717
And body with value {"data": {"attributes": {"description": "My agent policy", "enabled": true, "hostTags": [], "hostTagsLists": [], "name": "test"}, "type": "policy"}}
@@ -25,7 +25,7 @@ Feature: CSM Threats
2525
When the request is sent
2626
Then the response status is 409 Conflict
2727

28-
@team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
28+
@replay-only @team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
2929
Scenario: Create a CSM Threats Agent policy returns "OK" response
3030
Given new "CreateCSMThreatsAgentPolicy" request
3131
And body with value {"data": {"attributes": {"description": "My agent policy", "enabled": true, "hostTagsLists": [["env:test"]], "name": "my_agent_policy"}, "type": "policy"}}
@@ -80,14 +80,14 @@ Feature: CSM Threats
8080
When the request is sent
8181
Then the response status is 200 OK
8282

83-
@team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
83+
@replay-only @team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
8484
Scenario: Delete a CSM Threats Agent policy returns "Not Found" response
8585
Given new "DeleteCSMThreatsAgentPolicy" request
8686
And request contains "policy_id" parameter with value "non-existent-policy-id"
8787
When the request is sent
8888
Then the response status is 404 Not Found
8989

90-
@team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
90+
@replay-only @team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
9191
Scenario: Delete a CSM Threats Agent policy returns "OK" response
9292
Given there is a valid "policy_rc" in the system
9393
And new "DeleteCSMThreatsAgentPolicy" request
@@ -204,7 +204,7 @@ Feature: CSM Threats
204204
When the request is sent
205205
Then the response status is 200 OK
206206

207-
@team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
207+
@replay-only @team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
208208
Scenario: Update a CSM Threats Agent policy returns "Bad Request" response
209209
Given there is a valid "policy_rc" in the system
210210
And new "UpdateCSMThreatsAgentPolicy" request
@@ -222,15 +222,15 @@ Feature: CSM Threats
222222
When the request is sent
223223
Then the response status is 409 Concurrent Modification
224224

225-
@team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
225+
@replay-only @team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
226226
Scenario: Update a CSM Threats Agent policy returns "Not Found" response
227227
Given new "UpdateCSMThreatsAgentPolicy" request
228228
And request contains "policy_id" parameter with value "non-existent-policy-id"
229229
And body with value {"data": {"attributes": {"description": "My agent policy", "enabled": true, "hostTags": [], "name": "my_agent_policy"}, "id": "non-existent-policy-id", "type": "policy"}}
230230
When the request is sent
231231
Then the response status is 400 Bad Request
232232

233-
@team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
233+
@replay-only @team:DataDog/k9-cloud-security-platform @team:DataDog/k9-cws-backend
234234
Scenario: Update a CSM Threats Agent policy returns "OK" response
235235
Given there is a valid "policy_rc" in the system
236236
And new "UpdateCSMThreatsAgentPolicy" request

0 commit comments

Comments
 (0)