{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Notification Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Notification Policies", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Notification policies", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/policies", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get a list of all Notification policies." }, { "info": { "name": "APIs.io Engineering Platform Create a Notification policy", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/policies", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Notification policy." }, { "info": { "name": "APIs.io Engineering Platform Get a Notification policy", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/policies/:policy_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "policy_id", "value": "", "type": "path" } ] }, "docs": "Get details for a single policy." }, { "info": { "name": "APIs.io Engineering Platform Update a Notification policy", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/policies/:policy_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "policy_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Notification policy." }, { "info": { "name": "APIs.io Engineering Platform Delete a Notification policy", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/alerting/v3/policies/:policy_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "policy_id", "value": "", "type": "path" } ] }, "docs": "Delete a Notification policy." } ] } ], "bundled": true }