Added LICENSE file to root folder
[osm/MON.git] / policy_module / osm_policy_module / models / configure_scaling.json
index f8479b3..0a87491 100644 (file)
@@ -52,8 +52,7 @@
                       "gt",
                       "le",
                       "ge",
-                      "eq",
-                      "ne"
+                      "eq"
                     ]
                   },
                   "scale_out_relational_operation": {
@@ -63,8 +62,7 @@
                       "gt",
                       "le",
                       "ge",
-                      "eq",
-                      "ne"
+                      "eq"
                     ]
                   },
                   "monitoring_param": {
                       "aggregation_type": {
                         "type": "string",
                         "enum": [
-                          "avg",
-                          "max",
-                          "min",
-                          "last",
+                          "average",
+                          "maximum",
+                          "minimum",
+                          "count",
                           "sum"
                         ]
                       },
                       "vdu_monitoring_param": {
                         "type": "object",
                         "properties": {
-                          "vim_uuid": {
+                          "vnf_member_index": {
                             "type": "string"
                           },
-                          "resource_id": {
+                          "vdu_name": {
                             "type": "string"
                           },
                           "name": {