aboutsummaryrefslogtreecommitdiffstats
path: root/tests/main/pdp_policies.json
blob: b7d0d9ee95c8c062be774fbdf13e6e0660c14fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "policies": {
        "onap.scaleout.tca": {
            "type": "onap.policies.monitoring.cdap.tca.hi.lo.app",
            "version": "1.0.0",
            "metadata": {
                "policy-id": "onap.scaleout.tca",
                "policy-version": 1,
                "description": "The scaleout policy for vDNS"
            },
            "properties": {
                "tca_policy": {
                    "domain": "measurementsForVfScaling",
                    "metricsPerEventName": [
                        {
                            "eventName": "vLoadBalancer",
                            "controlLoopSchemaType": "VNF",
                            "policyScope": "type=configuration"
                        }
                    ]
                }
            }
        }
    }
}