ova/param-json¶
OVA appliance template with deployment configuration held in a Param.
This Param holds the configuration JSON information to use for OVA appliance
deployment configuration. It is an object type Param definition. To
correctly assign a value to it, use the following form:
YAML:
```yaml
ova/param-json:
{
"some": "json stuff here"
}
```
JSON:
```json
"ova/param-json":
{
"some": "json stuff here"
}
```
Do not use string concatenation constructs in the YAML definition.
Objects that Reference ova/param-json¶
- profiles EXAMPLE-govc-vcsa-vc01 in VMware Library v4.15.1 as part of Params (declared)
- profiles EXAMPLE-vcf-sddc-cloud-builder.yaml in VMware Library v4.15.1 as part of Params (declared)
- tasks govc-commands in VMware Library v4.15.1 as part of Templates.[0].Contents (used)
- templates vcf-sddc-manage.sh.tmpl in VMware Library v4.15.1 as part of Contents (used)
- templates ovftool-deploy.sh.tmpl in VMware Library v4.15.1 as part of Contents (used)
Objects used by ova/param-json¶
Not used in current content packs