aboutsummaryrefslogtreecommitdiff
path: root/test/fixture/vcr_cassettes/monitors/details.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixture/vcr_cassettes/monitors/details.json')
-rw-r--r--test/fixture/vcr_cassettes/monitors/details.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/fixture/vcr_cassettes/monitors/details.json b/test/fixture/vcr_cassettes/monitors/details.json
new file mode 100644
index 0000000..cc77b1a
--- /dev/null
+++ b/test/fixture/vcr_cassettes/monitors/details.json
@@ -0,0 +1,16 @@
+[
+ {
+ "request": {
+ "body": "",
+ "method": "get",
+ "options": [],
+ "request_body": "",
+ "url": "https://app.datadoghq.com/api/v1/monitor/91879?api_key=1234&application_key=abcd"
+ },
+ "response": {
+ "body": "{\"id\":91879,\"message\":\"We may need to add web hosts if this is consistently high.\",\"name\":\"Bytes received on host0\",\"options\":{\"notify_audit\":false,\"notify_no_data\":false,\"silenced\":{}},\"org_id\":1499,\"query\":\"avg(last_1h):sum:system.net.bytes_rcvd{host:host0} > 100\",\"type\":\"metric alert\",\"multi\":false,\"created\":\"2015-12-18T16:34:14.014039+00:00\",\"modified\":\"2015-12-18T16:34:14.014039+00:00\"}",
+ "status_code": 200,
+ "type": "ok"
+ }
+ }
+]