mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
wf work
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"name": "Empty Workflow",
|
||||
"trigger": {
|
||||
"object_type": "",
|
||||
"event_type": ""
|
||||
},
|
||||
"conditions": [
|
||||
|
||||
],
|
||||
"actions": [
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Sample Device Update Workflow",
|
||||
"trigger": {
|
||||
@@ -23,14 +36,14 @@
|
||||
"logic": "OR",
|
||||
"conditions": [
|
||||
{
|
||||
"field": "devIsNew",
|
||||
"field": "devSite",
|
||||
"operator": "equals",
|
||||
"value": "1"
|
||||
"value": "Home"
|
||||
},
|
||||
{
|
||||
"field": "devName",
|
||||
"operator": "contains",
|
||||
"value": "Google"
|
||||
"value": "Motorola"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user