Logo
Akamai APIs API Documentation

Bulk activations

Number of APIs: 2


1. Bulk activate a set of properties

POST https://{{host}}/papi/v1/bulk/activations

Bulk activate a set of property versions. Alternately, perform a bulk fallback to the previous activation within an hour of the previous bulk activation. Base the set of versions to activate on the results of a bulk patch operation, which you use in this operation's request. This operation launches an asynchronous process to update properties. To check its progress, run the List bulk-activated properties operation, whose link is available in the Location header or bulkActivationLink member of this operation's response. See Bulk Search and Update for overall guidance on this feature.



2. List bulk-activated properties

GET https://{{host}}/papi/v1/bulk/activations/:bulkActivationId

List all activations that result from a bulk activation request. Once the overall bulkActivationStatus is COMPLETE, check each activation's activationStatus to confirm it's ACTIVATED. See Bulk Search and Update for overall guidance on this feature.



ENDPOINTS