Users Guide

Table Of Contents
Table 10. idrac_network (continued)
Parameter/aliases Required Default Choices Comments
enable_ipv4 No NA
Enabled
Disabled
Allows to enable or disable IPv4
configuration.
static_dns_1 No NA NA
Enter the preferred static DNS server IPv4
address.
static_dns_2 No NA NA
Enter the preferred static DNS server IPv4
address.
static_gateway No None NA
Enter the static IPv4 gateway address to
iDRAC.
static_net_mask No None NA Enter the static IP subnet mask to iDRAC.
Return Values
msg:
description: Successfully configured the idrac network settings.
returned: always
type: str
sample: "Successfully configured the idrac network settings."
network_status:
description: Status of the Network settings operation job.
returned: success
type: dict
sample: {
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_856418531008",
"@odata.type": "#DellJob.v1_0_2.DellJob",
"CompletionTime": "2020-03-31T03:04:15",
"Description": "Job Instance",
"EndTime": null,
"Id": "JID_856418531008",
"JobState": "Completed",
"JobType": "ImportConfiguration",
"Message": "Successfully imported and applied Server Configuration Profile.",
"MessageArgs": [],
"MessageArgs@odata.count": 0,
"MessageId": "SYS053",
"Name": "Import Configuration",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"Status": "Success",
"TargetSettingsURI": null,
"retval": true
}
error_info:
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."
}
]
}
}
30
Modules for iDRAC