{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL TLS Activations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "TLS Activations", "type": "folder" }, "items": [ { "info": { "name": "List TLS activations", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/tls/activations", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page number to retrieve." }, { "name": "page[size]", "value": "", "type": "query", "description": "The number of items per page." }, { "name": "filter[tls_certificate.id]", "value": "", "type": "query", "description": "Filter activations by TLS certificate ID." } ] }, "docs": "Retrieves a list of all TLS activations that enable TLS traffic termination for specific domains." }, { "info": { "name": "Create a TLS activation", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/tls/activations", "body": { "type": "json", "data": "{}" } }, "docs": "Enables TLS traffic termination for a specific domain using the specified certificate and configuration." }, { "info": { "name": "Get a TLS activation", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/tls/activations/:tls_activation_id", "params": [ { "name": "tls_activation_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the TLS activation." } ] }, "docs": "Retrieves the details of a specific TLS activation." }, { "info": { "name": "Update a TLS activation", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastly.com/tls/activations/:tls_activation_id", "params": [ { "name": "tls_activation_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the TLS activation." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a TLS activation, such as changing the certificate used for the domain." }, { "info": { "name": "Delete a TLS activation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/tls/activations/:tls_activation_id", "params": [ { "name": "tls_activation_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the TLS activation." } ] }, "docs": "Disables TLS for the domain by removing the TLS activation." } ] } ], "bundled": true }