Users Guide
Parameter Required Default Choices Comments
• Sample
• None
attributes No { } NA
• Name: Name of the template. This is mandatory for C(create)
and C(modify) operations.
• Description: Description of the template. This is applicable for
C(create) and C(modify) operations.
• Fqdds: This provides functionality to copy only certain areas of
system conguration from the specied reference server. One
or more of the following values may be specied in a comma-
separated string: iDRAC, System, BIOS, NIC,
LifeCycleController, RAID, EventFilters, All. Default value is 'All'.
This is applicable for C(create) operation.
• Options: Options to control device shutdown or end power
state during template deployment. This is applicable for
C(deploy) operation.
• Schedule: Options to schedule the deployment task
immediately or at a specied time. This is applicable for
C(deploy) operation.
• NetworkBootIsoModel: Payload to specify the ISO deployment
details. This is applicable for C(deploy) operation.
• Attributes: list of dictionaries of attribute values (if any) to be
modied in the template to be deployed. This is applicable for
C(deploy) operation.
NOTE: See OpenManage Enterprise API Reference Guide
for more details.
Return Values
msg:
description: Overall status of the template operation.
returned: always
type: str
sample: "Successfully created a Template with id 123"
return_id:
description: id of the template for C(create) and C(modify) or task created in case of
C(deploy)
returned: success
type: int
sample: 124
template_status:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"MessageId": "GEN1234",
"RelatedProperties": [],
"Message": "Unable to process the request because an error occurred.",
"MessageArgs": [],
"Severity": "Critical",
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
}
}
Modules for OpenManage Enterprise (OME)
57