Add guard filter documentation
[policy/parent.git] / docs / xacml / example.guard.limiter.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 topology_template:
3   policies:
4     -
5       guard.frequency.scaleout:
6         type: onap.policies.controlloop.guard.common.FrequencyLimiter
7         type_version: 1.0.0
8         version: 1.0.0
9         name: guard.frequency.scaleout
10         description: Here we limit the number of Restarts for my-controlloop to 3 in a ten minute period.
11         metadata:
12           policy-id : guard.frequency.scaleout
13         properties:
14           actor: APPC
15           operation: Restart
16           id: my-controlloop
17           timeWindow: 10
18           timeUnits: minute
19           limit: 3