mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
35 lines
874 B
JSON
Executable File
35 lines
874 B
JSON
Executable File
{
|
|
"triggers": [
|
|
],
|
|
"actions": {
|
|
"1000700001": {
|
|
"name": "Error report",
|
|
"description": {
|
|
"en": "Send error report",
|
|
"de": "Versende Fehlerbericht"
|
|
},
|
|
"function_type": "Cli",
|
|
"function": "cliLogReport",
|
|
"module": "Monitoring",
|
|
"inputs": [
|
|
"email",
|
|
"{*}"
|
|
],
|
|
"outputs": [
|
|
"resources[]",
|
|
"{*}"
|
|
],
|
|
"settings": {
|
|
"email": {
|
|
"type": "input",
|
|
"subtype": "text",
|
|
"default": null,
|
|
"title": {
|
|
"en": "Email",
|
|
"de": "Email"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |