API Guide
Parameter Name Type Allowed Values
MonitorScope.OtherHealth
MonitorScope.OtherInventory
Description Denes the category of the lter. The default value of MonitorScope attributes is set to Not
Available except for MonitorScope.Health and MonitorScope.Metrics.
Example:
device.get_entityjson()
monitorfilter = MonitorScopeFilter(MonitorScope.Metrics)
monitorfilter.setdefaultMap(MonitorScope.Metrics, "NOT AVAL")
idrac.get_json_device(monitorfilter)
Table 31. Parameter for ndefval
Parameter Name Type Allowed Values
ndefval
String User dened string value.
Description To set the default value for the MonitorScope described above.
Administration tasks API list
This section lists the available Administration tasks APIs.
idrac.cong_mgr.power_boot
API string/Method: idrac.config_mgr.power_boot.
Protocol Support: WSMAN.
Description: The idrac.config_mgr.power_boot allows you to power On/O the Server.
Table 32.
Parameters for idrac.cong_mgr.power_boot(PowerBootEnum.Enabled)
Parameter Name Type Allowed Values
power_state
Enum PowerBootEnum
PowerBootEnum.Enabled
PowerBootEnum.Disabled
PowerBootEnum.Reset
Description Allows you to power On/O the Server.
Reset
Enabled
Disabled
Example:
status= idrac.config_mgr.power_boot(power_state=PowerBootEnum.Reset)
Returns: Success or Failure.
Return Type: JSON.
OpenManage Python SDK API introduction
17