White Papers
40 REST API Guide OpenManage Essentials | Revision A02
DeviceGroupToDevice
A collection of device group to device relationships. This
relationship is defined in a later table.
DeletedDeviceGroupToDeviceGroup
A collection of integers that define the device group to
device group identifiers that have been deleted since the
last HierarchyDeletedTimestamp was specified.
DeletedDeviceGroups
A collection of integers that define the device group
identifiers that have been deleted since the last
DeviceGroupDeletedTimestamp was specified.
DeletedDeviceGroupToDevice
A collection of integers that define the device group to
device identifiers that have been deleted since the last
DeviceToGroupDeletedTimestamp was specified.
The attributes associated with the individual entries of the DeviceGroupToDeviceGroup section of the
returned payload are described in the following table.
Attribute Name
Description
Id
The identifier of the relationship.
DeviceGroupId
The device group identifier of the child device group.
ParentDeviceGroupId
The device group identifier of the parent device group.
The attributes associated with the individual entries of the DeviceGroupToDevice section of the returned
payload are described in the following table.
Attribute Name
Description
Id
The identifier of the relationship.
DeviceId
The device identifier of the child device.
ParentGroupId
The device group identifier of the parent device group.
2.5.1 Retrieving Device Hierarchy Information That Has Changed
To retrieve device hierarchy information that has changed, the DeviceGroupHierarchy GET API is used by
providing the timestamps as part of the command construction:
<BASE_URI>/DeviceGroupHierarchy/{HierarchyAddedOrUpdatedTimestamp}&
{HierarchyDeletedTimestamp}&{ DeviceGroupAddedOrUpdatedTimestamp}&{
DeviceGroupDeletedTimestamp}&{ DeviceToGroupAddedOrUpdatedTimestamp}&{
DeviceToGroupDeletedTimestamp}
Operations Supported : GET