owner.scripts
Scripts owner
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The script module ID who own this item |
||
type |
string |
||
|
The raw source code of the script. This is exclusive with the |
||
type |
string |
||
|
The path of the file containing the source code of the script. The file is not needed on the This is exclusive with the |
||
type |
string |
||
|
The list of values read by the script, in addition to triggers. The wildcard ‘*’ can be used to match multiple value. For example, ‘root.*.test’ will match ‘root.device.1.test’, ‘root.server.test’. |
||
type |
array |
||
default |
|||
items |
type |
string |
|
|
The list of cron expression ↗️ to schedule the script execution. The expected format is For example, the following expression schedule one execution every:
The The The |
||
type |
array |
||
default |
|||
items |
type |
string |
|
|
The maximum of script execution kept in memory, see the documentation of OnSphere for more details about the scheduling of scripts. When this value is reached the backpressure strategy is applied. |
||
type |
integer |
||
minimum |
1 |
||
default |
100 |
||
|
How script execution are drop when the buffer is full |
||
type |
string |
||
enum |
DROP_OLDEST, DROP_LATEST |
||
default |
DROP_OLDEST |
||
additionalProperties |
False |
||
oneOf |
allOf |
not |
|
allOf |
not |