oms-Monitoring/Admin/Install/Workflow.install.json

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"
}
}
}
}
}
}