{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Load Balancer Pools API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Load Balancer Pools", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Pools", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools", "params": [ { "name": "monitor", "value": "", "type": "query" } ] }, "docs": "List configured pools." }, { "info": { "name": "APIs.io Engineering Platform Create Pool", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new pool." }, { "info": { "name": "APIs.io Engineering Platform Patch Pools", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools", "body": { "type": "json", "data": "{}" } }, "docs": "Apply changes to a number of existing pools, overwriting the supplied properties. Pools are ordered by ascending `name`. Returns the list of affected pools. Supports the standard pagination query parameters, either `limit`/`offset` or `per_page`/`page`." }, { "info": { "name": "APIs.io Engineering Platform Pool Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools/:pool_id", "params": [ { "name": "pool_id", "value": "", "type": "path" } ] }, "docs": "Fetch a single configured pool." }, { "info": { "name": "APIs.io Engineering Platform Update Pool", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools/:pool_id", "params": [ { "name": "pool_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify a configured pool." }, { "info": { "name": "APIs.io Engineering Platform Patch Pool", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools/:pool_id", "params": [ { "name": "pool_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply changes to an existing pool, overwriting the supplied properties." }, { "info": { "name": "APIs.io Engineering Platform Delete Pool", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools/:pool_id", "params": [ { "name": "pool_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a configured pool." }, { "info": { "name": "APIs.io Engineering Platform Pool Health Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools/:pool_id/health", "params": [ { "name": "pool_id", "value": "", "type": "path" } ] }, "docs": "Fetch the latest pool health status for a single pool." }, { "info": { "name": "APIs.io Engineering Platform Preview Pool", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools/:pool_id/preview", "params": [ { "name": "pool_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Preview pool health using provided monitor details. The returned preview_id can be used in the preview endpoint to retrieve the results." }, { "info": { "name": "APIs.io Engineering Platform List Pool References", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/load_balancers/pools/:pool_id/references", "params": [ { "name": "pool_id", "value": "", "type": "path" } ] }, "docs": "Get the list of resources that reference the provided pool." } ] } ], "bundled": true }