White Papers

OpenManage Essentials-Specific Resource Model
55 REST API GuideOpenManage Essentials
<RESTAddExcludeRange>
<Ranges>
<Range>
<Address>IPrange</Address>
<Name>rangename</Name>
</Range>
<Range>
<Address>IPrange</Address>
</Range>
</Ranges>
</RESTAddExcludeRange>
2.17.5 Delete Discovery Range
The following resource URI can be used to delete discovery range in OpenManage Essentials:
<BASE_URI>/DiscoveryRanges/Ranges/{RangeID}
Operations supported: DELETE
2.17.6 Delete Discovery Group
The following resource URI can be used to delete discovery group in OpenManage Essentials:
<BASE_URI>/DiscoveryRanges/Groups/{GroupID}
Operations supported: DELETE
2.18 System Update Compliance
System Update compliance provides information about non-compliant devices and packages for firmware and
drivers in a group.
Note: The REST APIs for gathering information about systems and packages which are noncompliant with respect to
the latest System Updates, takes more time to execute in a scaled environment. To view the noncomplaint systems in a
scaled environment, you can use REST API call on individual groups or devices.
2.18.1 Non-Compliant devices
Following are URI’s used to fetched non-compliant device. These URI also support paging of output data.
Note: This will be equivalent to list of non-compliant devices under All Devices.
1. This URI will return all the devices which are non-compliant with respect to system update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant
2. This URI will return the count of devices which are non-compliant with respect to system update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant/Count
3. This URI will return the first {top} number of devices which are non-compliant with respect to system
update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant/$top={top}