You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given new "BulkEditSecurityMonitoringSignals" request
127
+
And body with value {"data": [{"attributes": {"archive_reason": "none", "assignee": {"name": null, "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA", "type": "signal"}]}
Given new "BulkEditSecurityMonitoringSignals" request
134
+
And body with value {"data": [{"attributes": {"archive_reason": "none", "assignee": {"name": null, "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA", "type": "signal"}]}
And request contains "signal_id" parameter from "REPLACE.ME"
2209
+
And body with value {"data": {"attributes": {"archive_reason": "none", "assignee": {"name": null, "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "type": "signal_metadata"}}
And request contains "signal_id" parameter from "REPLACE.ME"
2217
+
And body with value {"data": {"attributes": {"archive_reason": "none", "assignee": {"name": null, "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "type": "signal_metadata"}}
2218
+
When the request is sent
2219
+
Then the response status is 404 Not Found
2220
+
2221
+
@generated@skip@team:DataDog/k9-cloud-siem
2222
+
Scenario: Update a security signal's triage attributes returns "OK" response
2223
+
Given new "EditSecurityMonitoringSignal" request
2224
+
And request contains "signal_id" parameter from "REPLACE.ME"
2225
+
And body with value {"data": {"attributes": {"archive_reason": "none", "assignee": {"name": null, "uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "type": "signal_metadata"}}
2226
+
When the request is sent
2227
+
Then the response status is 200 OK
2228
+
2191
2229
@generated@skip@team:DataDog/k9-cloud-siem
2192
2230
Scenario: Update a suppression rule returns "Bad Request" response
2193
2231
Given new "UpdateSecurityMonitoringSuppression" request
0 commit comments