{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 IP Address Management Prefix Delegation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "IP Address Management Prefix Delegation", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Prefix Delegations", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id/delegations", "params": [ { "name": "prefix_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List all delegations for a given account IP prefix." }, { "info": { "name": "APIs.io Engineering Platform Create Prefix Delegation", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id/delegations", "params": [ { "name": "prefix_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new account delegation for a given IP prefix." }, { "info": { "name": "APIs.io Engineering Platform Delete Prefix Delegation", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/addressing/prefixes/:prefix_id/delegations/:delegation_id", "params": [ { "name": "delegation_id", "value": "", "type": "path" }, { "name": "prefix_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an account delegation for a given IP prefix." } ] } ], "bundled": true }