Users Guide

Table Of Contents
Table 27. ome_groups (continued)
Parameter Required Default Choices Comments
description False
Description for the
device group.
This is applicable
only when I(state) is
C(present).
parent_group_name False Static Groups NA
Name of the parent
device group under
which the device
group to be created
or modified.
This is applicable
only when I(state) is
C(present).
C(NOTE) If device
group with such a
name does not
exist, device group
with
I(parent_group_na
me) is created.
This option is case
insensitive.
This option is
mutually exclusive
with
I(parent_group_id)p
.
parent_group_id False NA NA
ID of the parent
device group under
which the device
group to be created
or modified.
This is applicable
only when I(state) is
C(present).
This option is
mutually exclusive
with
I(parent_group_na
me).
Return Values
msg:
type: str
description: Overall status of the device group operation.
returned: always
sample: "Successfully deleted the device group(s)."
group_status:
description: Details of the device group operation status.
returned: success
type: dict
sample: {
"Description": "my group description",
"Id": 12123,
"MembershipTypeId": 12,
"Name": "group 1",
"ParentId": 12345,
"TypeId": 3000,
"IdOwner": 30,
"CreatedBy": "admin",
Modules for OpenManage Enterprise (OME)
65