Create a configuration deployment
POST https://{{host}}/etp-config/v3/configs/:configId/deployments
Creates a new configuration deployment.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
Request Body
{"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}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK