Triggering An Apply Change
Transmits pending changes to BOSH.
Submitting a POST request to this endpoint is equivalent to triggering the Apply Changes
button in the GUI.
When deploy_products is an array of product guids ["my-guid", "another-guid"]
, it will deploy the director tile and all passed-in products. If there are any tiles being deployed, which are dependent on tiles with staged changes not being deployed, there will be validation errors and the deploy will not occur.
{
"force_latest_variables": false,
"ignore_warnings": false,
"deploy_products": "string",
"errands": {}
}
When true, the BOSH deploy will use the --force-latest-variables
CLI flag. This will force any certificates or other BOSH variables to use their latest version even when a stemcell is not being upgraded for the deployment.
When true, bypass warnings from ignorable verifiers. (Optional)
Apply changes only for the specified products. Will always apply changes for the BOSH Director.
Hash of products with their enabled errands. (Optional)
Post Deploy errands support the following states:
- true
- false
- "default"
Pre Delete errands support the following states:
- true
- false
- "default"
Unprocessible Entity
"InstallationsErrorResponse Object"
errors
deployment_errors
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/installations