API Guide
mount_point='Z:\', isFolder=True,
creds=UserCredentials(<USERNAME>, <PASSWORD>))
liason_share_status = idrac.config_mgr.set_liason_share(myshare)
#Configure iDRAC DNS COnfiguration
msg = idrac.config_mgr.configure_dns(register_idrac_on_dns = DNSRegister_NICTypes.Enabled,
dns_idrac_name = None,
auto_config = DNSDomainNameFromDHCP_NICTypes.Disabled, static_dns = None)
apply_status = idrac.config_mgr.apply_changes(reboot=False)
Returns: Success or Failure.
Return Type: JSON.
idrac.cong_mgr.congure_ipv4
API string/Method: idrac.config_mgr.configure_ipv4
Protocol Support: Redfish.
Description: The idrac.config_mgr.configure_ipv4() allows you to congure the IPv4 Settings.
Table 69. Parameters for idrac.cong_mgr.congure_ipv4
Parameter Name Type Allowed Values
ip_address
String IP Address
Description Enter an IP (IPv4) address or a hostname of the shared folder. The maximum character limit is
64.
Table 70. Parameters for idrac.cong_mgr.congure_ipv4
Parameter Name Type Allowed Values
enable_dhcp
Enum
DHCPEnable_IPv4Types.Enabled
DHCPEnable_IPv4Types.Disabled
Description Indicates whether the DHCP server is Enabled or Disabled.
Table 71. Parameters for idrac.cong_mgr.congure_ipv4
Parameter Name Type Allowed Values
dns_1
String User dened values
Description Indicates the static DNS server IPv4 address if DHCP is not used to get the DNS address.
Table 72. Parameters for idrac.cong_mgr.congure_ipv4
Parameter Name Type Allowed Values
dns_2
String User dened values
Description Indicates the static alternate DNS server IPv4 address if DHCP is not used to get the DNS
address.
32 OpenManage Python SDK API introduction