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: List Bits AI investigations returns "OK" response with pagination
52
+
Given operation "ListInvestigations" enabled
53
+
And new "ListInvestigations" request
54
+
When the request with pagination is sent
55
+
Then the response status is 200 OK
56
+
57
+
@generated@skip@team:DataDog/bits-ai
58
+
Scenario: Trigger a Bits AI investigation returns "Bad Request" response
59
+
Given operation "TriggerInvestigation" enabled
60
+
And new "TriggerInvestigation" request
61
+
And body with value {"data": {"attributes": {"trigger": {"monitor_alert_trigger": {"event_id": "1234567890123456789", "event_ts": 1700000000000, "monitor_id": 12345678}, "type": "monitor_alert_trigger"}}, "type": "trigger_investigation_request"}}
62
+
When the request is sent
63
+
Then the response status is 400 Bad Request
64
+
65
+
@generated@skip@team:DataDog/bits-ai
66
+
Scenario: Trigger a Bits AI investigation returns "OK" response
67
+
Given operation "TriggerInvestigation" enabled
68
+
And new "TriggerInvestigation" request
69
+
And body with value {"data": {"attributes": {"trigger": {"monitor_alert_trigger": {"event_id": "1234567890123456789", "event_ts": 1700000000000, "monitor_id": 12345678}, "type": "monitor_alert_trigger"}}, "type": "trigger_investigation_request"}}
0 commit comments