blob: f9463fc1ab4845615826269850e5c7c3817294d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
tosca_definitions_version: tosca_simple_yaml_1_1_0
topology_template:
policies:
-
guard.frequency.inrange:
type: onap.policies.controlloop.guard.common.FrequencyLimiter
type_version: 1.0.0
version: 1.0.0
name: guard.frequency.inrange
properties:
actor: ACTOR
operation: OPERATION
id: LOOP
timeWindow: 10
timeUnits: minute
limit: 10
timeRange:
start_time: 08:00:00+05:00
end_time: 23:59:59+05:00
|