X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=46472e75483596314e6983f2ff0a982e9b09198a;hp=2ff53e792828057b94184e992c3b6a16996628e5;hb=46dfea570d9b0e2bc1610a7f7014e00fc7a400c0;hpb=16d80caf4c5e07119fca593b00c9407011e9cdb4 diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 2ff53e7..46472e7 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -1822,14 +1822,7 @@ module mano-types } } - grouping alarm { - leaf alarm-id { - description - "This field is reserved for the identifier assigned by the VIM provider"; - - type string; - } - + grouping alarm-properties { leaf name { description "A human readable string to identify the alarm"; type string; @@ -1892,11 +1885,6 @@ module mano-types type alarm-severity-type; } - leaf metric { - description "The metric to be tracked by this alarm."; - type alarm-metric-type; - } - leaf statistic { description "The type of metric statistic that is tracked by this alarm"; type alarm-statistic-type;