{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Magic Network Monitoring Rules API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Magic Network Monitoring Rules", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List rules", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/rules", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists network monitoring rules for account." }, { "info": { "name": "APIs.io Engineering Platform Create rules", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/rules", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create network monitoring rules for account. Currently only supports creating a single rule per API request." }, { "info": { "name": "APIs.io Engineering Platform Update rules", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/rules", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update network monitoring rules for account." }, { "info": { "name": "APIs.io Engineering Platform Get rule", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List a single network monitoring rule for account." }, { "info": { "name": "APIs.io Engineering Platform Update rule", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a network monitoring rule for account." }, { "info": { "name": "APIs.io Engineering Platform Delete rule", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a network monitoring rule for account." }, { "info": { "name": "APIs.io Engineering Platform Update advertisement for rule", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/rules/:rule_id/advertisement", "params": [ { "name": "rule_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update advertisement for rule." } ] } ], "bundled": true }