{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Notification Destinations with PagerDuty API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Notification Destinations with PagerDuty", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List PagerDuty services", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/destinations/pagerduty", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get a list of all configured PagerDuty services." }, { "info": { "name": "APIs.io Engineering Platform Delete PagerDuty Services", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/destinations/pagerduty", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes all the PagerDuty Services connected to the account." }, { "info": { "name": "APIs.io Engineering Platform Create PagerDuty integration token", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/destinations/pagerduty/connect", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Creates a new token for integrating with PagerDuty." }, { "info": { "name": "APIs.io Engineering Platform Connect PagerDuty", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/destinations/pagerduty/connect/:token_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "token_id", "value": "", "type": "path" } ] }, "docs": "Links PagerDuty with the account using the integration token." } ] } ], "bundled": true }