White Papers
64 REST API Guide OpenManage Essentials | Revision A02
<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:
1. Comma separated Host names are not allowed.
2. 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:
<RESTAddExcludeRange>
<Ranges>
<Range>
<Address>IPrange</Address>
<Name>rangename</Name>
</Range>
<Range>
<Address>IPrange</Address>
</Range>
</Ranges>
</RESTAddExcludeRange>