aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/example.guard.limiter.yaml
blob: 703be4f74135eababb966e623e6d272a4447a5e7 (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.scaleout:
        type: onap.policies.controlloop.guard.common.FrequencyLimiter
        type_version: 1.0.0
        version: 1.0.0
        name: guard.frequency.scaleout
        description: Here we limit the number of Restarts for my-controlloop to 3 in a ten minute period.
        metadata:
          policy-id : guard.frequency.scaleout
        properties:
          actor: APPC
          operation: Restart
          id: my-controlloop
          timeWindow: 10
          timeUnits: minute
          limit: 3