mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-12 08:28:40 +00:00
90 lines
2.5 KiB
JSON
90 lines
2.5 KiB
JSON
{
|
|
"triggers": [
|
|
],
|
|
"actions": {
|
|
"1008000001": {
|
|
"name": "Check resources",
|
|
"description": {
|
|
"en": "Check resources",
|
|
"de": "Ueberpruefe Ressourcen"
|
|
},
|
|
"function_type": "Api",
|
|
"function": "apiCheckResources",
|
|
"module": "OnlineResourceWatcher",
|
|
"inputs": [
|
|
"unit",
|
|
"{*}"
|
|
],
|
|
"outputs": [
|
|
"resources[]",
|
|
"{*}"
|
|
],
|
|
"settings": {
|
|
"unit": {
|
|
"type": "input",
|
|
"subtype": "number",
|
|
"default": null,
|
|
"title": {
|
|
"en": "Unit",
|
|
"de": "Unit"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"1008000002": {
|
|
"name": "Inform users",
|
|
"description": {
|
|
"en": "Inform users about changes",
|
|
"de": "Informiere Nutzer über Änderungen"
|
|
},
|
|
"function_type": "Api",
|
|
"function": "informUsers",
|
|
"module": "OnlineResourceWatcher",
|
|
"inputs": [
|
|
"unit",
|
|
"{*}"
|
|
],
|
|
"outputs": [
|
|
"resources[]",
|
|
"{*}"
|
|
],
|
|
"settings": {
|
|
"unit": {
|
|
"type": "input",
|
|
"subtype": "number",
|
|
"default": null,
|
|
"title": {
|
|
"en": "Unit",
|
|
"de": "Unit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"workflows": {
|
|
"OnlineResourceWatcher": [
|
|
{
|
|
"id": "1005500005",
|
|
"settings": {
|
|
"interval": "0 3 * * *"
|
|
},
|
|
"children": [
|
|
{
|
|
"id": "1008000001",
|
|
"comment": "Check resources",
|
|
"settings": {},
|
|
"children": [
|
|
{
|
|
"id": "1008000002",
|
|
"comment": "Inform changed ",
|
|
"settings": {},
|
|
"children": [
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |