PostInstallations
PostInstallations
JSON Example
{
"ignore_warnings": false,
"deploy_products": "string"
}
boolean
ignore_warnings
Optional
When true, bypass warnings from ignorable verifiers. (Optional)
string
deploy_products
Optional
Apply changes only for the specified products. Will always apply changes for the BOSH Director.
Possible values are : all, none, <collection of product guids>,
object
errands
Optional
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"