Update Policy committers in policy/xacml-pdp
[policy/xacml-pdp.git] / applications / guard / src / test / resources / test-time-in-range.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 topology_template:
3   policies:
4     -
5       guard.frequency.inrange:
6         type: onap.policies.controlloop.guard.common.FrequencyLimiter
7         type_version: 1.0.0
8         version: 1.0.0
9         name: guard.frequency.inrange
10         properties:
11           actor: ACTOR
12           operation: OPERATION
13           id: LOOP
14           timeWindow: 10
15           timeUnits: minute
16           limit: 10
17           timeRange:
18             start_time: 08:00:00+05:00
19             end_time: 23:59:59+05:00