{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "ACL", "type": "folder" }, "items": [ { "info": { "name": "List ACLs", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/acl", "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 ACL containers configured for a specific version of a Fastly service." }, { "info": { "name": "Create an ACL", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/service/:service_id/version/:version_id/acl", "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": [ { "name": "name", "value": "" } ] } }, "docs": "Creates a new ACL container for a specific version of a Fastly service. Once the service version is activated, entries within the ACL become versionless and can be updated without requiring a new service version." }, { "info": { "name": "Get an ACL", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/acl/:acl_name", "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." }, { "name": "acl_name", "value": "", "type": "path", "description": "The name of the ACL." } ] }, "docs": "Retrieves the details of a specific ACL container for a version of a Fastly service." }, { "info": { "name": "Update an ACL", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fastly.com/service/:service_id/version/:version_id/acl/:acl_name", "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." }, { "name": "acl_name", "value": "", "type": "path", "description": "The name of the ACL." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "name", "value": "" } ] } }, "docs": "Updates a specific ACL container for a version of a Fastly service." }, { "info": { "name": "Delete an ACL", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/service/:service_id/version/:version_id/acl/:acl_name", "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." }, { "name": "acl_name", "value": "", "type": "path", "description": "The name of the ACL." } ] }, "docs": "Deletes a specific ACL container from a version of a Fastly service." } ] } ], "bundled": true }