API Guide

Table 112. Parameters for idrac.cong_mgr.congure_email_alerts
Parameter Name Type Allowed Values
state
Enum
Enable_EmailAlertTypes.Enabled
Enable_EmailAlertTypes.Disabled
Description Congure to receive the alerts, select this option.
Table 113. Parameters for idrac.cong_mgr.congure_email_alerts
Parameter Name Type Allowed Values
address
String Destination email Address
Description Enter the email address that must receive the alerts.
Table 114. Parameters for idrac.cong_mgr.congure_email_alerts
Parameter Name Type Allowed Values
custom_message
String Custom Message
Description Allows you to enter a custom email message.
Example:
#Set liason share
myshare = FileOnShare(remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>/<FILE-NAME>",
mount_point='Z:\', isFolder=False,
creds=UserCredentials(<USERNAME>, <PASSWORD>))
liason_share_status = idrac.config_mgr.set_liason_share(myshare)
idrac.config_mgr.configure_email_alerts
(
alert_number = 4, state=Enable_EmailAlertTypes.Enabled,
address = "test@abc.com", custom_message = "test"
)
apply_status = idrac.config_mgr.apply_changes(reboot=False)
Returns: True or False.
Return Type: JSON.
Boot Settings Conguration API list
This section lists the available Boot settings conguration APIs.
idrac.cong_mgr.congure_boot_mode
API string/Method: idrac.config_mgr.configure_boot_mode.
Protocol Support: Redfish.
Description: The idrac.config_mgr.configure_boot_mode() allows you to congure the boot Mode.
44
OpenManage Python SDK API introduction