[POLICY-22] Reorganizing drools-apps
[policy/drools-applications.git] / controlloop / templates / template.demo / src / test / resources / yaml / policy_guard_vUSP_1707_appc_restart_blacklist.yaml
1 guard:
2   version: 2.0.0
3
4 guards:
5   - id: unique_guard_vUSP_1_Blacklist
6     name: APPC Restart Blacklist
7     description: |
8       We deny restart of the blacklisted targets (avoid midnight to 5am)
9     actor: APPC
10     recipe: Restart
11     limit_constraints:
12       - blacklist:
13           - server123
14           - server2234
15           - vserver.vserver-name22
16           - aaabbbccc
17           - foobartriggersource35
18         time_in_range:
19           arg2: 00:00:00-05:00
20           arg3: 23:59:59-05:00
21           
22           
23           
24           
25           
26