onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / robot / robot / assets / templates / policy / closedloop_configpolicy.template
1 {
2                 "service": "TcaMetrics",
3                 "location": "SampleServiceLocation",
4                 "uuid": "/services/cdap-tca-hi-lo/instances/demo/configuration/metricsPerFunctionalRole/vFireWall",
5                 "policyName": "${policy_name}",
6                 "description": "vFirewall configuration Policy@CreatedBy:demo@CreatedBy:@ModifiedBy:demo@ModifiedBy:",
7                 "configName": "SampleConfigName",
8                 "templateVersion": "OpenSource.version.1",
9                 "version": "1.0.0.5",
10                 "priority": "1",
11                 "policyScope": "resource=SampleResource,service=SampleService,type=SampleType,closedLoopControlName=SampleClosedLoop",
12                 "content": {
13                                 "thresholds": [{
14                                                 "severity": "MAJOR",
15                                                 "fieldPath": "$$.event.measurementsForVfScalingFields.vNicUsageArray[*].packetsIn",
16                                                 "thresholdValue": "300",
17                                                 "closedLoopControlName": "CL-FRWL-LOW-TRAFFIC-SIG-d925ed73-8231-4d02-9545-db4e101f88f8",
18                                                 "version": "1.0.2",
19                                                 "direction": "LESS_OR_EQUAL"
20                                 }, {
21                                                 "severity": "CRITICAL",
22                                                 "fieldPath": "$$.event.measurementsForVfScalingFields.vNicUsageArray[*].packetsIn",
23                                                 "thresholdValue": "800",
24                                                 "closedLoopControlName": "CL-FRWL-LOW-TRAFFIC-SIG-d925ed73-8231-4d02-9545-db4e101f88f8",
25                                                 "version": "1.0.2",
26                                                 "direction": "GREATER_OR_EQUAL"
27                                 }],
28                                 "functionalRole": "vFirewall",
29                                 "name": "0"
30                 }
31 }