Get started with Opsgenie as an admin
Start building your teams, integrate your tools and create on-call schedules.
Use Opsgenie’s APImetrics Integration to forward APImetrics notifications to Opsgenie. Opsgenie determines the right people to notify based on on-call schedules– notifies via email, text messages (SMS), phone calls, iOS & Android push notifications, and escalates alerts until the alert is acknowledged or closed.
When an API call error or warning is captured in APImetrics, it creates an alert in Opsgenie.
Go to Opsgenie's APImetrics Integration page.
Under the Free and Essentials plans, the tabs under the Team dashboard are limited to Main, Integrations, Members, and Activity Stream.
2. Specify who is notified of APImetrics notifications using the Teams field. Autocomplete suggestions are provided as you type.
An alternative for Step 1) and Step 2) is to add the integration from the Team Dashboard of the team which will own the integration. To add an integration directly to a team, navigate to the Team Dashboard and open Integrations tab. Click Add Integration and select the integration that you would like to add.
3. Copy the integration URL which includes Opsgenie’s endpoint as well as the API key.
4. Click Save Integration.
In APImetrics, navigate to "Alerts & Webhooks" page.
Select Generic.
Be sure that Enabled is checked.
"Trigger alerts" is selected as All selected.
Click Save.
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"response_size": 0,
"location_id": "public_googleuscentral1",
"result_class": "WARNING",
"call_id": "agpzfnZpYXRlc3RzchcLEgpUZXN0U2V0dXAyGICAsJ7Bl7UKDA",
"result_url": "http://client.apimetrics.io/tests/result/agpzfnZpYXRlc3RzchgLEgtUZXN0UmVzdWx0MxiAgLCe1LCjCQw/",
"result": "DOWNLOAD_ERROR",
"context": {
"_result_category": "WARNING",
"_result_streak": 1,
"_notification": {
"category": "WARNING",
"owners": [
"agpzfnZpYXRlc3RzchELEgRVc2VyGICAsO6ThqAKDA"
],
"viewed_by": [],
"title": "[WARNING]: APImetrics: All Failures: Test 2018-05-11 13:46:46.075200",
"created": "2018-05-11T13:47:06.393630Z",
"last_update": "2018-05-11T13:47:06.484100Z",
"references": [
"agpzfnZpYXRlc3RzchcLEgpUZXN0U2V0dXAyGICAsJ7Bl7UKDA",
"agpzfnZpYXRlc3RzchgLEgtUZXN0UmVzdWx0MxiAgLCe1LCjCQw"
],
"description": "\n<p>\nAPI Call <a href=\"http://client.apimetrics.io/tests/test/agpzfnZpYXRlc3RzchcLEgpUZXN0U2V0dXAyGICAsJ7Bl7UKDA/\">\"Test 2018-05-11 13:46:46.075200\"</a> has failed :\n<ul>\n<li><b>We could not connect to the API.</b></li>\n\n<li>Calling GET https://fhjpvdm2yutb.runscope.net%09</li>\n<li>Checking for connection issue...</li>\n<li>... no problem found.</li>\n<li>Couldn't resolve host. The given remote host was not resolved.</li>\n<li>We could not connect to the API.</li>\n<li>Couldn't resolve host 'fhjpvdm2yutb.runscope.net%09'</li>\n\n</ul>\n</p>\n\n\n</p>\n\n<p>\nView details here:\n<a href=\"http://client.apimetrics.io/tests/result/agpzfnZpYXRlc3RzchgLEgtUZXN0UmVzdWx0MxiAgLCe1LCjCQw/\">http://client.apimetrics.io/tests/result/agpzfnZpYXRlc3RzchgLEgtUZXN0UmVzdWx0MxiAgLCe1LCjCQw/</a>\n</p>\n\n<p>Sincerely,<br>\nAPImetrics Team\n</p>\n"
}
},
"result_id": "agpzfnZpYXRlc3RzchgLEgtUZXN0UmVzdWx0MxiAgLCe1LCjCQw",
"call_url": "http://client.apimetrics.io/tests/test/agpzfnZpYXRlc3RzchcLEgpUZXN0U2V0dXAyGICAsJ7Bl7UKDA/",
"response_time": 0
}
Was this helpful?