aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policies/vFirewall.policy.monitoring.input.tosca.v2.json
blob: 790fa33ff1698c2339301cd64e4d0e87cd1ef47c (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
  "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
  "topology_template": {
    "policies": [
      {
        "onap.vfirewall.tca": {
          "type": "onap.policies.monitoring.tcagen2",
          "type_version": "2.0.0",
          "version": "2.0.0",
          "name": "onap.vfirewall.tca",
          "metadata": {
            "policy-id": "onap.vfirewall.tca"
          },
          "properties": {
            "tca.policy": [
              {
                "domain": "measurementsForVfScaling",
                "metricsPerEventName": [
                  {
                    "eventName": "Mfvs_eNodeB_RANKPI",
                    "controlLoopSchemaType": "VNF",
                    "policyScope": "resource=vFirewall;type=configuration",
                    "policyName": "configuration.dcae.microservice.tca.xml",
                    "policyVersion": "v0.0.1",
                    "thresholds": [
                      {
                        "closedLoopControlName": "CL-FRWL-LOW-TRAFFIC-SIG-d925ed73-8231-4d02-9545-db4e101f88f8",
                        "closedLoopEventStatus": "ONSET",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated",
                        "thresholdValue": 4000,
                        "direction": "LESS_OR_EQUAL",
                        "severity": "MAJOR"
                      },
                      {
                        "closedLoopControlName": "CL-FRWL-HIGH-TRAFFIC-SIG-EA36FE84-9342-5E13-A656-EC5F21309A09",
                        "closedLoopEventStatus": "ONSET",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated",
                        "thresholdValue": 20000,
                        "direction": "GREATER_OR_EQUAL",
                        "severity": "CRITICAL"
                      },
                      {
                        "closedLoopControlName": "CL-FRWL-HIGH-TRAFFIC-SIG-EA36FE84-9342-5E13-A656-EC5F21309A09",
                        "closedLoopEventStatus": "ABATED",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated",
                        "thresholdValue": 0,
                        "direction": "EQUAL",
                        "severity": "CRITICAL"
                      }
                    ]
                  },
                  {
                    "eventName": "vLoadBalancer",
                    "controlLoopSchemaType": "VNF",
                    "policyScope": "resource=vLoadBalancer;type=configuration",
                    "policyName": "configuration.dcae.microservice.tca.xml",
                    "policyVersion": "v0.0.1",
                    "thresholds": [
                      {
                        "closedLoopControlName": "CL-LBAL-LOW-TRAFFIC-SIG-FB480F95-A453-6F24-B767-FD703241AB1A",
                        "closedLoopEventStatus": "ONSET",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated",
                        "thresholdValue": 500,
                        "direction": "LESS_OR_EQUAL",
                        "severity": "MAJOR"
                      },
                      {
                        "closedLoopControlName": "CL-LBAL-LOW-TRAFFIC-SIG-0C5920A6-B564-8035-C878-0E814352BC2B",
                        "closedLoopEventStatus": "ONSET",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated",
                        "thresholdValue": 5000,
                        "direction": "GREATER_OR_EQUAL",
                        "severity": "CRITICAL"
                      }
                    ]
                  },
                  {
                    "eventName": "virtualVMEventName",
                    "controlLoopSchemaType": "VM",
                    "policyScope": "resource=virtualVM;type=configuration",
                    "policyName": "configuration.dcae.microservice.tca.xml",
                    "policyVersion": "v0.0.1",
                    "thresholds": [
                      {
                        "closedLoopControlName": "CL-LBAL-LOW-TRAFFIC-SIG-FB480F95-A453-6F24-B767-FD703241AB1A",
                        "closedLoopEventStatus": "ONSET",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedBroadcastPacketsAccumulated",
                        "thresholdValue": 500,
                        "direction": "LESS_OR_EQUAL",
                        "severity": "MAJOR"
                      }
                    ]
                  }
                ]
              },
              {
                "domain": "measurement",
                "metricsPerEventName": [
                  {
                    "eventName": "vFirewallBroadcastPackets",
                    "controlLoopSchemaType": "VM",
                    "policyScope": "DCAE",
                    "policyName": "DCAE.Config_tca-hi-lo",
                    "policyVersion": "v0.0.1",
                    "thresholds": [
                      {
                        "closedLoopControlName": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementFields.nicPerformanceArray[*].receivedTotalPacketsDelta",
                        "thresholdValue": 300,
                        "direction": "LESS_OR_EQUAL",
                        "severity": "MAJOR",
                        "closedLoopEventStatus": "ABATED"
                      },
                      {
                        "closedLoopControlName": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementFields.nicPerformanceArray[*].receivedTotalPacketsDelta",
                        "thresholdValue": 700,
                        "direction": "GREATER_OR_EQUAL",
                        "severity": "CRITICAL",
                        "closedLoopEventStatus": "ONSET"
                      }
                    ]
                  },
                  {
                    "eventName": "vLoadBalancer",
                    "controlLoopSchemaType": "VM",
                    "policyScope": "DCAE",
                    "policyName": "DCAE.Config_tca-hi-lo",
                    "policyVersion": "v0.0.1",
                    "thresholds": [
                      {
                        "closedLoopControlName": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementFields.nicPerformanceArray[*].receivedTotalPacketsDelta",
                        "thresholdValue": 300,
                        "direction": "GREATER_OR_EQUAL",
                        "severity": "CRITICAL",
                        "closedLoopEventStatus": "ONSET"
                      }
                    ]
                  },
                  {
                    "eventName": "Measurement_vGMUX",
                    "controlLoopSchemaType": "VNF",
                    "policyScope": "DCAE",
                    "policyName": "DCAE.Config_tca-hi-lo",
                    "policyVersion": "v0.0.1",
                    "thresholds": [
                      {
                        "closedLoopControlName": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementFields.additionalMeasurements[*].arrayOfFields[0].value",
                        "thresholdValue": 0,
                        "direction": "EQUAL",
                        "severity": "MAJOR",
                        "closedLoopEventStatus": "ABATED"
                      },
                      {
                        "closedLoopControlName": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
                        "version": "1.0.2",
                        "fieldPath": "$.event.measurementFields.additionalMeasurements[*].arrayOfFields[0].value",
                        "thresholdValue": 0,
                        "direction": "GREATER",
                        "severity": "CRITICAL",
                        "closedLoopEventStatus": "ONSET"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        }
      }
    ]
  }
}