White Papers

OpenManage Essentials-Specific Resource Model
54 REST API GuideOpenManage Essentials
Default value for the subnet mask is 255.255.255.0.
Maximum supported ICMP timeout is 5000 ms and retries is 10.
Maximum supported WSMan time out is 360s and retries is 10.
2.17.3 Add Discovery Range(s) to an existing Group
The following resource URI can be used to add discovery rang(s) to an existing group in OpenManage
Essentials:
<BASE_URI>/DiscoveryRanges/Groups/{GroupID}
Operations supported: PUT
A sample XML that would comprise the payload when initiating a PUT operation to add discovery range(s) to
an existing group is as follows:
<RESTAddDiscoveryRangeToExistingGroup>
<DiscoveryRanges>
<DiscoveryRange>
<Address>IPrange</Address>
<Name>rangename</Name>
<NetMask>netmask</NetMask>
</DiscoveryRange>
<DiscoveryRange>
<Address>IPrange</Address>
<NetMask>netmask</NetMask>
</DiscoveryRange>
<DiscoveryRange>
<HostName>hostname</HostName>
<NetMask>netmask</NetMask>
</DiscoveryRange>
</DiscoveryRanges>
</RESTAddDiscoveryRangeToExistingGroup>
Note:
Comma separated Host names are not allowed.
Default value for the subnet mask is 255.255.255.0.
2.17.4 Add Exclude Range(s)
The following resource URI can be used to add exclude rang(s) in OpenManage Essentials:
<BASE_URI>/ExcludeRanges
Operations supported: PUT
A sample XML that would comprise the payload when initiating a PUT operation to add exclude range(s) is as
follows: