Skip to content

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

Objects used by ova/param-json

Not used in current content packs