API Guide
Table Of Contents
- Dell EMC OpenManage Python Software Development Kit Version 1.0 API Reference Guide
- Introduction to OpenManage python software development toolkit
- Installation and Uninstallation of OMPSDK
- OpenManage Python SDK API introduction
- OpenManage Python SDK API list
- Monitoring API list
- Administration tasks API list
- Export and Import Tasks API list
- Server iDRAC Settings Configuration API list
- Boot Settings Configuration API list
- RAID Configuration API list
- iDRAC LC Jobs API list
- iDRAC LC Status Check API list
- OpenManage Python SDK API list
- Getting Started
(
destination_number = 1,
destination = "1.1.1.1",
snmp_v3_username = None,
state = State_SNMPAlertTypes.Disabled
)
apply_status = idrac.config_mgr.apply_changes(reboot=False)
Returns: None.
Return Type: None.
idrac.config_mgr.configure_smtp_server_settings
API string/Method: idrac.config_mgr.configure_smtp_server_settings.
Protocol Support: Redfish.
Description: The idrac.config_mgr.configure_smtp_server_settings() allows you to configure the SMTP
Server Settings.
Table 106. Parameters for idrac.config_mgr.configure_smtp_server_settings
Parameter Name Type Allowed Values
smtp_ip_address
String SMTP IP Address
Description Enter the IPv4 or IPv6 address of the SMTP server or the FQDN / DNS name. The IP
address entered must be in the dot separated format. For example, 143.166.154.1.
Table 107. Parameters for idrac.config_mgr.configure_smtp_server_settings
Parameter Name Type Allowed Values
smtp_port
Number SMTP Port numer
Description
Enter the destination port for email alerts. The default value is 25. Range is 1-65535.
Table 108. Parameters for idrac.config_mgr.configure_smtp_server_settings
Parameter Name Type Allowed Values
authentication
Enum
SMTPAuthentication_RemoteHostsTypes.Ena
bled
SMTPAuthentication_RemoteHostsTypes.Dis
abled
Description To specify the user name and password for SMTP mail server authentication, select this
option.
Table 109. Parameters for idrac.config_mgr.configure_smtp_server_settings
Parameter Name Type Allowed Values
username
String User defined string
Description To connect to the SMTP server, enter the user name.
Table 110. Parameters for idrac.config_mgr.configure_smtp_server_settings
Parameter Name Type Allowed Values
password
String User defined string
Description To connect for NFS or CIFS file system, enter the password. The maximum length is 255
characters.
36 OpenManage Python SDK API introduction