b6f68f64c26297841ba1280a713225206d695d3e
[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": "Packet-loss-rate",
13                         "$.event.measurementsForVfScalingFields.vNicUsageArray[*].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                         "MSO": "SO",
53                         "VFC": "VFC"
54                 },
55                 "vnfRecipe": {
56                         "": "",
57                         "restart": "Restart",
58                         "rebuild": "Rebuild",
59                         "migrate": "Migrate",
60                         "healthCheck": "Health Check",
61                         "modifyConfig": "ModifyConfig",
62                         "vfModuleCreate":"VF Module Create",
63                         "scaleOut":"Scale Out"
64                 },
65                 "maxRetries": "3",
66                 "recipeLevel": {
67                         "":"",
68                         "VNF":"VNF",
69                         "VM":"VM",
70                         "VFC":"VFC",
71                         "PNF":"PNF"
72                 },
73                 "retryTimeLimit": 180,
74                 "parentPolicyConditions": {
75                         "Failure_Retries": "Failure: Max Retries Exceeded",
76                         "Failure_Timeout": "Failure: Time Limit Exceeded",
77                         "Failure_Guard": "Failure: Guard",
78                         "Failure_Exception": "Failure: Exception",
79                         "Failure": "Failure: Other",
80                         "Success": "Success"
81                 },
82                 "guardTargets": ".*",
83                 "minGuard":1,
84                 "maxGuard":1,
85                 "limitGuard":1,
86                 "timeUnitsGuard":{
87                         "minute":"minute",
88                         "hour":"hour",
89                         "day":"day",
90                         "week":"week",
91                         "month":"month",
92                         "year":"year"
93                 },
94                 "timeWindowGuard":10,
95                 "guardActiveStart":"00:00:01-05:00",
96                 "guardActiveEnd":"00:00:00-05:00"
97         },
98         "shared": {
99                 "byService": {
100                         "": {
101                                 "vf": {
102                                         "": ""
103                                 },
104                                 "location": {
105                                         "": ""
106                                 },
107                                 "alarmCondition": {
108                                         "": ""
109                                 }
110                         }
111                 },
112                 "byVf": {
113                         "": {
114                                 "vfc": {
115                                         "": ""
116                                 }
117                         }
118                 }
119         }
120 }