{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Magic Network Monitoring Configuration API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Magic Network Monitoring Configuration", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List account configuration", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/config", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists default sampling, router IPs and warp devices for account." }, { "info": { "name": "APIs.io Engineering Platform Create account configuration", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/config", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new network monitoring configuration." }, { "info": { "name": "APIs.io Engineering Platform Update an entire account configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/config", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing network monitoring configuration, requires the entire configuration to be updated at once." }, { "info": { "name": "APIs.io Engineering Platform Update account configuration fields", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/config", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update fields in an existing network monitoring configuration." }, { "info": { "name": "APIs.io Engineering Platform Delete account configuration", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/config", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an existing network monitoring configuration." }, { "info": { "name": "APIs.io Engineering Platform List rules and account configuration", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mnm/config/full", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists default sampling, router IPs, warp devices, and rules for account." } ] } ], "bundled": true }