{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Logging Syslog API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Logging Syslog", "type": "folder" }, "items": [ { "info": { "name": "List syslog logging endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/logging/syslog", "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 syslog logging endpoints configured for a specific version of a Fastly service." }, { "info": { "name": "Create a syslog logging endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/service/:service_id/version/:version_id/logging/syslog", "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": "Creates a new syslog logging endpoint for a specific version of a Fastly service." }, { "info": { "name": "Get a syslog logging endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/version/:version_id/logging/syslog/:logging_syslog_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": "logging_syslog_name", "value": "", "type": "path", "description": "The name of the syslog logging endpoint." } ] }, "docs": "Retrieves the details of a specific syslog logging endpoint for a version of a Fastly service." }, { "info": { "name": "Update a syslog logging endpoint", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fastly.com/service/:service_id/version/:version_id/logging/syslog/:logging_syslog_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": "logging_syslog_name", "value": "", "type": "path", "description": "The name of the syslog logging endpoint." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates a specific syslog logging endpoint for a version of a Fastly service." }, { "info": { "name": "Delete a syslog logging endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/service/:service_id/version/:version_id/logging/syslog/:logging_syslog_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": "logging_syslog_name", "value": "", "type": "path", "description": "The name of the syslog logging endpoint." } ] }, "docs": "Deletes a specific syslog logging endpoint for a version of a Fastly service." } ] } ], "bundled": true }