ome_groupdevices_info (Data Source)

Data source to list the devices in the group from OpenManage Enterprise.

Example Usage

# Get Deviceid's and servicetags of all devices that belong to a specified list of groups
data "ome_groupdevices_info" "gd" {
  device_group_names = ["WINDOWS"]
}

Schema

Required

  • device_group_names (Set of String) List of the device group names.

Optional

  • id (String) ID for group devices data source.

Read-Only

  • device_ids (List of Number) List of the device id(s) associated with a group
  • device_servicetags (List of String) List of the device servicetags associated with a group