{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Custom VCL API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom VCL", "type": "folder" }, "items": [ { "info": { "name": "List custom VCL files", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/vcl", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the Fastly service." }, { "name": "version_id", "value": "", "type": "path", "description": "The integer identifying the service version." } ] }, "docs": "Retrieves a list of all custom VCL files uploaded for a specific version of a Fastly service." }, { "info": { "name": "Upload custom VCL", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/service/:service_id/version/:version_id/vcl", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the Fastly service." }, { "name": "version_id", "value": "", "type": "path", "description": "The integer identifying the service version." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Uploads a full custom VCL file for a specific version of a Fastly service." } ] } ], "bundled": true }