X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=policy_module%2Fosm_policy_module%2Fmodels%2Fconfigure_scaling.json;h=0a87491a7a654cf411b719bf6a2ce7024134b726;hb=d9a55971b0b87f0d43883f840478f6fbc5f62fde;hp=f8479b3b64a4c760720f1eee3dbc9d53e2700de7;hpb=62781ff00b30790610cf4cc2ef5ed5422c571e10;p=osm%2FMON.git diff --git a/policy_module/osm_policy_module/models/configure_scaling.json b/policy_module/osm_policy_module/models/configure_scaling.json index f8479b3..0a87491 100644 --- a/policy_module/osm_policy_module/models/configure_scaling.json +++ b/policy_module/osm_policy_module/models/configure_scaling.json @@ -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": { @@ -79,20 +77,20 @@ "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": {