a single tag type for slice attributes, iterface settings, node tags and ilinks
[plcapi.git] / PLC / NodeGroups.py
index bf624ef..9292467 100644 (file)
@@ -30,7 +30,7 @@ class NodeGroup(Row):
     fields = {
         'nodegroup_id': Parameter(int, "Node group identifier"),
         'groupname': Parameter(str, "Node group name", max = 50),
-        'node_tag_type_id': Parameter (int, "Node tag type id"),
+        'tag_type_id': Parameter (int, "Node tag type id"),
         'tagvalue' : Parameter(str, "value that the nodegroup definition is based upon"),
         'tagname' : Parameter(str, "Tag name that the nodegroup definition is based upon"),
         'conf_file_ids': Parameter([int], "List of configuration files specific to this node group"),