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": {"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": {"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA", "type": "signal"}]}
Scenario: Update security signal triage state or assignee returns "Bad Request" response
2251
+
Given new "EditSecurityMonitoringSignal" request
2252
+
And request contains "signal_id" parameter from "REPLACE.ME"
2253
+
And body with value {"data": {"attributes": {"archive_reason": "none", "assignee": {"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "type": "signal_metadata"}}
2254
+
When the request is sent
2255
+
Then the response status is 400 Bad Request
2256
+
2257
+
@skip@team:DataDog/k9-cloud-siem
2258
+
Scenario: Update security signal triage state or assignee returns "Not Found" response
2259
+
Given new "EditSecurityMonitoringSignal" request
2260
+
And request contains "signal_id" parameter from "REPLACE.ME"
2261
+
And body with value {"data": {"attributes": {"archive_reason": "none", "assignee": {"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "type": "signal_metadata"}}
2262
+
When the request is sent
2263
+
Then the response status is 404 Not Found
2264
+
2265
+
@skip@team:DataDog/k9-cloud-siem
2266
+
Scenario: Update security signal triage state or assignee returns "OK" response
2267
+
Given new "EditSecurityMonitoringSignal" request
2268
+
And request contains "signal_id" parameter from "REPLACE.ME"
2269
+
And body with value {"data": {"attributes": {"archive_reason": "none", "assignee": {"uuid": "773b045d-ccf8-4808-bd3b-955ef6a8c940"}, "state": "open"}, "type": "signal_metadata"}}
0 commit comments