-
Notifications
You must be signed in to change notification settings - Fork 3
productversion
Daniel Larsson edited this page Feb 14, 2025
·
1 revision
Request the product version from the server and, optionally, save it to the log. This is a lightweight request that can be used as a keep-alive message in a loop.
-
log
: Save the product version to the log (true
/false
). Defaults tofalse
, if omitted.
//Keep-alive loop
{
"action": "iterated",
"settings" : {
"iterations" : 10,
"actions" : [
{
"action" : "productversion"
},
{
"action": "thinktime",
"settings": {
"type": "static",
"delay": 30
}
}
]
}
}
The file has been generated, do not edit manually