diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 27a70c06..96204621 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -293,9 +293,15 @@ node = { #IBM Flex)''', # 'appliesto': ['system'], # }, -# 'id.serial': { -# 'description': 'The manufacturer serial number of node', -# }, + 'id.model': { + 'description': 'The model number of a node. In scenarios where there ' + 'is both a name and a model number, it is generally ' + 'expected that this would be the generally more ' + 'specific model number.' + }, + 'id.serial': { + 'description': 'The manufacturer serial number of node', + }, 'id.uuid': { 'description': 'The UUID of the node as presented in DMI.', },