White Papers

66 REST API Guide OpenManage Essentials | Revision A02
<BASE_URI>/DeviceGroups/<group-id>/SystemUpdateCompliance/NonCompliant/Devices
2. This URI will return the count of 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 considered. If the group is not associated to custom catalog then devices which are non
compliant with respect to default catalog will be considered:
<BASE_URI>/DeviceGroups/<group-
id>/SystemUpdateCompliance/NonCompliant/<BASE_URI>/Devices/count
3. This URI will return first {top} number of devices which are non-compliant with respect to the group:
<BASE_URI>/DeviceGroups/<group-
id>/SystemUpdateCompliance/NonCompliant/<BASE_URI>/Devices/$top={top}
4. This URI will return first {top} number of devices after skipping {skip} which are non-compliant with respect
to the group:
<BASE_URI>/DeviceGroups/<group-
id>/SystemUpdateCompliance/NonCompliant/<BASE_URI>/Devices/$skip={skip}&$top={top}
2.18.3 Non-Compliant Package For Devices
Following are URIs used to fetched non-compliant pacakges for devices. These URI also support paging of
output data.
1. This URI will return all the non compliant packages for all the devices which are non-compliant with
respect to system update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant/Packages
2. This URI will return the count of non compliant packages for all the devices which are non-compliant with
respect to system update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant/Packages/count
3. This URI will return the {top} number of non compliant packages for all the devices which are non-
compliant with respect to system update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant/Packages/$top={top}
4. This URI will return the {top} number of non compliant packages after skipping {skip} number of pacakges
for all the devices which are non-compliant with respect to system update portal:
<BASE_URI>/Devices/SystemUpdateCompliance/NonCompliant/Packages/$skip={skip}&$top={top
}
5. This URI will return all the non compliant packages for the device mentioned using device id which are
non-compliant with respect to system update portal:
<BASE_URI>/Devices/<device-id>/SystemUpdateCompliance/NonCompliant/Packages