Remove dead code
[clamp.git] / src / main / resources / clds / templates / globalProperties.json
1 {
2         "tca": {
3                 "tname": "New_Set",
4                 "tcaInt": "1",
5                 "tcaVio": "1",
6                 "eventName": {
7                         "vLoadBalancer": "vLoadBalancer",
8                         "vFirewallBroadcastPackets": "vFirewallBroadcastPackets",
9                         "Measurement_vGMUX":"Measurement_vGMUX"
10                 },
11                 "fieldPathM": {
12                         "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value": "packetLossRate",
13                         "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta":"receivedTotalPacketsDelta"
14                 },
15                 "operator": {
16                         ">": "GREATER",
17                         ">=": "GREATER_OR_EQUAL",
18                         "=": "EQUAL",
19                         "<=": "LESS_OR_EQUAL",
20                         "<": "LESS"
21                 },
22                 "opsPolicy": {
23                         "POLICY_test_X": "POLICY_test_X",
24                         "POLICY_test_Y": "POLICY_test_Y"
25                 },
26                 "controlLoopSchemaType": {
27                         "": "",
28                         "VM": "VM",
29                         "VNF": "VNF"
30                 },
31                 "closedLoopEventStatus": {
32                         "": "",
33                         "ONSET": "ONSET",
34                         "ABATED": "ABATED"
35                 }
36         },
37         "global": {
38                 "actionSet": {
39                         "vnfRecipe": "VNF"
40                 },
41                 "location": {
42                         "DC1": "Data Center 1",
43                         "DC2": "Data Center 2",
44                         "DC3": "Data Center 3"
45                 }
46         },
47         "policy": {
48                 "pname": "0",
49                 "timeout": 345,
50                 "actor": {
51                         "APPC":"APPC",
52                         "SO": "SO",
53                         "VFC": "VFC",
54                         "SDNC":"SDNC",
55                         "SDNR":"SDNR"
56                 },
57                 "vnfRecipe": {
58                         "": "",
59                         "Restart": "Restart",
60                         "Rebuild": "Rebuild",
61                         "Migrate": "Migrate",
62                         "Health-Check": "Health Check",
63                         "ModifyConfig": "Modify Config",
64                         "VF Module Create":"VF Module Create",
65                         "VF Module Delete":"VF Module Delete",
66                         "Reroute":"Reroute"
67                 },
68                 "maxRetries": "3",
69                 "recipeLevel": {
70                         "":"",
71                         "VNF":"VNF",
72                         "VM":"VM",
73                         "VFC":"VFC",
74                         "PNF":"PNF"
75                 },
76                 "retryTimeLimit": 180,
77                 "parentPolicyConditions": {
78                         "Failure_Retries": "Failure: Max Retries Exceeded",
79                         "Failure_Timeout": "Failure: Time Limit Exceeded",
80                         "Failure_Guard": "Failure: Guard",
81                         "Failure_Exception": "Failure: Exception",
82                         "Failure": "Failure: Other",
83                         "Success": "Success"
84                 },
85                 "guardTargets": ".*",
86                 "minGuard":1,
87                 "maxGuard":1,
88                 "limitGuard":1,
89                 "timeUnitsGuard":{
90                         "minute":"minute",
91                         "hour":"hour",
92                         "day":"day",
93                         "week":"week",
94                         "month":"month",
95                         "year":"year"
96                 },
97                 "timeWindowGuard":10,
98                 "guardActiveStart":"00:00:01-05:00",
99                 "guardActiveEnd":"00:00:00-05:00"
100         },
101         "shared": {
102                 "byService": {
103                         "": {
104                                 "vf": {
105                                         "": ""
106                                 },
107                                 "location": {
108                                         "": ""
109                                 },
110                                 "alarmCondition": {
111                                         "": ""
112                                 }
113                         }
114                 },
115                 "byVf": {
116                         "": {
117                                 "vfc": {
118                                         "": ""
119                                 }
120                         }
121                 }
122         }
123 }