| Option value | transport = "fs" | transport = "env" |
|---|---|---|
my option value | 6D 79 20 6F 70 74 69 6F 6E 20 76 61 6C 75 65 | bXkgb3B0aW9uIHZhbHVl |
| (binary) | (base64, by default) |
Full example
- Single
- List
option.type
required- Single
- List
option.default
optional- Single
- List
A PotentialStringReference specifying the default value for this
option. If this is specified, setting
required = true will have no effect. File or URL references will by default have base64 = trueoption.required
defaultfalse optional If
required = true this option is not optional and must be specified. Setting required = true for an option
that has a default value has no effect.
option.validation
The server performs option validation before running an agent. The Coral server will never launch an agent with option values that do not pass the validation rules given for an option. The absence of a validation rule indicates that the absent validation rule should not be performed. No validation rules have default values. For list types, validation will be performed on each item on the list. A single invalid item will reject the entire list.option.validation.min_size
optional A ValidationFileSize table specifying the minimum number of bytes in the blob.option.validation.max_size
optional A ValidationFileSize table specifying the maximum number of bytes in the blob.option.transport
defaultenv optional Controls how the option value is sent to the agent.
Environment transport
,. It is recommended to use option.base64 = true when
there is a chance the value will contain a comma.
Filesystem transport
;on Windows:on Unix-like operating systems