dell / dell/omsdk

Enhancement to add CMC Chassis Controller MAC Address to enum

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
63
Forks
22
PR merge metrics
No merged PRs in 30d

Description

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.

```python
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)

```python
ret['System'][0]['PermanentMACAddress']
```

Impact
No impact. This is an enhancement request.

Severity
Severity 4 - Low

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.