mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-26 22:48:43 +00:00
35 lines
886 B
JSON
Executable File
35 lines
886 B
JSON
Executable File
{
|
|
"triggers": [
|
|
],
|
|
"actions": {
|
|
"1008000001": {
|
|
"name": "Check resources",
|
|
"description": {
|
|
"en": "Check resources",
|
|
"de": "Ueberpruefe Ressourcen"
|
|
},
|
|
"function_type": "Api",
|
|
"function": "checkResources",
|
|
"module": "OnlineResourceWatcher",
|
|
"inputs": [
|
|
"unit",
|
|
"{*}"
|
|
],
|
|
"outputs": [
|
|
"resources[]",
|
|
"{*}"
|
|
],
|
|
"settings": {
|
|
"unit": {
|
|
"type": "input",
|
|
"subtype": "number",
|
|
"default": null,
|
|
"title": {
|
|
"en": "Unit",
|
|
"de": "Unit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |