{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Server Pools API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Server Pools", "type": "folder" }, "items": [ { "info": { "name": "List Server Pools", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/pool", "params": [ { "name": "service_id", "value": "", "type": "path" } ] }, "docs": "List Server Pools" }, { "info": { "name": "Create Server Pool", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/service/:service_id/pool", "params": [ { "name": "service_id", "value": "", "type": "path" } ] }, "docs": "Create Server Pool" }, { "info": { "name": "Get Server Pool", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/pool/:pool_id", "params": [ { "name": "service_id", "value": "", "type": "path" }, { "name": "pool_id", "value": "", "type": "path" } ] }, "docs": "Get Server Pool" }, { "info": { "name": "Update Server Pool", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastly.com/service/:service_id/pool/:pool_id", "params": [ { "name": "service_id", "value": "", "type": "path" }, { "name": "pool_id", "value": "", "type": "path" } ] }, "docs": "Update Server Pool" }, { "info": { "name": "Delete Server Pool", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/service/:service_id/pool/:pool_id", "params": [ { "name": "service_id", "value": "", "type": "path" }, { "name": "pool_id", "value": "", "type": "path" } ] }, "docs": "Delete Server Pool" } ] } ], "bundled": true }