Hello,
we are running a Powershell workflow to automate the configuration of the iDRAC of our PowerEdge servers, as part of this workflow I want to add the DNS name of the Server to a OME Discovery Range.
Is there a OME Powershell module we can use to do this?
Or as an alternative can we use an REST API Post call to achive this? Unfortunately the REST API documentation for OME is not exposing a lot of details:
"POST <BASE_URI>/DiscoveryRange
To create a new discovery range. If the
service generates the identifier, the
resource identifier is returned in the
Location response header.
"
Can someone please provide an example of how to do this?
Thanks,
Simon