[POLICY-76] Remove/rename ATT internal stuffs
[policy/drools-applications.git] / controlloop / common / policy-yaml / src / test / resources / v2.0.0-guard / policy_guard_blacklist.yaml
1 guard:
2   version: 2.0.0
3
4 guards:
5   - id: unique_guard_vService_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           - TargetName1
14           - TargetName2
15         time_in_range:
16           arg2: 00:00:00-05:00
17           arg3: 23:59:59-05:00