{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Load Balancer Regions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Load Balancer Regions", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Regions", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/load_balancers/regions", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "subdivision_code", "value": "", "type": "query" }, { "name": "subdivision_code_a2", "value": "", "type": "query" }, { "name": "country_code_a2", "value": "", "type": "query" } ] }, "docs": "List all region mappings." }, { "info": { "name": "APIs.io Engineering Platform Get Region", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/load_balancers/regions/:region_id", "params": [ { "name": "region_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get a single region mapping." } ] } ], "bundled": true }