{ "opencollection": "1.0.0", "info": { "name": "Akamai: Application Security Activation history Activations API", "version": "v1" }, "items": [ { "info": { "name": "Activations", "type": "folder" }, "items": [ { "info": { "name": "Akamai API Security Activate a Configuration Version", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/appsec/v1/activations", "params": [ { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Activates one or more configurations globally. Note that you need to explicitly list any invalid hosts in the `acknowledgedInvalidHostsByConfig` parameter in order to successfully activate a configuration that includes invalid hostnames. If you have an invalid hostname that isn't explicitly called out you'll receive an error telling you to add them to `acknowledgedInvalidHostsByConfig`. See [Activate with invalid hostnames](https://techdocs.akamai.com/application-security/reference/activate-with" } ] } ], "bundled": true }