pager_duty 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/fixtures/vcr_cassettes/incidents/create_incident_notes/PDP31UM.yml +62 -0
  4. data/fixtures/vcr_cassettes/log_entries/index/no_query.yml +490 -0
  5. data/fixtures/vcr_cassettes/log_entries/index/time_zone.yml +490 -0
  6. data/fixtures/vcr_cassettes/log_entries/log_entry.yml +63 -0
  7. data/fixtures/vcr_cassettes/log_entries/log_entry_EST.yml +63 -0
  8. data/fixtures/vcr_cassettes/maintenance_windows/create.yml +65 -0
  9. data/fixtures/vcr_cassettes/maintenance_windows/delete.yml +164 -0
  10. data/fixtures/vcr_cassettes/maintenance_windows/delete_in_past.yml +117 -0
  11. data/fixtures/vcr_cassettes/maintenance_windows/get_PIVGPA6.yml +62 -0
  12. data/fixtures/vcr_cassettes/maintenance_windows/index/all.yml +62 -0
  13. data/fixtures/vcr_cassettes/maintenance_windows/index/future.yml +62 -0
  14. data/fixtures/vcr_cassettes/maintenance_windows/index/no_query.yml +62 -0
  15. data/fixtures/vcr_cassettes/maintenance_windows/index/ongoing.yml +62 -0
  16. data/fixtures/vcr_cassettes/maintenance_windows/index/past.yml +62 -0
  17. data/fixtures/vcr_cassettes/maintenance_windows/index/query.yml +62 -0
  18. data/fixtures/vcr_cassettes/maintenance_windows/update.yml +181 -0
  19. data/fixtures/vcr_cassettes/notifications/index/no_query.yml +57 -0
  20. data/fixtures/vcr_cassettes/notifications/index/query_since.yml +83 -0
  21. data/fixtures/vcr_cassettes/notifications/index/query_since_email_notification.yml +83 -0
  22. data/fixtures/vcr_cassettes/notifications/index/query_since_est.yml +83 -0
  23. data/fixtures/vcr_cassettes/notifications/index/query_since_sms_notification.yml +58 -0
  24. data/fixtures/vcr_cassettes/on_calls/index/query.yml +78 -0
  25. data/fixtures/vcr_cassettes/on_calls/index/query_.yml +48 -0
  26. data/fixtures/vcr_cassettes/on_calls/index/query_earliest.yml +78 -0
  27. data/fixtures/vcr_cassettes/on_calls/index/query_include_users.yml +102 -0
  28. data/fixtures/vcr_cassettes/on_calls/index/query_include_users_and_schedules.yml +154 -0
  29. data/fixtures/vcr_cassettes/on_calls/index/query_since_est.yml +78 -0
  30. data/fixtures/vcr_cassettes/on_calls/index/query_since_until.yml +78 -0
  31. data/fixtures/vcr_cassettes/vendors/index/no_query.yml +181 -0
  32. data/fixtures/vcr_cassettes/vendors/vendor.yml +63 -0
  33. data/lib/pager_duty/client.rb +10 -0
  34. data/lib/pager_duty/client/abilities.rb +4 -8
  35. data/lib/pager_duty/client/addons.rb +16 -18
  36. data/lib/pager_duty/client/escalation_policies.rb +3 -3
  37. data/lib/pager_duty/client/incidents.rb +19 -8
  38. data/lib/pager_duty/client/log_entries.rb +64 -0
  39. data/lib/pager_duty/client/maintenance_windows.rb +138 -0
  40. data/lib/pager_duty/client/notifications.rb +37 -0
  41. data/lib/pager_duty/client/on_calls.rb +59 -0
  42. data/lib/pager_duty/client/vendors.rb +38 -0
  43. data/lib/pager_duty/version.rb +1 -1
  44. data/pager_duty.gemspec +1 -0
  45. metadata +51 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5c7e9d697088cf476aa25e0e7c82f645b25b6f0
4
- data.tar.gz: 6b294a232570d2537433ee9059f58362c66799d6
3
+ metadata.gz: 55391ee55e6e5e7f949fbfb91bd04934f36a61c1
4
+ data.tar.gz: df78c631f01d65b08de9712a297a652eca23118d
5
5
  SHA512:
6
- metadata.gz: 81bc454c8fc420166338501b57c5d520026d1ce01e84bd56969c6a1705a0d53deebbd2b177c99e9582e005dfc98c06398a8e23bb08671b19a2450f6e98be6395
7
- data.tar.gz: 29238ac01a3e4e194ecdeb5f2a179df9c0ea9cf05f0d6fdf01b3e01603f0b9314f1be9a1bdc442ca0f620b0f4d257bf73a256eeb2f4ea167ebeaaa9ddfef31c2
6
+ metadata.gz: 6a5b394836b7296dda1115a3b458d58feed65bd07786d4c0ac93b878167d9a58f3c4aceeb023395aa8b2e3b7601900145d4099710cb7172f4e2c2ee2f9867af1
7
+ data.tar.gz: 7996e04e15f4cb66634766f5e2d02a49e4525a6d2cc7130d82215a1bb4e4318daae27429b8965f8138e069bc5220fc01d1aef066657181fbecc252a171d43dc6
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # PagerDuty
2
2
 
3
- [![Build Status](https://travis-ci.org/veverkap/pager_duty.svg?branch=master)](https://travis-ci.org/veverkap/pager_duty)
4
-
5
- [![codebeat badge](https://codebeat.co/badges/da87a6f5-34c2-445f-8cc6-62343c5e6acc)](https://codebeat.co/projects/github-com-veverkap-pager_duty-master)
3
+ [![Build Status](https://travis-ci.org/veverkap/pager_duty.svg?branch=master)](https://travis-ci.org/veverkap/pager_duty) [![codebeat badge](https://codebeat.co/badges/da87a6f5-34c2-445f-8cc6-62343c5e6acc)](https://codebeat.co/projects/github-com-veverkap-pager_duty-master) [![Gem Version](https://badge.fury.io/rb/pager_duty.svg)](https://badge.fury.io/rb/pager_duty) [![Coverage Status](https://coveralls.io/repos/github/veverkap/pager_duty/badge.svg?branch=master)](https://coveralls.io/github/veverkap/pager_duty?branch=master)
6
4
 
7
5
  Ruby client for v2 of the [PagerDuty API](https://v2.developer.pagerduty.com/v2/page/api-reference)
8
6
 
@@ -0,0 +1,62 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://api.pagerduty.com/incidents/PDP31UM/notes
6
+ body:
7
+ encoding: UTF-8
8
+ string: '{"note":{"content":"THIS IS CONTENT"}}'
9
+ headers:
10
+ Accept:
11
+ - application/vnd.pagerduty+json;version=2
12
+ User-Agent:
13
+ - PagerDuty Ruby Gem 0.1.1
14
+ Content-Type:
15
+ - application/json
16
+ Authorization:
17
+ - Token token="iFBafMkV8noXmHd6jmsi"
18
+ From:
19
+ - pagerduty@veverka.net
20
+ Accept-Encoding:
21
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
22
+ response:
23
+ status:
24
+ code: 201
25
+ message: Created
26
+ headers:
27
+ Server:
28
+ - nginx
29
+ Date:
30
+ - Fri, 26 May 2017 23:40:59 GMT
31
+ Content-Type:
32
+ - application/json; charset=utf-8
33
+ Transfer-Encoding:
34
+ - chunked
35
+ Connection:
36
+ - keep-alive
37
+ Status:
38
+ - 201 Created
39
+ Access-Control-Allow-Methods:
40
+ - GET, POST, PUT, DELETE, OPTIONS
41
+ Access-Control-Max-Age:
42
+ - '1728000'
43
+ Access-Control-Allow-Origin:
44
+ - "*"
45
+ Access-Control-Allow-Headers:
46
+ - Authorization, Content-Type, From
47
+ X-Ua-Compatible:
48
+ - IE=Edge,chrome=1
49
+ Etag:
50
+ - '"b2d725067db7af3d1409e50090580027"'
51
+ Cache-Control:
52
+ - max-age=0, private, must-revalidate
53
+ X-Request-Id:
54
+ - 33302f851f46c759127d9fc0245744a7
55
+ body:
56
+ encoding: UTF-8
57
+ string: '{"note":{"id":"PUELXOO","user":{"id":"PGJLPE9","type":"user_reference","summary":"John
58
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"},"content":"THIS
59
+ IS CONTENT","created_at":"2017-05-26T19:40:59-04:00"}}'
60
+ http_version:
61
+ recorded_at: Fri, 26 May 2017 23:40:59 GMT
62
+ recorded_with: VCR 3.0.3
@@ -0,0 +1,490 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://api.pagerduty.com/log_entries?is_overview=false
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/vnd.pagerduty+json;version=2
12
+ User-Agent:
13
+ - PagerDuty Ruby Gem 0.1.1
14
+ Content-Type:
15
+ - application/json
16
+ Authorization:
17
+ - Token token="iFBafMkV8noXmHd6jmsi"
18
+ Accept-Encoding:
19
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ Server:
26
+ - nginx
27
+ Date:
28
+ - Sat, 27 May 2017 02:00:27 GMT
29
+ Content-Type:
30
+ - application/json; charset=utf-8
31
+ Transfer-Encoding:
32
+ - chunked
33
+ Connection:
34
+ - keep-alive
35
+ Status:
36
+ - 200 OK
37
+ Access-Control-Allow-Methods:
38
+ - GET, POST, PUT, DELETE, OPTIONS
39
+ Access-Control-Max-Age:
40
+ - '1728000'
41
+ Access-Control-Allow-Origin:
42
+ - "*"
43
+ Access-Control-Allow-Headers:
44
+ - Authorization, Content-Type
45
+ X-Ua-Compatible:
46
+ - IE=Edge,chrome=1
47
+ Etag:
48
+ - W/"7df70de239e28d72ad6734871c63a278"
49
+ Cache-Control:
50
+ - max-age=0, private, must-revalidate
51
+ X-Request-Id:
52
+ - 6e0f4c19eac636fbfb9b7fd8bab65667
53
+ body:
54
+ encoding: ASCII-8BIT
55
+ string: '{"log_entries":[{"id":"R3S5ZGDVULY5D2QJ50QBJXAHS4","type":"annotate_log_entry","summary":"Note
56
+ added by John Jones","self":"https://api.pagerduty.com/log_entries/R3S5ZGDVULY5D2QJ50QBJXAHS4","html_url":null,"created_at":"2017-05-26T23:40:59Z","agent":{"id":"PGJLPE9","type":"user_reference","summary":"John
57
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"},"channel":{"type":"note","summary":"THIS
58
+ IS CONTENT"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
59
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDP31UM","type":"incident_reference","summary":"[#21]
60
+ Merge It","self":"https://api.pagerduty.com/incidents/PDP31UM","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDP31UM"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"R3UK2X1QDA2W65GVOZCEHZ869I","type":"resolve_log_entry","summary":"Resolved
61
+ by timeout","self":"https://api.pagerduty.com/log_entries/R3UK2X1QDA2W65GVOZCEHZ869I","html_url":null,"created_at":"2017-05-24T06:14:14Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
62
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
63
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDP31UM","type":"incident_reference","summary":"[#21]
64
+ Merge It","self":"https://api.pagerduty.com/incidents/PDP31UM","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDP31UM"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{}},{"id":"RQTX93R9FAE7ZXW821BEA06Y09","type":"resolve_log_entry","summary":"Resolved
65
+ by John Jones","self":"https://api.pagerduty.com/log_entries/RQTX93R9FAE7ZXW821BEA06Y09","html_url":null,"created_at":"2017-05-24T02:42:06Z","agent":{"id":"PGJLPE9","type":"user_reference","summary":"John
66
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"},"channel":{"type":"api"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
67
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
68
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{}},{"id":"RR6JHKTOKDC6AIPFWM65SBVL6N","type":"notify_log_entry","summary":"Notified
69
+ John Jones by email","self":"https://api.pagerduty.com/log_entries/RR6JHKTOKDC6AIPFWM65SBVL6N","html_url":null,"created_at":"2017-05-24T02:14:24Z","channel":{"type":"auto","notification":{"type":"email","address":"pagerduty@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
70
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDP31UM","type":"incident_reference","summary":"[#21]
71
+ Merge It","self":"https://api.pagerduty.com/incidents/PDP31UM","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDP31UM"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PGJLPE9","type":"user_reference","summary":"John
72
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}},{"id":"R0OH3F03DPFRWFVM3XBE7C1KW2","type":"assign_log_entry","summary":"Assigned
73
+ to John Jones by timeout","self":"https://api.pagerduty.com/log_entries/R0OH3F03DPFRWFVM3XBE7C1KW2","html_url":null,"created_at":"2017-05-24T02:14:14Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
74
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
75
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDP31UM","type":"incident_reference","summary":"[#21]
76
+ Merge It","self":"https://api.pagerduty.com/incidents/PDP31UM","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDP31UM"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PGJLPE9","type":"user_reference","summary":"John
77
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}]},{"id":"RQIDFB5YUWAK17T019D4VPDCQW","type":"trigger_log_entry","summary":"Triggered
78
+ through the website","self":"https://api.pagerduty.com/log_entries/RQIDFB5YUWAK17T019D4VPDCQW","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDP31UM/log_entries/RQIDFB5YUWAK17T019D4VPDCQW","created_at":"2017-05-24T02:14:14Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
79
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"web_trigger","summary":"Merge
80
+ It"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
81
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDP31UM","type":"incident_reference","summary":"[#21]
82
+ Merge It","self":"https://api.pagerduty.com/incidents/PDP31UM","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDP31UM"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{"description":"Merge
83
+ It"}},{"id":"R2YR5P8Y9H6TO7YHY0VQPDKYDY","type":"resolve_log_entry","summary":"Resolved
84
+ by John Jones","self":"https://api.pagerduty.com/log_entries/R2YR5P8Y9H6TO7YHY0VQPDKYDY","html_url":null,"created_at":"2017-05-24T02:13:41Z","agent":{"id":"PGJLPE9","type":"user_reference","summary":"John
85
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"},"channel":{"type":"api"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
86
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PZMITGO","type":"incident_reference","summary":"[#20]
87
+ Merge This","self":"https://api.pagerduty.com/incidents/PZMITGO","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PZMITGO"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"linked_incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
88
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"event_details":{}},{"id":"RQAQKWDNMSW0B4YOUEJZ00N4GP","type":"notify_log_entry","summary":"Notified
89
+ John Jones by email","self":"https://api.pagerduty.com/log_entries/RQAQKWDNMSW0B4YOUEJZ00N4GP","html_url":null,"created_at":"2017-05-24T02:13:25Z","channel":{"type":"auto","notification":{"type":"email","address":"pagerduty@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
90
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PZMITGO","type":"incident_reference","summary":"[#20]
91
+ Merge This","self":"https://api.pagerduty.com/incidents/PZMITGO","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PZMITGO"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PGJLPE9","type":"user_reference","summary":"John
92
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}},{"id":"RRIJSKX60ENG19OHRLXVAXFTTL","type":"assign_log_entry","summary":"Assigned
93
+ to John Jones by timeout","self":"https://api.pagerduty.com/log_entries/RRIJSKX60ENG19OHRLXVAXFTTL","html_url":null,"created_at":"2017-05-24T02:13:18Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
94
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
95
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PZMITGO","type":"incident_reference","summary":"[#20]
96
+ Merge This","self":"https://api.pagerduty.com/incidents/PZMITGO","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PZMITGO"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PGJLPE9","type":"user_reference","summary":"John
97
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}]},{"id":"R44DCJFTJJFYRVRACKSFUERFOV","type":"trigger_log_entry","summary":"Triggered
98
+ through the website","self":"https://api.pagerduty.com/log_entries/R44DCJFTJJFYRVRACKSFUERFOV","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PZMITGO/log_entries/R44DCJFTJJFYRVRACKSFUERFOV","created_at":"2017-05-24T02:13:18Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
99
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"web_trigger","summary":"Merge
100
+ This"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
101
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PZMITGO","type":"incident_reference","summary":"[#20]
102
+ Merge This","self":"https://api.pagerduty.com/incidents/PZMITGO","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PZMITGO"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{"description":"Merge
103
+ This"}},{"id":"R19NMVV49PVZ27EEVIBH3HS617","type":"snooze_log_entry","summary":"Snoozed
104
+ by John Jones for 1 hr 0 min","self":"https://api.pagerduty.com/log_entries/R19NMVV49PVZ27EEVIBH3HS617","html_url":null,"created_at":"2017-05-24T02:08:57Z","agent":{"id":"PGJLPE9","type":"user_reference","summary":"John
105
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"},"channel":{"type":"api","duration":3600},"changed_actions":[{"type":"unacknowledge","at":"2017-05-24T03:08:57Z"},{"type":"resolve","at":"2017-05-24T07:08:57Z"}],"service":{"id":"P407C9R","type":"service_reference","summary":"test
106
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
107
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"R7GDHV2XMD5EKBYIAKQ4UYSB48","type":"assign_log_entry","summary":"Assigned
108
+ to Patrick Veverka by timeout","self":"https://api.pagerduty.com/log_entries/R7GDHV2XMD5EKBYIAKQ4UYSB48","html_url":null,"created_at":"2017-05-24T02:08:27Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
109
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
110
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
111
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
112
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}]},{"id":"R3NFLIZL0SL67P0TY0VWXUVZYE","type":"acknowledge_log_entry","summary":"Acknowledged
113
+ by Patrick Veverka","self":"https://api.pagerduty.com/log_entries/R3NFLIZL0SL67P0TY0VWXUVZYE","html_url":null,"created_at":"2017-05-24T02:08:27Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
114
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"website"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
115
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
116
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"acknowledgement_timeout":1800,"event_details":{}},{"id":"ROMR67VVJVLEXAOHT9B6J4PBVR","type":"notify_log_entry","summary":"Notified
117
+ John Jones by email","self":"https://api.pagerduty.com/log_entries/ROMR67VVJVLEXAOHT9B6J4PBVR","html_url":null,"created_at":"2017-05-24T02:03:54Z","channel":{"type":"auto","notification":{"type":"email","address":"pagerduty@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
118
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
119
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PGJLPE9","type":"user_reference","summary":"John
120
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}},{"id":"R5FA8G4RCBKOFQH3OM49S4RSC6","type":"assign_log_entry","summary":"Assigned
121
+ to John Jones by timeout","self":"https://api.pagerduty.com/log_entries/R5FA8G4RCBKOFQH3OM49S4RSC6","html_url":null,"created_at":"2017-05-24T02:03:43Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
122
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
123
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
124
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PGJLPE9","type":"user_reference","summary":"John
125
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}]},{"id":"ROLCR3AAIXJ6ZGDT3ZEKTARL7A","type":"trigger_log_entry","summary":"Triggered
126
+ through the website","self":"https://api.pagerduty.com/log_entries/ROLCR3AAIXJ6ZGDT3ZEKTARL7A","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8/log_entries/ROLCR3AAIXJ6ZGDT3ZEKTARL7A","created_at":"2017-05-24T02:03:43Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
127
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"web_trigger","summary":"Snooze
128
+ Me"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
129
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PD9WJA8","type":"incident_reference","summary":"[#19]
130
+ Snooze Me","self":"https://api.pagerduty.com/incidents/PD9WJA8","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PD9WJA8"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{"description":"Snooze
131
+ Me"}},{"id":"R6JQ232NJ2E1GPSP0JAJGROD2U","type":"annotate_log_entry","summary":"Note
132
+ added by Patrick Veverka","self":"https://api.pagerduty.com/log_entries/R6JQ232NJ2E1GPSP0JAJGROD2U","html_url":null,"created_at":"2017-05-24T01:41:56Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
133
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"note","summary":"This
134
+ is a test note."},"service":{"id":"P407C9R","type":"service_reference","summary":"test
135
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
136
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"RRJ5RS2T6DU6ZKH5M6RH1994FJ","type":"resolve_log_entry","summary":"Resolved
137
+ by timeout","self":"https://api.pagerduty.com/log_entries/RRJ5RS2T6DU6ZKH5M6RH1994FJ","html_url":null,"created_at":"2017-05-23T16:33:57Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
138
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
139
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
140
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{}},{"id":"RRJZOOS4RHWAUS8CJS2A785ZC5","type":"resolve_log_entry","summary":"Resolved
141
+ by timeout","self":"https://api.pagerduty.com/log_entries/RRJZOOS4RHWAUS8CJS2A785ZC5","html_url":null,"created_at":"2017-05-23T16:11:52Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
142
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
143
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
144
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{}},{"id":"R8AULAFERKPT0V0QXZJGM9U5IS","type":"notify_log_entry","summary":"Notified
145
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R8AULAFERKPT0V0QXZJGM9U5IS","html_url":null,"created_at":"2017-05-23T14:17:58Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
146
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
147
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
148
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R0LUQQ24X8H5W8K7X78WSDYEF7","type":"unacknowledge_log_entry","summary":"Unacknowledged
149
+ by timeout","self":"https://api.pagerduty.com/log_entries/R0LUQQ24X8H5W8K7X78WSDYEF7","html_url":null,"created_at":"2017-05-23T14:17:52Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
150
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
151
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
152
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"R1RZT1IK2YWJSJZ8JHR55VYKYZ","type":"assign_log_entry","summary":"Assigned
153
+ to Patrick Veverka by timeout","self":"https://api.pagerduty.com/log_entries/R1RZT1IK2YWJSJZ8JHR55VYKYZ","html_url":null,"created_at":"2017-05-23T13:47:52Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
154
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
155
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
156
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
157
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}]},{"id":"R5ZMSLRQ1PZ4SWRYF9LU0JYUU4","type":"acknowledge_log_entry","summary":"Acknowledged
158
+ by Patrick Veverka","self":"https://api.pagerduty.com/log_entries/R5ZMSLRQ1PZ4SWRYF9LU0JYUU4","html_url":null,"created_at":"2017-05-23T13:47:52Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
159
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"website"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
160
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
161
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"acknowledgement_timeout":1800,"event_details":{}},{"id":"R0IVZKLJRYST2D2XLJZ53LK0SL","type":"notify_log_entry","summary":"Notified
162
+ John Jones by email","self":"https://api.pagerduty.com/log_entries/R0IVZKLJRYST2D2XLJZ53LK0SL","html_url":null,"created_at":"2017-05-23T12:34:10Z","channel":{"type":"auto","notification":{"type":"email","address":"pagerduty@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
163
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
164
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PGJLPE9","type":"user_reference","summary":"John
165
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}},{"id":"R50PR1JX0IY32A9KNMC0K22PPD","type":"assign_log_entry","summary":"Assigned
166
+ to John Jones by timeout","self":"https://api.pagerduty.com/log_entries/R50PR1JX0IY32A9KNMC0K22PPD","html_url":null,"created_at":"2017-05-23T12:33:57Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
167
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
168
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
169
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PGJLPE9","type":"user_reference","summary":"John
170
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}]},{"id":"ROAWYI4IS9GDV98H8EAFZ8OAYE","type":"trigger_log_entry","summary":"Triggered
171
+ through the website","self":"https://api.pagerduty.com/log_entries/ROAWYI4IS9GDV98H8EAFZ8OAYE","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88/log_entries/ROAWYI4IS9GDV98H8EAFZ8OAYE","created_at":"2017-05-23T12:33:57Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
172
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"web_trigger","summary":"Test
173
+ "},"service":{"id":"P407C9R","type":"service_reference","summary":"test service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P9XCW88","type":"incident_reference","summary":"[#18]
174
+ Test ","self":"https://api.pagerduty.com/incidents/P9XCW88","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P9XCW88"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{"description":"Test
175
+ "}},{"id":"R9NIEYRHJ319D2DHD5T1S7GEL7","type":"notify_log_entry","summary":"Notified
176
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/R9NIEYRHJ319D2DHD5T1S7GEL7","html_url":null,"created_at":"2017-05-23T12:32:30Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
177
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
178
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
179
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"R0OV3YKJALGFC7HORB1YNAS3CG","type":"assign_log_entry","summary":"Assigned
180
+ to Fake User by Patrick Veverka","self":"https://api.pagerduty.com/log_entries/R0OV3YKJALGFC7HORB1YNAS3CG","html_url":null,"created_at":"2017-05-23T12:32:22Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
181
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"website"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
182
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
183
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
184
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"R2LWZH17BVEW30OJAJE3SCDM7J","type":"assign_log_entry","summary":"Assigned
185
+ to Patrick Veverka by timeout","self":"https://api.pagerduty.com/log_entries/R2LWZH17BVEW30OJAJE3SCDM7J","html_url":null,"created_at":"2017-05-23T12:13:02Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
186
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
187
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
188
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
189
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}]},{"id":"R8UZE77E6CYOQ7YZT6AR3JZ52R","type":"acknowledge_log_entry","summary":"Acknowledged
190
+ by Patrick Veverka","self":"https://api.pagerduty.com/log_entries/R8UZE77E6CYOQ7YZT6AR3JZ52R","html_url":null,"created_at":"2017-05-23T12:13:02Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
191
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"website"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
192
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
193
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"acknowledgement_timeout":1800,"event_details":{}},{"id":"R0S2MSVQT2HL6DKQCQG7MZDMCX","type":"notify_log_entry","summary":"Notified
194
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/R0S2MSVQT2HL6DKQCQG7MZDMCX","html_url":null,"created_at":"2017-05-23T12:12:00Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
195
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
196
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
197
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"R6FBLMY91XX4EQI1Y6PWSPY1UO","type":"assign_log_entry","summary":"Assigned
198
+ to Fake User by timeout","self":"https://api.pagerduty.com/log_entries/R6FBLMY91XX4EQI1Y6PWSPY1UO","html_url":null,"created_at":"2017-05-23T12:11:52Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
199
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
200
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
201
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
202
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"R62HDNU8UA38BLU24IGE8GMKFF","type":"trigger_log_entry","summary":"Triggered
203
+ through the website","self":"https://api.pagerduty.com/log_entries/R62HDNU8UA38BLU24IGE8GMKFF","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6/log_entries/R62HDNU8UA38BLU24IGE8GMKFF","created_at":"2017-05-23T12:11:52Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
204
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"web_trigger","summary":"fasdf"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
205
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PEROLY6","type":"incident_reference","summary":"[#17]
206
+ fasdf","self":"https://api.pagerduty.com/incidents/PEROLY6","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PEROLY6"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{"description":"fasdf"}},{"id":"RRXB1ROFW14ZPXT3XCIDUVK7D9","type":"resolve_log_entry","summary":"Resolved
207
+ by timeout","self":"https://api.pagerduty.com/log_entries/RRXB1ROFW14ZPXT3XCIDUVK7D9","html_url":null,"created_at":"2017-05-23T06:36:45Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
208
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
209
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
210
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{}},{"id":"ROHKXFXW60167O7QYZXSZUB19J","type":"resolve_log_entry","summary":"Resolved
211
+ by timeout","self":"https://api.pagerduty.com/log_entries/ROHKXFXW60167O7QYZXSZUB19J","html_url":null,"created_at":"2017-05-23T06:36:03Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
212
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
213
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDA23LK","type":"incident_reference","summary":"[#15]
214
+ Test for P407C9R","self":"https://api.pagerduty.com/incidents/PDA23LK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK"},"teams":[{"id":"P7XILUG","type":"team_reference","summary":"Devs","self":"https://api.pagerduty.com/teams/P7XILUG","html_url":"https://push-comedy-theater.pagerduty.com/teams/P7XILUG"}],"contexts":[],"event_details":{}},{"id":"R4WU89XDDD2LEL7X0DVU5503AD","type":"notify_log_entry","summary":"Notified
215
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/R4WU89XDDD2LEL7X0DVU5503AD","html_url":null,"created_at":"2017-05-23T05:01:24Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
216
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
217
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
218
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"RQA3CSG2WIVR7JG4BOS9GT0DGZ","type":"escalate_log_entry","summary":"Escalated
219
+ to Fake User through the API","self":"https://api.pagerduty.com/log_entries/RQA3CSG2WIVR7JG4BOS9GT0DGZ","html_url":null,"created_at":"2017-05-23T05:01:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
220
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
221
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
222
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
223
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"RO82C3QQF0J1ZVDN3YF6V1OERK","type":"repeat_escalation_path_log_entry","summary":"Reached
224
+ the end of its escalation policy and will restart by timeout","self":"https://api.pagerduty.com/log_entries/RO82C3QQF0J1ZVDN3YF6V1OERK","html_url":null,"created_at":"2017-05-23T05:01:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
225
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
226
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
227
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"ROVEWVHX7WBJZE8J9BBKOBEI1M","type":"notify_log_entry","summary":"Notified
228
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/ROVEWVHX7WBJZE8J9BBKOBEI1M","html_url":null,"created_at":"2017-05-23T04:41:23Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
229
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
230
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
231
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"R135KM041CYQD8WHTXEA3KUVGA","type":"escalate_log_entry","summary":"Escalated
232
+ to Fake User through the API","self":"https://api.pagerduty.com/log_entries/R135KM041CYQD8WHTXEA3KUVGA","html_url":null,"created_at":"2017-05-23T04:41:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
233
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
234
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
235
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
236
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"RRXYL5D5PXU5AGRTM5T8FFRKU9","type":"repeat_escalation_path_log_entry","summary":"Reached
237
+ the end of its escalation policy and will restart by timeout","self":"https://api.pagerduty.com/log_entries/RRXYL5D5PXU5AGRTM5T8FFRKU9","html_url":null,"created_at":"2017-05-23T04:41:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
238
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
239
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
240
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"R055OI2BMS3GR3024ZXBHSV75U","type":"notify_log_entry","summary":"Notified
241
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/R055OI2BMS3GR3024ZXBHSV75U","html_url":null,"created_at":"2017-05-23T04:21:25Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
242
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
243
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
244
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"R4ICIEYWN5CUFYRNXIRJ6F29CI","type":"escalate_log_entry","summary":"Escalated
245
+ to Fake User through the API","self":"https://api.pagerduty.com/log_entries/R4ICIEYWN5CUFYRNXIRJ6F29CI","html_url":null,"created_at":"2017-05-23T04:21:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
246
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
247
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
248
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
249
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"R1KK6ER9CXRRTOGJKBJYOJYCJV","type":"repeat_escalation_path_log_entry","summary":"Reached
250
+ the end of its escalation policy and will restart by timeout","self":"https://api.pagerduty.com/log_entries/R1KK6ER9CXRRTOGJKBJYOJYCJV","html_url":null,"created_at":"2017-05-23T04:21:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
251
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
252
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
253
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"R7M4JDK5897C42XD62SUEFPL50","type":"notify_log_entry","summary":"Notified
254
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/R7M4JDK5897C42XD62SUEFPL50","html_url":null,"created_at":"2017-05-23T04:01:25Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
255
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
256
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
257
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"R6VMG52NDA1FF3C2Q8HM6Q3VVH","type":"escalate_log_entry","summary":"Escalated
258
+ to Fake User through the API","self":"https://api.pagerduty.com/log_entries/R6VMG52NDA1FF3C2Q8HM6Q3VVH","html_url":null,"created_at":"2017-05-23T04:01:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
259
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
260
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
261
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
262
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"R6C4GTU7XO1G5PKR25V3X7QOJH","type":"repeat_escalation_path_log_entry","summary":"Reached
263
+ the end of its escalation policy and will restart by timeout","self":"https://api.pagerduty.com/log_entries/R6C4GTU7XO1G5PKR25V3X7QOJH","html_url":null,"created_at":"2017-05-23T04:01:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
264
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
265
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
266
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"R9QZGEDCA2VH10M4QY1L3RTD5I","type":"notify_log_entry","summary":"Notified
267
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/R9QZGEDCA2VH10M4QY1L3RTD5I","html_url":null,"created_at":"2017-05-23T03:41:24Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
268
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
269
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
270
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"R2IRM084D3FWC7ESMMW9PSS2ET","type":"escalate_log_entry","summary":"Escalated
271
+ to Fake User through the API","self":"https://api.pagerduty.com/log_entries/R2IRM084D3FWC7ESMMW9PSS2ET","html_url":null,"created_at":"2017-05-23T03:41:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
272
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
273
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
274
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
275
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"R2T1E74QFSXCEPQET85H705R4I","type":"repeat_escalation_path_log_entry","summary":"Reached
276
+ the end of its escalation policy and will restart by timeout","self":"https://api.pagerduty.com/log_entries/R2T1E74QFSXCEPQET85H705R4I","html_url":null,"created_at":"2017-05-23T03:41:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
277
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
278
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
279
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"RP94JXDU6JPYO4SI9SYH6XGTN6","type":"notify_log_entry","summary":"Notified
280
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/RP94JXDU6JPYO4SI9SYH6XGTN6","html_url":null,"created_at":"2017-05-23T03:21:24Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
281
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
282
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
283
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"RP9KH0LIYUMU6F1EQF6PMWGJNG","type":"notify_log_entry","summary":"Notified
284
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RP9KH0LIYUMU6F1EQF6PMWGJNG","html_url":null,"created_at":"2017-05-23T03:21:24Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
285
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
286
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
287
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R6LJD75ZEFTAIHZ799IVOW1KSX","type":"notify_log_entry","summary":"Notified
288
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R6LJD75ZEFTAIHZ799IVOW1KSX","html_url":null,"created_at":"2017-05-23T03:21:24Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
289
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDA23LK","type":"incident_reference","summary":"[#15]
290
+ Test for P407C9R","self":"https://api.pagerduty.com/incidents/PDA23LK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK"},"teams":[{"id":"P7XILUG","type":"team_reference","summary":"Devs","self":"https://api.pagerduty.com/teams/P7XILUG","html_url":"https://push-comedy-theater.pagerduty.com/teams/P7XILUG"}],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
291
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"RRBJGY15FHZJ7JPGDQ766MOPL3","type":"assign_log_entry","summary":"Assigned
292
+ to Fake User by timeout","self":"https://api.pagerduty.com/log_entries/RRBJGY15FHZJ7JPGDQ766MOPL3","html_url":null,"created_at":"2017-05-23T03:21:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
293
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
294
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
295
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
296
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"R85HAP4BBE5CCS64PRI9EMTT1W","type":"unacknowledge_log_entry","summary":"Unacknowledged
297
+ by timeout","self":"https://api.pagerduty.com/log_entries/R85HAP4BBE5CCS64PRI9EMTT1W","html_url":null,"created_at":"2017-05-23T03:21:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
298
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"timeout"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
299
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
300
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[]},{"id":"RR5OCSX7QS4YXMHGQD5JIEKII5","type":"assign_log_entry","summary":"Assigned
301
+ to Patrick Veverka by timeout","self":"https://api.pagerduty.com/log_entries/RR5OCSX7QS4YXMHGQD5JIEKII5","html_url":null,"created_at":"2017-05-23T02:51:16Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
302
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
303
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
304
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
305
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}]},{"id":"R74XBQ5NXLZ4WNCNTSI0IX06WM","type":"acknowledge_log_entry","summary":"Acknowledged
306
+ by Patrick Veverka","self":"https://api.pagerduty.com/log_entries/R74XBQ5NXLZ4WNCNTSI0IX06WM","html_url":null,"created_at":"2017-05-23T02:51:16Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
307
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"website"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
308
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
309
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"acknowledgement_timeout":1800,"event_details":{}},{"id":"RN6UL8PH9JY8JJY1LCJBIX270A","type":"notify_log_entry","summary":"Notified
310
+ Fake User by email","self":"https://api.pagerduty.com/log_entries/RN6UL8PH9JY8JJY1LCJBIX270A","html_url":null,"created_at":"2017-05-23T02:36:54Z","channel":{"type":"auto","notification":{"type":"email","address":"fake@veverka.net","status":"success"}},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
311
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
312
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"user":{"id":"PDU9IB6","type":"user_reference","summary":"Fake
313
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}},{"id":"R2AU3QKA234MNPDHRPZN0DPXC5","type":"assign_log_entry","summary":"Assigned
314
+ to Fake User by timeout","self":"https://api.pagerduty.com/log_entries/R2AU3QKA234MNPDHRPZN0DPXC5","html_url":null,"created_at":"2017-05-23T02:36:45Z","agent":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
315
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"channel":{"type":"auto"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
316
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
317
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"assignees":[{"id":"PDU9IB6","type":"user_reference","summary":"Fake
318
+ User","self":"https://api.pagerduty.com/users/PDU9IB6","html_url":"https://push-comedy-theater.pagerduty.com/users/PDU9IB6"}]},{"id":"R7TB45BK1I8HT280A9VQTTFQ1P","type":"trigger_log_entry","summary":"Triggered
319
+ through the website","self":"https://api.pagerduty.com/log_entries/R7TB45BK1I8HT280A9VQTTFQ1P","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2/log_entries/R7TB45BK1I8HT280A9VQTTFQ1P","created_at":"2017-05-23T02:36:45Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
320
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"web_trigger","summary":"P7WQ2DJ"},"service":{"id":"P7WQ2DJ","type":"service_reference","summary":"API
321
+ Service","self":"https://api.pagerduty.com/services/P7WQ2DJ","html_url":"https://push-comedy-theater.pagerduty.com/services/P7WQ2DJ"},"incident":{"id":"PSN9SS2","type":"incident_reference","summary":"[#16]
322
+ P7WQ2DJ","self":"https://api.pagerduty.com/incidents/PSN9SS2","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PSN9SS2"},"teams":[{"id":"P1HE60B","type":"team_reference","summary":"Ops","self":"https://api.pagerduty.com/teams/P1HE60B","html_url":"https://push-comedy-theater.pagerduty.com/teams/P1HE60B"}],"contexts":[],"event_details":{"description":"P7WQ2DJ"}},{"id":"RRZX86RGR89QVCYAWRUIU1AUR9","type":"notify_log_entry","summary":"Notified
323
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RRZX86RGR89QVCYAWRUIU1AUR9","html_url":null,"created_at":"2017-05-23T02:36:09Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
324
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDA23LK","type":"incident_reference","summary":"[#15]
325
+ Test for P407C9R","self":"https://api.pagerduty.com/incidents/PDA23LK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK"},"teams":[{"id":"P7XILUG","type":"team_reference","summary":"Devs","self":"https://api.pagerduty.com/teams/P7XILUG","html_url":"https://push-comedy-theater.pagerduty.com/teams/P7XILUG"}],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
326
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"ROYBXFRN02BCDJS7PE50ZI87XR","type":"notify_log_entry","summary":"Notified
327
+ John Jones by email","self":"https://api.pagerduty.com/log_entries/ROYBXFRN02BCDJS7PE50ZI87XR","html_url":null,"created_at":"2017-05-23T02:36:09Z","channel":{"type":"auto","notification":{"type":"email","address":"pagerduty@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
328
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDA23LK","type":"incident_reference","summary":"[#15]
329
+ Test for P407C9R","self":"https://api.pagerduty.com/incidents/PDA23LK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK"},"teams":[{"id":"P7XILUG","type":"team_reference","summary":"Devs","self":"https://api.pagerduty.com/teams/P7XILUG","html_url":"https://push-comedy-theater.pagerduty.com/teams/P7XILUG"}],"contexts":[],"user":{"id":"PGJLPE9","type":"user_reference","summary":"John
330
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}},{"id":"R1Y71TW3HWYX48PG6OZUEZP95Y","type":"assign_log_entry","summary":"Assigned
331
+ to Patrick Veverka by timeout","self":"https://api.pagerduty.com/log_entries/R1Y71TW3HWYX48PG6OZUEZP95Y","html_url":null,"created_at":"2017-05-23T02:36:02Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
332
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
333
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDA23LK","type":"incident_reference","summary":"[#15]
334
+ Test for P407C9R","self":"https://api.pagerduty.com/incidents/PDA23LK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK"},"teams":[{"id":"P7XILUG","type":"team_reference","summary":"Devs","self":"https://api.pagerduty.com/teams/P7XILUG","html_url":"https://push-comedy-theater.pagerduty.com/teams/P7XILUG"}],"contexts":[],"assignees":[{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
335
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}]},{"id":"RR6AXZTFUQBH0RH9DPO08KSIXG","type":"assign_log_entry","summary":"Assigned
336
+ to John Jones by timeout","self":"https://api.pagerduty.com/log_entries/RR6AXZTFUQBH0RH9DPO08KSIXG","html_url":null,"created_at":"2017-05-23T02:36:02Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
337
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
338
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDA23LK","type":"incident_reference","summary":"[#15]
339
+ Test for P407C9R","self":"https://api.pagerduty.com/incidents/PDA23LK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK"},"teams":[{"id":"P7XILUG","type":"team_reference","summary":"Devs","self":"https://api.pagerduty.com/teams/P7XILUG","html_url":"https://push-comedy-theater.pagerduty.com/teams/P7XILUG"}],"contexts":[],"assignees":[{"id":"PGJLPE9","type":"user_reference","summary":"John
340
+ Jones","self":"https://api.pagerduty.com/users/PGJLPE9","html_url":"https://push-comedy-theater.pagerduty.com/users/PGJLPE9"}]},{"id":"R37LG06ZDPB458NKOM0TXEMS00","type":"trigger_log_entry","summary":"Triggered
341
+ through the website","self":"https://api.pagerduty.com/log_entries/R37LG06ZDPB458NKOM0TXEMS00","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK/log_entries/R37LG06ZDPB458NKOM0TXEMS00","created_at":"2017-05-23T02:36:02Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
342
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"web_trigger","summary":"Test
343
+ for P407C9R"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
344
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PDA23LK","type":"incident_reference","summary":"[#15]
345
+ Test for P407C9R","self":"https://api.pagerduty.com/incidents/PDA23LK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PDA23LK"},"teams":[{"id":"P7XILUG","type":"team_reference","summary":"Devs","self":"https://api.pagerduty.com/teams/P7XILUG","html_url":"https://push-comedy-theater.pagerduty.com/teams/P7XILUG"}],"contexts":[],"event_details":{"description":"Test
346
+ for P407C9R"}},{"id":"R3ITGN05KV3AB17GKKQPAZZTSL","type":"resolve_log_entry","summary":"Resolved
347
+ by timeout","self":"https://api.pagerduty.com/log_entries/R3ITGN05KV3AB17GKKQPAZZTSL","html_url":null,"created_at":"2017-05-14T06:01:58Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
348
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
349
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PLK5EK9","type":"incident_reference","summary":"[#14]
350
+ BLAH","self":"https://api.pagerduty.com/incidents/PLK5EK9","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PLK5EK9"},"teams":[],"contexts":[],"event_details":{}},{"id":"R3VCPTOZHY5LVEJLNN574N081D","type":"resolve_log_entry","summary":"Resolved
351
+ by timeout","self":"https://api.pagerduty.com/log_entries/R3VCPTOZHY5LVEJLNN574N081D","html_url":null,"created_at":"2017-05-14T05:56:15Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
352
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
353
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PB76V6L","type":"incident_reference","summary":"[#13]
354
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PB76V6L","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PB76V6L"},"teams":[],"contexts":[],"event_details":{}},{"id":"RPTCQCQ0FQK3LT9MN3HA8WSP7P","type":"resolve_log_entry","summary":"Resolved
355
+ by timeout","self":"https://api.pagerduty.com/log_entries/RPTCQCQ0FQK3LT9MN3HA8WSP7P","html_url":null,"created_at":"2017-05-14T05:09:33Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
356
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
357
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P5OLUMK","type":"incident_reference","summary":"[#12]
358
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P5OLUMK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P5OLUMK"},"teams":[],"contexts":[],"event_details":{}},{"id":"RNP8HI06EYB0NZECCVQYVTN8L5","type":"resolve_log_entry","summary":"Resolved
359
+ by timeout","self":"https://api.pagerduty.com/log_entries/RNP8HI06EYB0NZECCVQYVTN8L5","html_url":null,"created_at":"2017-05-14T05:09:10Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
360
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
361
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PK6P4DY","type":"incident_reference","summary":"[#11]
362
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PK6P4DY","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PK6P4DY"},"teams":[],"contexts":[],"event_details":{}},{"id":"RPQGIOOIGZ31A3XC5UZTWGBNDG","type":"resolve_log_entry","summary":"Resolved
363
+ by timeout","self":"https://api.pagerduty.com/log_entries/RPQGIOOIGZ31A3XC5UZTWGBNDG","html_url":null,"created_at":"2017-05-14T05:07:45Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
364
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
365
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P2DXPLK","type":"incident_reference","summary":"[#10]
366
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P2DXPLK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P2DXPLK"},"teams":[],"contexts":[],"event_details":{}},{"id":"ROIDVFOQRWUMD4CZJI7TNSXYF0","type":"resolve_log_entry","summary":"Resolved
367
+ by timeout","self":"https://api.pagerduty.com/log_entries/ROIDVFOQRWUMD4CZJI7TNSXYF0","html_url":null,"created_at":"2017-05-14T05:07:31Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
368
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
369
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PRDCXF1","type":"incident_reference","summary":"[#9]
370
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PRDCXF1","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PRDCXF1"},"teams":[],"contexts":[],"event_details":{}},{"id":"R1RT7244SFFB1DX6954ZND643G","type":"resolve_log_entry","summary":"Resolved
371
+ by timeout","self":"https://api.pagerduty.com/log_entries/R1RT7244SFFB1DX6954ZND643G","html_url":null,"created_at":"2017-05-14T05:04:43Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
372
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
373
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PNHZQ8W","type":"incident_reference","summary":"[#8]
374
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PNHZQ8W","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PNHZQ8W"},"teams":[],"contexts":[],"event_details":{}},{"id":"RP8YM7SGOLPJN48UP2WNN08WQR","type":"resolve_log_entry","summary":"Resolved
375
+ by timeout","self":"https://api.pagerduty.com/log_entries/RP8YM7SGOLPJN48UP2WNN08WQR","html_url":null,"created_at":"2017-05-14T04:55:02Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
376
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
377
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P2TXNIA","type":"incident_reference","summary":"[#7]
378
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P2TXNIA","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P2TXNIA"},"teams":[],"contexts":[],"event_details":{}},{"id":"R4H7X0DM5DR07BHH3BL3FOHL10","type":"resolve_log_entry","summary":"Resolved
379
+ by timeout","self":"https://api.pagerduty.com/log_entries/R4H7X0DM5DR07BHH3BL3FOHL10","html_url":null,"created_at":"2017-05-14T04:54:33Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
380
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
381
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PMN9NSF","type":"incident_reference","summary":"[#6]
382
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PMN9NSF","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PMN9NSF"},"teams":[],"contexts":[],"event_details":{}},{"id":"R2WIX77Q8CO25UBUTROXW93SG0","type":"resolve_log_entry","summary":"Resolved
383
+ by timeout","self":"https://api.pagerduty.com/log_entries/R2WIX77Q8CO25UBUTROXW93SG0","html_url":null,"created_at":"2017-05-14T04:54:18Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
384
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
385
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P6FW4SI","type":"incident_reference","summary":"[#5]
386
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P6FW4SI","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P6FW4SI"},"teams":[],"contexts":[],"event_details":{}},{"id":"R55DYKJOL6W70V9Q4PC1RXXKKD","type":"resolve_log_entry","summary":"Resolved
387
+ by timeout","self":"https://api.pagerduty.com/log_entries/R55DYKJOL6W70V9Q4PC1RXXKKD","html_url":null,"created_at":"2017-05-14T04:53:13Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
388
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
389
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P5UH1KQ","type":"incident_reference","summary":"[#4]
390
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P5UH1KQ","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P5UH1KQ"},"teams":[],"contexts":[],"event_details":{}},{"id":"R6EOTV4LKAG9EUHLZD7N40SGEN","type":"resolve_log_entry","summary":"Resolved
391
+ by timeout","self":"https://api.pagerduty.com/log_entries/R6EOTV4LKAG9EUHLZD7N40SGEN","html_url":null,"created_at":"2017-05-14T04:45:33Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
392
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"timeout"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
393
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PVQDUEK","type":"incident_reference","summary":"[#3]
394
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PVQDUEK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PVQDUEK"},"teams":[],"contexts":[],"event_details":{}},{"id":"R9817885NN6KW123SRX76PRN2H","type":"notify_log_entry","summary":"Notified
395
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R9817885NN6KW123SRX76PRN2H","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
396
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PLK5EK9","type":"incident_reference","summary":"[#14]
397
+ BLAH","self":"https://api.pagerduty.com/incidents/PLK5EK9","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PLK5EK9"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
398
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R5HN5NFRQZMALVSCNYZ0WV3M3P","type":"notify_log_entry","summary":"Notified
399
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R5HN5NFRQZMALVSCNYZ0WV3M3P","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
400
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PB76V6L","type":"incident_reference","summary":"[#13]
401
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PB76V6L","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PB76V6L"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
402
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"RPR67TS3PMCOQRM6TRDTR6O5CD","type":"notify_log_entry","summary":"Notified
403
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RPR67TS3PMCOQRM6TRDTR6O5CD","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
404
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P5OLUMK","type":"incident_reference","summary":"[#12]
405
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P5OLUMK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P5OLUMK"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
406
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R0M0ZSW1NNUH8UWLGL7SQYJZXH","type":"notify_log_entry","summary":"Notified
407
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R0M0ZSW1NNUH8UWLGL7SQYJZXH","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
408
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PK6P4DY","type":"incident_reference","summary":"[#11]
409
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PK6P4DY","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PK6P4DY"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
410
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R2BEWN016HZFN6JKUS237S1Y00","type":"notify_log_entry","summary":"Notified
411
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R2BEWN016HZFN6JKUS237S1Y00","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
412
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P2DXPLK","type":"incident_reference","summary":"[#10]
413
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P2DXPLK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P2DXPLK"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
414
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"RQNURCSUFFRPAZQOW62RWDS37D","type":"notify_log_entry","summary":"Notified
415
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RQNURCSUFFRPAZQOW62RWDS37D","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
416
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PRDCXF1","type":"incident_reference","summary":"[#9]
417
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PRDCXF1","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PRDCXF1"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
418
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R4YBFKAN0UY2DEFIVYDZIUSUXU","type":"notify_log_entry","summary":"Notified
419
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R4YBFKAN0UY2DEFIVYDZIUSUXU","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
420
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PNHZQ8W","type":"incident_reference","summary":"[#8]
421
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PNHZQ8W","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PNHZQ8W"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
422
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R07MOO349Y3KUKQPA6J5KLHYIA","type":"notify_log_entry","summary":"Notified
423
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R07MOO349Y3KUKQPA6J5KLHYIA","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
424
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P2TXNIA","type":"incident_reference","summary":"[#7]
425
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P2TXNIA","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P2TXNIA"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
426
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"RQC5EVW9MW2Y89EUANAWPQZWOT","type":"notify_log_entry","summary":"Notified
427
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RQC5EVW9MW2Y89EUANAWPQZWOT","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
428
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PMN9NSF","type":"incident_reference","summary":"[#6]
429
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PMN9NSF","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PMN9NSF"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
430
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"RRD6BL0BC6RQDDNRKKCJMRG392","type":"notify_log_entry","summary":"Notified
431
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RRD6BL0BC6RQDDNRKKCJMRG392","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
432
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P6FW4SI","type":"incident_reference","summary":"[#5]
433
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P6FW4SI","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P6FW4SI"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
434
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"RNBJVKCGVJMVWGOUWI4DHHWBSL","type":"notify_log_entry","summary":"Notified
435
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RNBJVKCGVJMVWGOUWI4DHHWBSL","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
436
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P5UH1KQ","type":"incident_reference","summary":"[#4]
437
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P5UH1KQ","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P5UH1KQ"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
438
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"ROPYFJIT3LKWNHDOQSG4IFN5V4","type":"notify_log_entry","summary":"Notified
439
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/ROPYFJIT3LKWNHDOQSG4IFN5V4","html_url":null,"created_at":"2017-05-14T02:02:11Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
440
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PVQDUEK","type":"incident_reference","summary":"[#3]
441
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PVQDUEK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PVQDUEK"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
442
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R54DIY7425XA4VD4W7YRNAVYZR","type":"assign_log_entry","summary":"Assigned
443
+ to Patrick Veverka by timeout","self":"https://api.pagerduty.com/log_entries/R54DIY7425XA4VD4W7YRNAVYZR","html_url":null,"created_at":"2017-05-14T02:01:58Z","agent":{"id":"P407C9R","type":"service_reference","summary":"test
444
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"channel":{"type":"auto"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
445
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PLK5EK9","type":"incident_reference","summary":"[#14]
446
+ BLAH","self":"https://api.pagerduty.com/incidents/PLK5EK9","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PLK5EK9"},"teams":[],"contexts":[],"assignees":[{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
447
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}]},{"id":"R57NYJVUGNN5CGHQIXF2K45J7X","type":"trigger_log_entry","summary":"Triggered
448
+ through the website","self":"https://api.pagerduty.com/log_entries/R57NYJVUGNN5CGHQIXF2K45J7X","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PLK5EK9/log_entries/R57NYJVUGNN5CGHQIXF2K45J7X","created_at":"2017-05-14T02:01:58Z","agent":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
449
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"},"channel":{"type":"api","summary":"BLAH"},"service":{"id":"P407C9R","type":"service_reference","summary":"test
450
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PLK5EK9","type":"incident_reference","summary":"[#14]
451
+ BLAH","self":"https://api.pagerduty.com/incidents/PLK5EK9","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PLK5EK9"},"teams":[],"contexts":[],"event_details":{"description":"BLAH"}},{"id":"R981SUBDFDFM1M0FRGMJCZQRQZ","type":"notify_log_entry","summary":"Notified
452
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R981SUBDFDFM1M0FRGMJCZQRQZ","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
453
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PB76V6L","type":"incident_reference","summary":"[#13]
454
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PB76V6L","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PB76V6L"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
455
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R5NXIHDBV32H16T34C4NGZWJEM","type":"notify_log_entry","summary":"Notified
456
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R5NXIHDBV32H16T34C4NGZWJEM","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
457
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P5OLUMK","type":"incident_reference","summary":"[#12]
458
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P5OLUMK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P5OLUMK"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
459
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R4K2BQSKRES40OMP80UF44ST80","type":"notify_log_entry","summary":"Notified
460
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R4K2BQSKRES40OMP80UF44ST80","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
461
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PK6P4DY","type":"incident_reference","summary":"[#11]
462
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PK6P4DY","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PK6P4DY"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
463
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R2T0LM5J8A0FPSXO4BA2O480SF","type":"notify_log_entry","summary":"Notified
464
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R2T0LM5J8A0FPSXO4BA2O480SF","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
465
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P2DXPLK","type":"incident_reference","summary":"[#10]
466
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P2DXPLK","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P2DXPLK"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
467
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R6JAFPRCL9XOLGPCZMQ5CZ6Z6H","type":"notify_log_entry","summary":"Notified
468
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R6JAFPRCL9XOLGPCZMQ5CZ6Z6H","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
469
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PRDCXF1","type":"incident_reference","summary":"[#9]
470
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PRDCXF1","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PRDCXF1"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
471
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R13CE82O64OIJTLXTBTFSUBL3V","type":"notify_log_entry","summary":"Notified
472
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R13CE82O64OIJTLXTBTFSUBL3V","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
473
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PNHZQ8W","type":"incident_reference","summary":"[#8]
474
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PNHZQ8W","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PNHZQ8W"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
475
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R9TLKII9BXCJ0BE8MMQCR0YPE5","type":"notify_log_entry","summary":"Notified
476
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R9TLKII9BXCJ0BE8MMQCR0YPE5","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
477
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P2TXNIA","type":"incident_reference","summary":"[#7]
478
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P2TXNIA","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P2TXNIA"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
479
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"RPJEHSO5ZFAFQ1ALIKENV0AEVW","type":"notify_log_entry","summary":"Notified
480
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/RPJEHSO5ZFAFQ1ALIKENV0AEVW","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
481
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"PMN9NSF","type":"incident_reference","summary":"[#6]
482
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/PMN9NSF","html_url":"https://push-comedy-theater.pagerduty.com/incidents/PMN9NSF"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
483
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}},{"id":"R1FS1ZVOTCOC5U7YST2Y3T6CWL","type":"notify_log_entry","summary":"Notified
484
+ Patrick Veverka by email","self":"https://api.pagerduty.com/log_entries/R1FS1ZVOTCOC5U7YST2Y3T6CWL","html_url":null,"created_at":"2017-05-14T01:56:25Z","channel":{"type":"auto","notification":{"type":"email","address":"patrick@veverka.net","status":"success"}},"service":{"id":"P407C9R","type":"service_reference","summary":"test
485
+ service","self":"https://api.pagerduty.com/services/P407C9R","html_url":"https://push-comedy-theater.pagerduty.com/services/P407C9R"},"incident":{"id":"P6FW4SI","type":"incident_reference","summary":"[#5]
486
+ The server is on fire.","self":"https://api.pagerduty.com/incidents/P6FW4SI","html_url":"https://push-comedy-theater.pagerduty.com/incidents/P6FW4SI"},"teams":[],"contexts":[],"user":{"id":"PRTFS0C","type":"user_reference","summary":"Patrick
487
+ Veverka","self":"https://api.pagerduty.com/users/PRTFS0C","html_url":"https://push-comedy-theater.pagerduty.com/users/PRTFS0C"}}],"limit":100,"offset":0,"more":true,"total":null}'
488
+ http_version:
489
+ recorded_at: Sat, 27 May 2017 02:00:27 GMT
490
+ recorded_with: VCR 3.0.3