dell / OpenManage-Enterprise

Script collateral leveraging the OME/OME-M REST APIs
Apache License 2.0
95 stars 49 forks source link

Update the Invoke-DiscoverDevice Python and PowerShell scripts to handle network devices #113

Closed grantcurell closed 3 years ago

grantcurell commented 3 years ago

image

Right now the discovery scripts (Invoke-DiscoverDevice.ps1 and invoke_discovery_device.py) have hard coded JSON which they then convert to native types. The community string is hard coded in the JSON and we do not provide a way to modify it.

Update

I saw we don't actually include it as an option, but it is there in the discovery payload.

grantcurell commented 3 years ago

This has been addressed in the powershell code. This issue is now a dup of https://github.com/dell/OpenManage-Enterprise/issues/119