dell / omsdk

Dell EMC OpenManage Python SDK
Apache License 2.0
57 stars 20 forks source link

Enhancement to add CMC Chassis Controller MAC Address to enum #12

Open jnmatlock opened 4 years ago

jnmatlock commented 4 years ago

QwikContext Enhancement to retrieve Chassis Controller MAC Address, not referring to FlexMAC.

Details Requesting to add Chassis Controller MAC Address to Controller or CMC json output, if possible.

cmc.get_partial_entityjson(cmc.ComponentEnum.Controller)
cmc.get_partial_entityjson(cmc.ComponentEnum.CMC)

If possible have as default in a enum list add Chassis Controller MAC Address, just like HostName and AssetTag. (Only for CMC, WSMan)

ret['System'][0]['PermanentMACAddress']

Impact No impact. This is an enhancement request.

Severity Severity 4 - Low