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
Scenario: Get a list of security signals returns "Bad Request" response
105
-
Given operation "SearchSecurityMonitoringSignals" enabled
106
-
And new "SearchSecurityMonitoringSignals" request
105
+
Given new "SearchSecurityMonitoringSignals" request
107
106
And body with value {"filter": {"from": "2019-01-02T09:42:36.320Z", "query": "security:attack status:high", "to": "2019-01-03T09:42:36.320Z"}, "page": {"cursor": "eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==", "limit": 25}, "sort": "timestamp"}
108
107
When the request is sent
109
108
Then the response status is 400 Bad Request
110
109
111
110
@generated@skip@team:DataDog/security-monitoring
112
111
Scenario: Get a list of security signals returns "OK" response
113
-
Given operation "SearchSecurityMonitoringSignals" enabled
114
-
And new "SearchSecurityMonitoringSignals" request
112
+
Given new "SearchSecurityMonitoringSignals" request
115
113
And body with value {"filter": {"from": "2019-01-02T09:42:36.320Z", "query": "security:attack status:high", "to": "2019-01-03T09:42:36.320Z"}, "page": {"cursor": "eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==", "limit": 25}, "sort": "timestamp"}
0 commit comments