├── .editorconfig ├── .flake8 ├── .gitignore ├── .pre-commit-config.yaml ├── .project ├── .travis.yml ├── AUTHORS.md ├── CHANGELOG.md ├── LICENSE.md ├── Makefile ├── Makefile.openssl1 ├── MakefileSDK.ps1 ├── MakefileWin41.ps1 ├── Makefile_vmware ├── Makefile_vmware_code ├── Makefile_vmware_code_dsdk ├── README.rst ├── assets └── style.css ├── delapptoken.c ├── detectonly.c ├── examples ├── Linux │ ├── Abort_Directory_Test.sh │ ├── Add_Federation_Group.sh │ ├── Add_User.sh │ ├── Administrator_reset_pw.sh │ ├── Basic_Auth_Login.sh │ ├── Boot_spp.sh │ ├── Cert_Auth_Login.sh │ ├── Cert_Request.sh │ ├── Change_Password.sh │ ├── Clear_AHS_Data.sh │ ├── Clear_EventLog.sh │ ├── Clear_IML.sh │ ├── Computer_Lock_Config.sh │ ├── Delete_Federation_Group.sh │ ├── Delete_User.sh │ ├── DriveLED-rawpatch.json │ ├── ERS_DC_SetWebProxy.sh │ ├── ERS_Get_Settings.sh │ ├── Eject_Virtual_Media.sh │ ├── Factory_Defaults.sh │ ├── Get_AHS_Status.sh │ ├── Get_All_Languages.sh │ ├── Get_All_Licenses.sh │ ├── Get_All_User_Info.sh │ ├── Get_Asset_Tag.sh │ ├── Get_Boot_Mode.sh │ ├── Get_Current_Boot_Mode.sh │ ├── Get_Directory_Test_Results.sh │ ├── Get_EmHealth.sh │ ├── Get_Embedded_Health.sh │ ├── Get_Encrypt.sh │ ├── Get_FIPS_Status.sh │ ├── Get_FW_Version.sh │ ├── Get_Federation_All_Groups_Info.sh │ ├── Get_Federation_Group.sh │ ├── Get_Federation_Multicast_Options.sh │ ├── Get_Global.sh │ ├── Get_Host_APO.sh │ ├── Get_Host_Power.sh │ ├── Get_Host_Power_Saver.sh │ ├── Get_Host_Pwr_Micro_Ver.sh │ ├── Get_Hotkey_Config.sh │ ├── Get_IML.sh │ ├── Get_LDAP_CA_Cert_Status.sh │ ├── Get_Language.sh │ ├── Get_Network.sh │ ├── Get_OA_Info.sh │ ├── Get_One_Time_Boot_Order.sh │ ├── Get_PS_Data.sh │ ├── Get_Persistent_Boot_Order.sh │ ├── Get_Persmouse_Status.sh │ ├── Get_PowerCap.sh │ ├── Get_Power_On_Time.sh │ ├── Get_Power_Readings.sh │ ├── Get_Product_Name.sh │ ├── Get_Pwreg_Alert_Threshold.sh │ ├── Get_Rack_Settings.sh │ ├── Get_SDCard_Status.sh │ ├── Get_SNMP_IM.sh │ ├── Get_SSO_Settings.sh │ ├── Get_Security_Msg.sh │ ├── Get_Server_FQDN.sh │ ├── Get_Server_Name.sh │ ├── Get_Supported_Boot_Mode.sh │ ├── Get_TPM_Status.sh │ ├── Get_UID_Status.sh │ ├── Get_User.sh │ ├── Get_VM_Status.sh │ ├── Get_iLO_Log.sh │ ├── Hotkey_Config.json │ ├── Hotkey_Config.sh │ ├── Import_Cert.sh │ ├── Import_LDAP_CA_Cert.sh │ ├── Insert_Virtual_Media.sh │ ├── License.sh │ ├── Mod_Encrypt_Settings.sh │ ├── Mod_Federation_Group.sh │ ├── Mod_Network_Settings.sh │ ├── Mod_SNMP_IM_Settings.sh │ ├── Mod_SSO_Settings.sh │ ├── Mod_User.sh │ ├── Mod_VLAN.sh │ ├── Mod_VM_Port_Settings.sh │ ├── RBSU_POST_IP.sh │ ├── Reset_RIB.sh │ ├── Reset_Server.sh │ ├── Send_Snmp_Test_Trap.sh │ ├── Set_AHS_Status.sh │ ├── Set_Asset_Tag.sh │ ├── Set_Boot_Mode.sh │ ├── Set_Brownout.sh │ ├── Set_Drives_Ledinidicator.sh │ ├── Set_FIPS_Enable.sh │ ├── Set_Federation_Multicast_Options.sh │ ├── Set_Host_APO.sh │ ├── Set_Host_Power.sh │ ├── Set_Host_Power_Saver.sh │ ├── Set_Language.sh │ ├── Set_One_Time_Boot_Order.sh │ ├── Set_Persistent_Boot_Order.sh │ ├── Set_Persmouse_Status.sh │ ├── Set_Power_Cap.sh │ ├── Set_Pwreg_Alert_Threshold.sh │ ├── Set_Security_Msg.sh │ ├── Set_Server_Name.sh │ ├── Set_Virtual_Power_BTN.sh │ ├── Shared_Network_Port.sh │ ├── Start_Directory_Test.sh │ ├── UID_Control.sh │ ├── Update_Firmware.sh │ ├── Update_Language.sh │ ├── add_sso_rec.sh │ └── delete_sso_rec.sh └── Windows │ ├── Abort_Directory_Test.bat │ ├── Add_Federation_Group.bat │ ├── Add_User.bat │ ├── Administrator_reset_pw.bat │ ├── Basic_Auth_Login.bat │ ├── Boot_spp.bat │ ├── Cert_Auth_Login.bat │ ├── Cert_Request.bat │ ├── Change_Password.bat │ ├── Clear_AHS_Data.bat │ ├── Clear_EventLog.bat │ ├── Clear_IML.bat │ ├── Computer_Lock_Config.bat │ ├── Delete_Federation_Group.bat │ ├── Delete_User.bat │ ├── ERS_DC_SetWebProxy.bat │ ├── ERS_Get_Settings.bat │ ├── Eject_Virtual_Media.bat │ ├── Factory_Defaults.bat │ ├── Get_AHS_Status.bat │ ├── Get_All_Languages.bat │ ├── Get_All_Licenses.bat │ ├── Get_All_User_Info.bat │ ├── Get_Asset_Tag.bat │ ├── Get_Boot_Mode.bat │ ├── Get_Current_Boot_Mode.bat │ ├── Get_Directory_Test_Results.bat │ ├── Get_EmHealth.bat │ ├── Get_Embedded_Health.bat │ ├── Get_Encrypt.bat │ ├── Get_FIPS_Status.bat │ ├── Get_FW_Version.bat │ ├── Get_Federation_All_Groups_Info.bat │ ├── Get_Federation_Group.bat │ ├── Get_Federation_Multicast_Options.bat │ ├── Get_Global.bat │ ├── Get_Host_APO.bat │ ├── Get_Host_Power.bat │ ├── Get_Host_Power_Saver.bat │ ├── Get_Host_Pwr_Micro_Ver.bat │ ├── Get_Hotkey_Config.bat │ ├── Get_IML.bat │ ├── Get_LDAP_CA_Cert_Status.bat │ ├── Get_Language.bat │ ├── Get_Network.bat │ ├── Get_OA_Info.bat │ ├── Get_One_Time_Boot_Order.bat │ ├── Get_PS_Data.bat │ ├── Get_Persistent_Boot_Order.bat │ ├── Get_Persmouse_Status.bat │ ├── Get_PowerCap.bat │ ├── Get_Power_On_Time.bat │ ├── Get_Power_Readings.bat │ ├── Get_Product_Name.bat │ ├── Get_Pwreg_Alert_Threshold.bat │ ├── Get_Rack_Settings.bat │ ├── Get_SDCard_Status.bat │ ├── Get_SNMP_IM.bat │ ├── Get_SSO_Settings.bat │ ├── Get_Security_Msg.bat │ ├── Get_Server_FQDN.bat │ ├── Get_Server_Name.bat │ ├── Get_Supported_Boot_Mode.bat │ ├── Get_TPM_Status.bat │ ├── Get_UID_Status.bat │ ├── Get_User.bat │ ├── Get_VM_Status.bat │ ├── Get_iLO_Log.bat │ ├── Hotkey_Config.bat │ ├── Hotkey_Config.json │ ├── Import_Cert.bat │ ├── Import_LDAP_CA_Cert.bat │ ├── Insert_Virtual_Media.bat │ ├── License.bat │ ├── Mod_Encrypt_Settings.bat │ ├── Mod_Federation_Group.bat │ ├── Mod_SNMP_IM_Settings.bat │ ├── Mod_SSO_Settings.bat │ ├── Mod_User.bat │ ├── Mod_VLAN.bat │ ├── Mod_VM_Port_Settings.bat │ ├── RBSU_POST_IP.bat │ ├── Reset_RIB.bat │ ├── Reset_Server.bat │ ├── Send_Snmp_Test_Trap.bat │ ├── Set_AHS_Status.bat │ ├── Set_Asset_Tag.bat │ ├── Set_Boot_Mode.bat │ ├── Set_Brownout.bat │ ├── Set_FIPS_Enable.bat │ ├── Set_Federation_Multicast_Options.bat │ ├── Set_Host_APO.bat │ ├── Set_Host_Power.bat │ ├── Set_Host_Power_Saver.bat │ ├── Set_Language.bat │ ├── Set_One_Time_Boot_Order.bat │ ├── Set_Persistent_Boot_Order.bat │ ├── Set_Persmouse_Status.bat │ ├── Set_PowerCap.bat │ ├── Set_Pwreg_Alert_Threshold.bat │ ├── Set_Security_Msg.bat │ ├── Set_Server_Name.bat │ ├── Set_Virtual_Power_BTN.bat │ ├── Shared_Network_Port.bat │ ├── Start_Directory_Test.bat │ ├── UID_Control.bat │ ├── Update_Firmware.bat │ ├── Update_Language.bat │ ├── add_sso_rec.bat │ └── delete_sso_rec.bat ├── extension_template └── NewCommand.py ├── genapptoken.c ├── hpe.ico ├── ilorest.sc ├── ilorest ├── __init__.py ├── chiflibrary │ ├── __init__.py │ └── arm │ │ └── __init__.py ├── cliutils.py ├── config │ ├── __init__.py │ ├── config.py │ └── rdmc_config.py ├── debug_utils.py ├── extensions │ ├── BIOS_COMMANDS │ │ ├── BiosDefaultsCommand.py │ │ ├── BootOrderCommand.py │ │ ├── IscsiConfigCommand.py │ │ ├── SetPasswordCommand.py │ │ └── __init__.py │ ├── COMMANDS │ │ ├── CommitCommand.py │ │ ├── DetectiLOCommand.py │ │ ├── GetCommand.py │ │ ├── InfoCommand.py │ │ ├── ListCommand.py │ │ ├── LoadCommand.py │ │ ├── LoginCommand.py │ │ ├── LogoutCommand.py │ │ ├── PendingChangesCommand.py │ │ ├── REQUIREDCOMMANDS │ │ │ ├── ExitCommand.py │ │ │ ├── HelpCommand.py │ │ │ └── __init__.py │ │ ├── ResultsCommand.py │ │ ├── SaveCommand.py │ │ ├── SelectCommand.py │ │ ├── SetCommand.py │ │ ├── StatusCommand.py │ │ ├── TypesCommand.py │ │ └── __init__.py │ ├── PERSISTENT_MEMORY_COMMANDS │ │ ├── AdvancedPmmConfigCommand.py │ │ ├── ApplyPmemConfigCommand.py │ │ ├── ClearPendingConfigCommand.py │ │ ├── DisplaySecurityStateCommand.py │ │ ├── ShowPmemCommand.py │ │ ├── ShowPmemPendingConfigCommand.py │ │ ├── ShowRecommendedConfigCommand.py │ │ ├── __init__.py │ │ └── lib │ │ │ ├── DisplayHelpers.py │ │ │ ├── Mapper.py │ │ │ ├── MapperRenderers.py │ │ │ ├── PmemHelpers.py │ │ │ ├── RestHelpers.py │ │ │ └── __init__.py │ ├── RAW_COMMANDS │ │ ├── RawDeleteCommand.py │ │ ├── RawGetCommand.py │ │ ├── RawHeadCommand.py │ │ ├── RawPatchCommand.py │ │ ├── RawPostCommand.py │ │ ├── RawPutCommand.py │ │ └── __init__.py │ ├── SMART_ARRAY_COMMANDS │ │ ├── ClearControllerConfigCommand.py │ │ ├── CreateVolumeCommand.py │ │ ├── DeleteVolumeCommand.py │ │ ├── DriveSanitizeCommand.py │ │ ├── FactoryResetControllerCommand.py │ │ ├── StorageControllerCommand.py │ │ └── __init__.py │ ├── SMART_NIC_COMMANDS │ │ ├── SmartNicCommand.py │ │ └── __init__.py │ ├── __init__.py │ ├── _hidden_commands │ │ ├── AHSdiagCommand.py │ │ ├── AutomaticTestingCommand.py │ │ ├── ExportAllConfigCommand.py │ │ ├── GetInventoryCommand.py │ │ ├── HpGooeyCommand.py │ │ ├── ISToolCommand.py │ │ ├── MonolithCommand.py │ │ ├── SMBiosCommand.py │ │ ├── SecurityStatusCommand.py │ │ └── __init__.py │ ├── iLO_COMMANDS │ │ ├── AppAccountCommand.py │ │ ├── CertificateCommand.py │ │ ├── ChannelInterfaceCommand.py │ │ ├── ClearRestApiStateCommand.py │ │ ├── ComputeOpsManagementCommand.py │ │ ├── DirectoryCommand.py │ │ ├── DisableIloFunctionalityCommand.py │ │ ├── ESKMCommand.py │ │ ├── EthernetCommand.py │ │ ├── FactoryDefaultsCommand.py │ │ ├── FirmwareIntegrityCheckCommand.py │ │ ├── FirmwareUpdateCommand.py │ │ ├── IPProfilesCommand.py │ │ ├── IloAccountsCommand.py │ │ ├── IloBackupRestoreCommand.py │ │ ├── IloFederationCommand.py │ │ ├── IloLicenseCommand.py │ │ ├── IloResetCommand.py │ │ ├── LogconfigCommand.py │ │ ├── OneButtonEraseCommand.py │ │ ├── RebootCommand.py │ │ ├── SendTestCommand.py │ │ ├── ServerCloneCommand.py │ │ ├── ServerConfigurationLockCommand.py │ │ ├── ServerInfoCommand.py │ │ ├── ServerStateCommand.py │ │ ├── ServerlogsCommand.py │ │ ├── SetTwoFactorAuthenticationCommand.py │ │ ├── SigRecomputeCommand.py │ │ ├── SingleSignOnCommand.py │ │ ├── VirtualMediaCommand.py │ │ ├── __init__.py │ │ ├── com_helpers │ │ │ ├── __init__.py │ │ │ ├── config_resolver.py │ │ │ ├── ilo_connector.py │ │ │ ├── network_configurator.py │ │ │ └── progress_tracker.py │ │ └── data │ │ │ ├── InputTemplate.py │ │ │ └── __init__.py │ └── iLO_REPOSITORY_COMMANDS │ │ ├── DeleteComponentCommand.py │ │ ├── DownloadComponentCommand.py │ │ ├── FwpkgCommand.py │ │ ├── InstallSetCommand.py │ │ ├── ListComponentCommand.py │ │ ├── MaintenanceWindowCommand.py │ │ ├── MakeInstallSetCommand.py │ │ ├── UpdateTaskQueueCommand.py │ │ ├── UploadComponentCommand.py │ │ └── __init__.py ├── hpe.ico ├── ilorest.sh ├── logging_config_path.py ├── rdmc.py ├── rdmc_base_classes.py ├── rdmc_helper.py ├── security_masking.py └── versioning.py ├── pyproject.toml ├── rdmc-linux.conf ├── rdmc-pyinstaller-lin.spc ├── rdmc-pyinstaller-lin.spec ├── rdmc-pyinstaller-mac.spec ├── rdmc-pyinstaller-windows.spec ├── rdmc-windows.conf ├── rdmc.spec.in ├── rdmc.spec10.in ├── rebuild.sh ├── requirements.txt ├── setup.cfg ├── setup.py ├── tox.ini └── win32 ├── hpe.ico ├── rdmc-envs.bat ├── rdmc-pyinstaller.spec.in ├── rdmc.x86_64.wxs └── symlink.bat /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/.editorconfig -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/.flake8 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/.gitignore -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/.project -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/.travis.yml -------------------------------------------------------------------------------- /AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/AUTHORS.md -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.openssl1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/Makefile.openssl1 -------------------------------------------------------------------------------- /MakefileSDK.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/MakefileSDK.ps1 -------------------------------------------------------------------------------- /MakefileWin41.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/MakefileWin41.ps1 -------------------------------------------------------------------------------- /Makefile_vmware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/Makefile_vmware -------------------------------------------------------------------------------- /Makefile_vmware_code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/Makefile_vmware_code -------------------------------------------------------------------------------- /Makefile_vmware_code_dsdk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/Makefile_vmware_code_dsdk -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/README.rst -------------------------------------------------------------------------------- /assets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/assets/style.css -------------------------------------------------------------------------------- /delapptoken.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/delapptoken.c -------------------------------------------------------------------------------- /detectonly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/detectonly.c -------------------------------------------------------------------------------- /examples/Linux/Abort_Directory_Test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Abort_Directory_Test.sh -------------------------------------------------------------------------------- /examples/Linux/Add_Federation_Group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Add_Federation_Group.sh -------------------------------------------------------------------------------- /examples/Linux/Add_User.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Add_User.sh -------------------------------------------------------------------------------- /examples/Linux/Administrator_reset_pw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Administrator_reset_pw.sh -------------------------------------------------------------------------------- /examples/Linux/Basic_Auth_Login.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Basic_Auth_Login.sh -------------------------------------------------------------------------------- /examples/Linux/Boot_spp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Boot_spp.sh -------------------------------------------------------------------------------- /examples/Linux/Cert_Auth_Login.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Cert_Auth_Login.sh -------------------------------------------------------------------------------- /examples/Linux/Cert_Request.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Cert_Request.sh -------------------------------------------------------------------------------- /examples/Linux/Change_Password.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Change_Password.sh -------------------------------------------------------------------------------- /examples/Linux/Clear_AHS_Data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Clear_AHS_Data.sh -------------------------------------------------------------------------------- /examples/Linux/Clear_EventLog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Clear_EventLog.sh -------------------------------------------------------------------------------- /examples/Linux/Clear_IML.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Clear_IML.sh -------------------------------------------------------------------------------- /examples/Linux/Computer_Lock_Config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Computer_Lock_Config.sh -------------------------------------------------------------------------------- /examples/Linux/Delete_Federation_Group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Delete_Federation_Group.sh -------------------------------------------------------------------------------- /examples/Linux/Delete_User.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Delete_User.sh -------------------------------------------------------------------------------- /examples/Linux/DriveLED-rawpatch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/DriveLED-rawpatch.json -------------------------------------------------------------------------------- /examples/Linux/ERS_DC_SetWebProxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/ERS_DC_SetWebProxy.sh -------------------------------------------------------------------------------- /examples/Linux/ERS_Get_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/ERS_Get_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/Eject_Virtual_Media.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Eject_Virtual_Media.sh -------------------------------------------------------------------------------- /examples/Linux/Factory_Defaults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Factory_Defaults.sh -------------------------------------------------------------------------------- /examples/Linux/Get_AHS_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_AHS_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_All_Languages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_All_Languages.sh -------------------------------------------------------------------------------- /examples/Linux/Get_All_Licenses.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_All_Licenses.sh -------------------------------------------------------------------------------- /examples/Linux/Get_All_User_Info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_All_User_Info.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Asset_Tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Asset_Tag.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Boot_Mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Boot_Mode.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Current_Boot_Mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Current_Boot_Mode.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Directory_Test_Results.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Directory_Test_Results.sh -------------------------------------------------------------------------------- /examples/Linux/Get_EmHealth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_EmHealth.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Embedded_Health.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Embedded_Health.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Encrypt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Encrypt.sh -------------------------------------------------------------------------------- /examples/Linux/Get_FIPS_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_FIPS_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_FW_Version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_FW_Version.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Federation_All_Groups_Info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Federation_All_Groups_Info.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Federation_Group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Federation_Group.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Federation_Multicast_Options.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Federation_Multicast_Options.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Global.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Global.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Host_APO.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Host_APO.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Host_Power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Host_Power.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Host_Power_Saver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Host_Power_Saver.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Host_Pwr_Micro_Ver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Host_Pwr_Micro_Ver.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Hotkey_Config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Hotkey_Config.sh -------------------------------------------------------------------------------- /examples/Linux/Get_IML.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_IML.sh -------------------------------------------------------------------------------- /examples/Linux/Get_LDAP_CA_Cert_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_LDAP_CA_Cert_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Language.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Language.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Network.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Network.sh -------------------------------------------------------------------------------- /examples/Linux/Get_OA_Info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_OA_Info.sh -------------------------------------------------------------------------------- /examples/Linux/Get_One_Time_Boot_Order.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_One_Time_Boot_Order.sh -------------------------------------------------------------------------------- /examples/Linux/Get_PS_Data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_PS_Data.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Persistent_Boot_Order.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Persistent_Boot_Order.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Persmouse_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Persmouse_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_PowerCap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_PowerCap.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Power_On_Time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Power_On_Time.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Power_Readings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Power_Readings.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Product_Name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Product_Name.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Pwreg_Alert_Threshold.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Pwreg_Alert_Threshold.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Rack_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Rack_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/Get_SDCard_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_SDCard_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_SNMP_IM.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_SNMP_IM.sh -------------------------------------------------------------------------------- /examples/Linux/Get_SSO_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_SSO_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Security_Msg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Security_Msg.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Server_FQDN.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Server_FQDN.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Server_Name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Server_Name.sh -------------------------------------------------------------------------------- /examples/Linux/Get_Supported_Boot_Mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_Supported_Boot_Mode.sh -------------------------------------------------------------------------------- /examples/Linux/Get_TPM_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_TPM_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_UID_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_UID_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_User.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_User.sh -------------------------------------------------------------------------------- /examples/Linux/Get_VM_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_VM_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Get_iLO_Log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Get_iLO_Log.sh -------------------------------------------------------------------------------- /examples/Linux/Hotkey_Config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Hotkey_Config.json -------------------------------------------------------------------------------- /examples/Linux/Hotkey_Config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Hotkey_Config.sh -------------------------------------------------------------------------------- /examples/Linux/Import_Cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Import_Cert.sh -------------------------------------------------------------------------------- /examples/Linux/Import_LDAP_CA_Cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Import_LDAP_CA_Cert.sh -------------------------------------------------------------------------------- /examples/Linux/Insert_Virtual_Media.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Insert_Virtual_Media.sh -------------------------------------------------------------------------------- /examples/Linux/License.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/License.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_Encrypt_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_Encrypt_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_Federation_Group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_Federation_Group.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_Network_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_Network_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_SNMP_IM_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_SNMP_IM_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_SSO_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_SSO_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_User.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_User.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_VLAN.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_VLAN.sh -------------------------------------------------------------------------------- /examples/Linux/Mod_VM_Port_Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Mod_VM_Port_Settings.sh -------------------------------------------------------------------------------- /examples/Linux/RBSU_POST_IP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/RBSU_POST_IP.sh -------------------------------------------------------------------------------- /examples/Linux/Reset_RIB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Reset_RIB.sh -------------------------------------------------------------------------------- /examples/Linux/Reset_Server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Reset_Server.sh -------------------------------------------------------------------------------- /examples/Linux/Send_Snmp_Test_Trap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Send_Snmp_Test_Trap.sh -------------------------------------------------------------------------------- /examples/Linux/Set_AHS_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_AHS_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Asset_Tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Asset_Tag.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Boot_Mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Boot_Mode.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Brownout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Brownout.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Drives_Ledinidicator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Drives_Ledinidicator.sh -------------------------------------------------------------------------------- /examples/Linux/Set_FIPS_Enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_FIPS_Enable.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Federation_Multicast_Options.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Federation_Multicast_Options.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Host_APO.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Host_APO.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Host_Power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Host_Power.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Host_Power_Saver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Host_Power_Saver.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Language.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Language.sh -------------------------------------------------------------------------------- /examples/Linux/Set_One_Time_Boot_Order.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_One_Time_Boot_Order.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Persistent_Boot_Order.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Persistent_Boot_Order.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Persmouse_Status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Persmouse_Status.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Power_Cap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Power_Cap.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Pwreg_Alert_Threshold.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Pwreg_Alert_Threshold.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Security_Msg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Security_Msg.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Server_Name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Server_Name.sh -------------------------------------------------------------------------------- /examples/Linux/Set_Virtual_Power_BTN.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Set_Virtual_Power_BTN.sh -------------------------------------------------------------------------------- /examples/Linux/Shared_Network_Port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Shared_Network_Port.sh -------------------------------------------------------------------------------- /examples/Linux/Start_Directory_Test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Start_Directory_Test.sh -------------------------------------------------------------------------------- /examples/Linux/UID_Control.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/UID_Control.sh -------------------------------------------------------------------------------- /examples/Linux/Update_Firmware.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Update_Firmware.sh -------------------------------------------------------------------------------- /examples/Linux/Update_Language.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/Update_Language.sh -------------------------------------------------------------------------------- /examples/Linux/add_sso_rec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/add_sso_rec.sh -------------------------------------------------------------------------------- /examples/Linux/delete_sso_rec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Linux/delete_sso_rec.sh -------------------------------------------------------------------------------- /examples/Windows/Abort_Directory_Test.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Abort_Directory_Test.bat -------------------------------------------------------------------------------- /examples/Windows/Add_Federation_Group.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Add_Federation_Group.bat -------------------------------------------------------------------------------- /examples/Windows/Add_User.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Add_User.bat -------------------------------------------------------------------------------- /examples/Windows/Administrator_reset_pw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Administrator_reset_pw.bat -------------------------------------------------------------------------------- /examples/Windows/Basic_Auth_Login.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Basic_Auth_Login.bat -------------------------------------------------------------------------------- /examples/Windows/Boot_spp.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Boot_spp.bat -------------------------------------------------------------------------------- /examples/Windows/Cert_Auth_Login.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Cert_Auth_Login.bat -------------------------------------------------------------------------------- /examples/Windows/Cert_Request.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Cert_Request.bat -------------------------------------------------------------------------------- /examples/Windows/Change_Password.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Change_Password.bat -------------------------------------------------------------------------------- /examples/Windows/Clear_AHS_Data.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Clear_AHS_Data.bat -------------------------------------------------------------------------------- /examples/Windows/Clear_EventLog.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Clear_EventLog.bat -------------------------------------------------------------------------------- /examples/Windows/Clear_IML.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Clear_IML.bat -------------------------------------------------------------------------------- /examples/Windows/Computer_Lock_Config.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Computer_Lock_Config.bat -------------------------------------------------------------------------------- /examples/Windows/Delete_Federation_Group.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Delete_Federation_Group.bat -------------------------------------------------------------------------------- /examples/Windows/Delete_User.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Delete_User.bat -------------------------------------------------------------------------------- /examples/Windows/ERS_DC_SetWebProxy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/ERS_DC_SetWebProxy.bat -------------------------------------------------------------------------------- /examples/Windows/ERS_Get_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/ERS_Get_Settings.bat -------------------------------------------------------------------------------- /examples/Windows/Eject_Virtual_Media.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Eject_Virtual_Media.bat -------------------------------------------------------------------------------- /examples/Windows/Factory_Defaults.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Factory_Defaults.bat -------------------------------------------------------------------------------- /examples/Windows/Get_AHS_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_AHS_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_All_Languages.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_All_Languages.bat -------------------------------------------------------------------------------- /examples/Windows/Get_All_Licenses.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_All_Licenses.bat -------------------------------------------------------------------------------- /examples/Windows/Get_All_User_Info.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_All_User_Info.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Asset_Tag.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Asset_Tag.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Boot_Mode.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Boot_Mode.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Current_Boot_Mode.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Current_Boot_Mode.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Directory_Test_Results.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Directory_Test_Results.bat -------------------------------------------------------------------------------- /examples/Windows/Get_EmHealth.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_EmHealth.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Embedded_Health.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Embedded_Health.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Encrypt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Encrypt.bat -------------------------------------------------------------------------------- /examples/Windows/Get_FIPS_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_FIPS_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_FW_Version.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_FW_Version.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Federation_All_Groups_Info.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Federation_All_Groups_Info.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Federation_Group.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Federation_Group.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Federation_Multicast_Options.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Federation_Multicast_Options.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Global.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Global.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Host_APO.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Host_APO.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Host_Power.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Host_Power.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Host_Power_Saver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Host_Power_Saver.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Host_Pwr_Micro_Ver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Host_Pwr_Micro_Ver.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Hotkey_Config.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Hotkey_Config.bat -------------------------------------------------------------------------------- /examples/Windows/Get_IML.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_IML.bat -------------------------------------------------------------------------------- /examples/Windows/Get_LDAP_CA_Cert_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_LDAP_CA_Cert_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Language.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Language.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Network.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Network.bat -------------------------------------------------------------------------------- /examples/Windows/Get_OA_Info.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_OA_Info.bat -------------------------------------------------------------------------------- /examples/Windows/Get_One_Time_Boot_Order.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_One_Time_Boot_Order.bat -------------------------------------------------------------------------------- /examples/Windows/Get_PS_Data.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_PS_Data.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Persistent_Boot_Order.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Persistent_Boot_Order.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Persmouse_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Persmouse_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_PowerCap.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_PowerCap.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Power_On_Time.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Power_On_Time.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Power_Readings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Power_Readings.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Product_Name.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Product_Name.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Pwreg_Alert_Threshold.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Pwreg_Alert_Threshold.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Rack_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Rack_Settings.bat -------------------------------------------------------------------------------- /examples/Windows/Get_SDCard_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_SDCard_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_SNMP_IM.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_SNMP_IM.bat -------------------------------------------------------------------------------- /examples/Windows/Get_SSO_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_SSO_Settings.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Security_Msg.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Security_Msg.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Server_FQDN.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Server_FQDN.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Server_Name.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Server_Name.bat -------------------------------------------------------------------------------- /examples/Windows/Get_Supported_Boot_Mode.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_Supported_Boot_Mode.bat -------------------------------------------------------------------------------- /examples/Windows/Get_TPM_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_TPM_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_UID_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_UID_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_User.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_User.bat -------------------------------------------------------------------------------- /examples/Windows/Get_VM_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_VM_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Get_iLO_Log.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Get_iLO_Log.bat -------------------------------------------------------------------------------- /examples/Windows/Hotkey_Config.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Hotkey_Config.bat -------------------------------------------------------------------------------- /examples/Windows/Hotkey_Config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Hotkey_Config.json -------------------------------------------------------------------------------- /examples/Windows/Import_Cert.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Import_Cert.bat -------------------------------------------------------------------------------- /examples/Windows/Import_LDAP_CA_Cert.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Import_LDAP_CA_Cert.bat -------------------------------------------------------------------------------- /examples/Windows/Insert_Virtual_Media.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Insert_Virtual_Media.bat -------------------------------------------------------------------------------- /examples/Windows/License.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/License.bat -------------------------------------------------------------------------------- /examples/Windows/Mod_Encrypt_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Mod_Encrypt_Settings.bat -------------------------------------------------------------------------------- /examples/Windows/Mod_Federation_Group.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Mod_Federation_Group.bat -------------------------------------------------------------------------------- /examples/Windows/Mod_SNMP_IM_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Mod_SNMP_IM_Settings.bat -------------------------------------------------------------------------------- /examples/Windows/Mod_SSO_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Mod_SSO_Settings.bat -------------------------------------------------------------------------------- /examples/Windows/Mod_User.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Mod_User.bat -------------------------------------------------------------------------------- /examples/Windows/Mod_VLAN.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Mod_VLAN.bat -------------------------------------------------------------------------------- /examples/Windows/Mod_VM_Port_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Mod_VM_Port_Settings.bat -------------------------------------------------------------------------------- /examples/Windows/RBSU_POST_IP.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/RBSU_POST_IP.bat -------------------------------------------------------------------------------- /examples/Windows/Reset_RIB.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Reset_RIB.bat -------------------------------------------------------------------------------- /examples/Windows/Reset_Server.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Reset_Server.bat -------------------------------------------------------------------------------- /examples/Windows/Send_Snmp_Test_Trap.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Send_Snmp_Test_Trap.bat -------------------------------------------------------------------------------- /examples/Windows/Set_AHS_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_AHS_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Asset_Tag.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Asset_Tag.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Boot_Mode.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Boot_Mode.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Brownout.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Brownout.bat -------------------------------------------------------------------------------- /examples/Windows/Set_FIPS_Enable.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_FIPS_Enable.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Federation_Multicast_Options.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Federation_Multicast_Options.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Host_APO.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Host_APO.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Host_Power.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Host_Power.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Host_Power_Saver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Host_Power_Saver.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Language.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Language.bat -------------------------------------------------------------------------------- /examples/Windows/Set_One_Time_Boot_Order.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_One_Time_Boot_Order.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Persistent_Boot_Order.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Persistent_Boot_Order.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Persmouse_Status.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Persmouse_Status.bat -------------------------------------------------------------------------------- /examples/Windows/Set_PowerCap.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_PowerCap.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Pwreg_Alert_Threshold.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Pwreg_Alert_Threshold.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Security_Msg.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Security_Msg.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Server_Name.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Server_Name.bat -------------------------------------------------------------------------------- /examples/Windows/Set_Virtual_Power_BTN.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Set_Virtual_Power_BTN.bat -------------------------------------------------------------------------------- /examples/Windows/Shared_Network_Port.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Shared_Network_Port.bat -------------------------------------------------------------------------------- /examples/Windows/Start_Directory_Test.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Start_Directory_Test.bat -------------------------------------------------------------------------------- /examples/Windows/UID_Control.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/UID_Control.bat -------------------------------------------------------------------------------- /examples/Windows/Update_Firmware.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Update_Firmware.bat -------------------------------------------------------------------------------- /examples/Windows/Update_Language.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/Update_Language.bat -------------------------------------------------------------------------------- /examples/Windows/add_sso_rec.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/add_sso_rec.bat -------------------------------------------------------------------------------- /examples/Windows/delete_sso_rec.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/examples/Windows/delete_sso_rec.bat -------------------------------------------------------------------------------- /extension_template/NewCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/extension_template/NewCommand.py -------------------------------------------------------------------------------- /genapptoken.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/genapptoken.c -------------------------------------------------------------------------------- /hpe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/hpe.ico -------------------------------------------------------------------------------- /ilorest.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest.sc -------------------------------------------------------------------------------- /ilorest/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/chiflibrary/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/chiflibrary/arm/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/cliutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/cliutils.py -------------------------------------------------------------------------------- /ilorest/config/__init__.py: -------------------------------------------------------------------------------- 1 | """Config parsing for RDMC""" 2 | -------------------------------------------------------------------------------- /ilorest/config/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/config/config.py -------------------------------------------------------------------------------- /ilorest/config/rdmc_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/config/rdmc_config.py -------------------------------------------------------------------------------- /ilorest/debug_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/debug_utils.py -------------------------------------------------------------------------------- /ilorest/extensions/BIOS_COMMANDS/BiosDefaultsCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/BIOS_COMMANDS/BiosDefaultsCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/BIOS_COMMANDS/BootOrderCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/BIOS_COMMANDS/BootOrderCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/BIOS_COMMANDS/IscsiConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/BIOS_COMMANDS/IscsiConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/BIOS_COMMANDS/SetPasswordCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/BIOS_COMMANDS/SetPasswordCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/BIOS_COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/CommitCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/CommitCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/DetectiLOCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/DetectiLOCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/GetCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/GetCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/InfoCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/InfoCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/ListCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/ListCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/LoadCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/LoadCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/LoginCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/LoginCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/LogoutCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/LogoutCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/PendingChangesCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/PendingChangesCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/REQUIREDCOMMANDS/ExitCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/REQUIREDCOMMANDS/ExitCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/REQUIREDCOMMANDS/HelpCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/REQUIREDCOMMANDS/HelpCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/REQUIREDCOMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/ResultsCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/ResultsCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/SaveCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/SaveCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/SelectCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/SelectCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/SetCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/SetCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/StatusCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/StatusCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/TypesCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/COMMANDS/TypesCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/AdvancedPmmConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/AdvancedPmmConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ApplyPmemConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ApplyPmemConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ClearPendingConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ClearPendingConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/DisplaySecurityStateCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/DisplaySecurityStateCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ShowPmemCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ShowPmemCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ShowPmemPendingConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ShowPmemPendingConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ShowRecommendedConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/ShowRecommendedConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/DisplayHelpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/DisplayHelpers.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/Mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/Mapper.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/MapperRenderers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/MapperRenderers.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/PmemHelpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/PmemHelpers.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/RestHelpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/RestHelpers.py -------------------------------------------------------------------------------- /ilorest/extensions/PERSISTENT_MEMORY_COMMANDS/lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/RAW_COMMANDS/RawDeleteCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/RAW_COMMANDS/RawDeleteCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/RAW_COMMANDS/RawGetCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/RAW_COMMANDS/RawGetCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/RAW_COMMANDS/RawHeadCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/RAW_COMMANDS/RawHeadCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/RAW_COMMANDS/RawPatchCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/RAW_COMMANDS/RawPatchCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/RAW_COMMANDS/RawPostCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/RAW_COMMANDS/RawPostCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/RAW_COMMANDS/RawPutCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/RAW_COMMANDS/RawPutCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/RAW_COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/SMART_ARRAY_COMMANDS/ClearControllerConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/SMART_ARRAY_COMMANDS/ClearControllerConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/SMART_ARRAY_COMMANDS/CreateVolumeCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/SMART_ARRAY_COMMANDS/CreateVolumeCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/SMART_ARRAY_COMMANDS/DeleteVolumeCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/SMART_ARRAY_COMMANDS/DeleteVolumeCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/SMART_ARRAY_COMMANDS/DriveSanitizeCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/SMART_ARRAY_COMMANDS/DriveSanitizeCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/SMART_ARRAY_COMMANDS/FactoryResetControllerCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/SMART_ARRAY_COMMANDS/FactoryResetControllerCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/SMART_ARRAY_COMMANDS/StorageControllerCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/SMART_ARRAY_COMMANDS/StorageControllerCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/SMART_ARRAY_COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/SMART_NIC_COMMANDS/SmartNicCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/SMART_NIC_COMMANDS/SmartNicCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/SMART_NIC_COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/__init__.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/AHSdiagCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/AHSdiagCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/AutomaticTestingCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/AutomaticTestingCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/ExportAllConfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/ExportAllConfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/GetInventoryCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/GetInventoryCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/HpGooeyCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/HpGooeyCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/ISToolCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/ISToolCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/MonolithCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/MonolithCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/SMBiosCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/SMBiosCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/SecurityStatusCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/_hidden_commands/SecurityStatusCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/_hidden_commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/AppAccountCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/AppAccountCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/CertificateCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/CertificateCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ChannelInterfaceCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ChannelInterfaceCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ClearRestApiStateCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ClearRestApiStateCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ComputeOpsManagementCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ComputeOpsManagementCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/DirectoryCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/DirectoryCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/DisableIloFunctionalityCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/DisableIloFunctionalityCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ESKMCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ESKMCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/EthernetCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/EthernetCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/FactoryDefaultsCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/FactoryDefaultsCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/FirmwareIntegrityCheckCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/FirmwareIntegrityCheckCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/FirmwareUpdateCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/FirmwareUpdateCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/IPProfilesCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/IPProfilesCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/IloAccountsCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/IloAccountsCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/IloBackupRestoreCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/IloBackupRestoreCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/IloFederationCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/IloFederationCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/IloLicenseCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/IloLicenseCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/IloResetCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/IloResetCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/LogconfigCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/LogconfigCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/OneButtonEraseCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/OneButtonEraseCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/RebootCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/RebootCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/SendTestCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/SendTestCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ServerCloneCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ServerCloneCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ServerConfigurationLockCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ServerConfigurationLockCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ServerInfoCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ServerInfoCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ServerStateCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ServerStateCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/ServerlogsCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/ServerlogsCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/SetTwoFactorAuthenticationCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/SetTwoFactorAuthenticationCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/SigRecomputeCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/SigRecomputeCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/SingleSignOnCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/SingleSignOnCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/VirtualMediaCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/VirtualMediaCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/com_helpers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/com_helpers/__init__.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/com_helpers/config_resolver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/com_helpers/config_resolver.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/com_helpers/ilo_connector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/com_helpers/ilo_connector.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/com_helpers/network_configurator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/com_helpers/network_configurator.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/com_helpers/progress_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/com_helpers/progress_tracker.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/data/InputTemplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_COMMANDS/data/InputTemplate.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_COMMANDS/data/__init__.py: -------------------------------------------------------------------------------- 1 | """Data module for iLO Commands""" 2 | 3 | -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/DeleteComponentCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/DeleteComponentCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/DownloadComponentCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/DownloadComponentCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/FwpkgCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/FwpkgCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/InstallSetCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/InstallSetCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/ListComponentCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/ListComponentCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/MaintenanceWindowCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/MaintenanceWindowCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/MakeInstallSetCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/MakeInstallSetCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/UpdateTaskQueueCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/UpdateTaskQueueCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/UploadComponentCommand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/extensions/iLO_REPOSITORY_COMMANDS/UploadComponentCommand.py -------------------------------------------------------------------------------- /ilorest/extensions/iLO_REPOSITORY_COMMANDS/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ilorest/hpe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/hpe.ico -------------------------------------------------------------------------------- /ilorest/ilorest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/ilorest.sh -------------------------------------------------------------------------------- /ilorest/logging_config_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/logging_config_path.py -------------------------------------------------------------------------------- /ilorest/rdmc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/rdmc.py -------------------------------------------------------------------------------- /ilorest/rdmc_base_classes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/rdmc_base_classes.py -------------------------------------------------------------------------------- /ilorest/rdmc_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/rdmc_helper.py -------------------------------------------------------------------------------- /ilorest/security_masking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/security_masking.py -------------------------------------------------------------------------------- /ilorest/versioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/ilorest/versioning.py -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/pyproject.toml -------------------------------------------------------------------------------- /rdmc-linux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc-linux.conf -------------------------------------------------------------------------------- /rdmc-pyinstaller-lin.spc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc-pyinstaller-lin.spc -------------------------------------------------------------------------------- /rdmc-pyinstaller-lin.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc-pyinstaller-lin.spec -------------------------------------------------------------------------------- /rdmc-pyinstaller-mac.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc-pyinstaller-mac.spec -------------------------------------------------------------------------------- /rdmc-pyinstaller-windows.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc-pyinstaller-windows.spec -------------------------------------------------------------------------------- /rdmc-windows.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc-windows.conf -------------------------------------------------------------------------------- /rdmc.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc.spec.in -------------------------------------------------------------------------------- /rdmc.spec10.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rdmc.spec10.in -------------------------------------------------------------------------------- /rebuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/rebuild.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/setup.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/tox.ini -------------------------------------------------------------------------------- /win32/hpe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/win32/hpe.ico -------------------------------------------------------------------------------- /win32/rdmc-envs.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/win32/rdmc-envs.bat -------------------------------------------------------------------------------- /win32/rdmc-pyinstaller.spec.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/win32/rdmc-pyinstaller.spec.in -------------------------------------------------------------------------------- /win32/rdmc.x86_64.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/win32/rdmc.x86_64.wxs -------------------------------------------------------------------------------- /win32/symlink.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HewlettPackard/python-redfish-utility/HEAD/win32/symlink.bat --------------------------------------------------------------------------------