API Guide

Table Of Contents
Sdkredfishbase.RedfishOptions
API string/Method: Sdkredfishbase.RedfishOptions.
Description: Options to establish REDFISH communication.
Table 26. Parameters for Sdkredfishbase.RedfishOptions
Parameter Name Type
authentication
AuthenticationType
Description HTTP authentication type Basic, Digest.
Table 27. Parameter for port
Parameter Name Type Allowed Values
port
Integer NA
Description HTTPS port number for WSMAN communication.
Table 28. Parameter for connection time-out
Parameter Name Type Allowed Values
connection_timeout
Integer NA
Description Time in seconds to wait for the server to connect before giving up.
Table 29. Parameter for read time-out
Parameter Name Type Allowed Values
read_timeout
Integer NA
Description Time in seconds to wait for the server to read data before giving up.
Table 30. Parameter for max retries
Parameter Name Type Allowed Values
max_retries
Integer NA
Description HTTP connection retries in case of failures.
Table 31. Parameter for verify ssl
Parameter Name Type Allowed Values
verify_ssl
Boolean NA
Description SSL certificate verification.
Administration tasks API list
This section lists the available Administration tasks APIs.
idrac.config_mgr.power_boot
API string/Method: idrac.config_mgr.power_boot(Power_state).
Protocol Support: WSMAN.
Description: The idrac.config_mgr.power_boot(Power_state) allows you to power On/Off the Server.
OpenManage Python SDK API introduction
13