Parameter template
Parameters are defined using a YAML manifest with the following structure:
with the following properties:
Field | Type | Value restrictions | Is required | Default Value | Description |
---|---|---|---|---|---|
| string | It should contain only lower/uppercase letters, numbers or underscores. It should start only with a letter. No spaces are allowed. | TRUE | The name of the parameter | |
| string | TRUE | A description characterizing the parameter | ||
| string | A supported unit or a custom unit (see supported units of measure) | FALSE | empty unit | The unit of measure of the parameter |
| boolean | FALSE | FALSE | If the use of the parameters for changing the configuration of a system should cause the system to be restarted. |
Notice that parameter definitions are shared across all the workspaces on the same Akamas installation, and require an account with administrative privileges to manage them.
Example
The following represents a set of parameters for a JVM component
The following represents a set of CPU-related parameters for the Linux operating system
Last updated