blob: b7d0d9ee95c8c062be774fbdf13e6e0660c14fde [file] [log] [blame]
Alex Shatov9a4d3c52019-04-01 11:32:06 -04001{
2 "policies": {
3 "onap.scaleout.tca": {
4 "type": "onap.policies.monitoring.cdap.tca.hi.lo.app",
5 "version": "1.0.0",
6 "metadata": {
7 "policy-id": "onap.scaleout.tca",
8 "policy-version": 1,
9 "description": "The scaleout policy for vDNS"
10 },
11 "properties": {
12 "tca_policy": {
13 "domain": "measurementsForVfScaling",
14 "metricsPerEventName": [
15 {
16 "eventName": "vLoadBalancer",
17 "controlLoopSchemaType": "VNF",
18 "policyScope": "type=configuration"
19 }
20 ]
21 }
22 }
23 }
24 }
25}