Skip to content

Commit

Permalink
Change order of new actions in domaintoolsiris.json
Browse files Browse the repository at this point in the history
  • Loading branch information
briluza committed Jan 3, 2024
1 parent f0fe6d6 commit 3e64778
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions domaintools_iris.json
Original file line number Diff line number Diff line change
Expand Up @@ -2048,20 +2048,10 @@
],
"versions": "EQ(*)"
},
{
"action": "on poll",
"description": "Execute scheduled playbooks based on the set interval(mins) in 'domaintools_scheduled_playbooks' custom list. Smaller intervals will result in more accurate schedules",
"type": "ingest",
"identifier": "on_poll",
"read_only": true,
"parameters": {},
"output": [],
"versions": "EQ(*)"
},
{
"action": "configure scheduled playbooks",
"description": "Run on initial setup to configure the optional monitoring playbooks. This action creates a custom list to manage the playbook scheduling and run status",
"type": "generic",
"type": "investigate",
"identifier": "configure_monitoring_scheduled_playbooks",
"read_only": true,
"parameters": {},
Expand Down Expand Up @@ -2102,6 +2092,16 @@
}
],
"versions": "EQ(*)"
},
{
"action": "on poll",
"description": "Execute scheduled playbooks based on the set interval(mins) in 'domaintools_scheduled_playbooks' custom list. Smaller intervals will result in more accurate schedules",
"type": "ingest",
"identifier": "on_poll",
"read_only": true,
"parameters": {},
"output": [],
"versions": "EQ(*)"
}
],
"pip39_dependencies": {
Expand Down

0 comments on commit 3e64778

Please sign in to comment.