White Papers

65 REST API Guide OpenManage Essentials | Revision A02
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-complinant devices and packages for firmware
and drivers in a group.
2.18.1 Non-Compliant devices
-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}
4. This URI will return the first {top} number of devices after skipping {skip} number of devices from the first
which are non-compliant with respect to system update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant/$skip={skip}&$top={top}
2.18.2 Non-Compliant devices for DeviceGroups
-compliant device from input device group id. These URI also support
paging of output data.
1. This URI will return all the devices which are non-compliant with respect to the group. If the group is
custom group and associated to custom catalog, the devices which are non-compliant with associated
catalog will be shown. If the group is not associated to custom catalog, then devices which are non
compliant with respect to default catalog will be shown: