Logo
Akamai APIs API Documentation

Create a configuration deployment

POST https://{{host}}/etp-config/v3/configs/:configId/deployments

Creates a new configuration deployment.

 

Body PARAM

Key Datatype Required Description 
accountSwitchKey
string (Optional) 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).



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK





Curl
curl -X POST 'https://undefined/etp-config/v3/configs/:configId/deployments?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/problem+json' -d '{"comment":"Changes in this deployment: 3 Locations 1 Sub Locations 1 Policies 1 Custom Responses 1 Custom Lists 1 Other Changes","created":{"customlists":[{"id":170460}],"sites":[{"id":6840081}]},"modified":{"globalSettings":{"id":1},"honeypots":[{"id":87284}],"policies":[{"id":2480}],"sites":[{"id":5782867},{"id":5563387}],"subLocations":[{"id":540}]}}'

ENDPOINTS