├── .github └── workflows │ ├── gh-pages.yml │ ├── python-publish.yml │ └── rpm-publish.yml ├── .gitignore ├── CHANGES ├── COPYING ├── MANIFEST.in ├── README.md ├── devtools ├── fix_newlines ├── git-hooks │ ├── pre-commit │ └── pre-push ├── hpilo_mirror └── python-hpilo.spec ├── docs ├── Makefile ├── _static │ ├── kibana.png │ └── python-hpilo.png ├── ahs.rst ├── authentication.rst ├── autofirmware.rst ├── boot.rst ├── ca.rst ├── conf.py ├── contributing.rst ├── elasticsearch.rst ├── federation.rst ├── firmware.rst ├── health.rst ├── ilodoc.py ├── index.rst ├── info.rst ├── input.rst ├── install.rst ├── license.rst ├── log.rst ├── media.rst ├── methods ├── networksettings.rst ├── output │ ├── get_ahs_status │ ├── get_all_languages │ ├── get_all_licenses │ ├── get_all_user_info │ ├── get_all_users │ ├── get_asset_tag │ ├── get_asset_tag_1 │ ├── get_cert_subject_info │ ├── get_critical_temp_remain_off │ ├── get_current_boot_mode │ ├── get_dir_config │ ├── get_dir_test_results │ ├── get_embedded_health │ ├── get_encrypt_settings │ ├── get_ers_settings │ ├── get_federation_all_groups │ ├── get_federation_all_groups_info │ ├── get_federation_group │ ├── get_federation_multicast │ ├── get_fips_status │ ├── get_fw_version │ ├── get_global_settings │ ├── get_host_data │ ├── get_host_power_saver_status │ ├── get_host_power_status │ ├── get_host_pwr_micro_ver │ ├── get_hotkey_config │ ├── get_ilo_event_log │ ├── get_language │ ├── get_network_settings │ ├── get_oa_info │ ├── get_one_time_boot │ ├── get_pending_boot_mode │ ├── get_pers_mouse_keyboard_enabled │ ├── get_persistent_boot │ ├── get_power_cap │ ├── get_power_readings │ ├── get_product_name │ ├── get_pwreg │ ├── get_rack_settings │ ├── get_sdcard_status │ ├── get_security_msg │ ├── get_server_auto_pwr │ ├── get_server_event_log │ ├── get_server_fqdn │ ├── get_server_name │ ├── get_server_power_on_time │ ├── get_smh_fqdn │ ├── get_snmp_im_settings │ ├── get_spatial │ ├── get_sso_settings │ ├── get_supported_boot_mode │ ├── get_tpm_status │ ├── get_twofactor_settings │ ├── get_uid_status │ ├── get_user │ ├── get_vm_status │ ├── xmldata │ └── xmldata_1 ├── power.rst ├── profile.rst ├── puppet.rst ├── python.rst ├── security.rst ├── shell.rst ├── snmp.rst ├── troubleshooting.rst └── xmldata.rst ├── examples ├── ca │ └── hpilo_ca ├── elasticsearch │ ├── .gitignore │ ├── hpilo_es_dump │ ├── hpilo_es_import │ ├── kibana-dashboard.json │ └── servers.py.example ├── firmwareupdater │ └── hpilo_firmware_update └── puppet │ └── modules │ └── ilo │ ├── lib │ └── puppet │ │ ├── provider │ │ ├── ilo.rb │ │ ├── ilo_firmware │ │ │ └── ilo_firmware.rb │ │ ├── ilo_license │ │ │ └── ilo_license.rb │ │ ├── ilo_settings │ │ │ └── ilo_settings.rb │ │ └── ilo_user │ │ │ └── ilo_user.rb │ │ ├── type │ │ ├── ilo_firmware.rb │ │ ├── ilo_license.rb │ │ ├── ilo_settings.rb │ │ └── ilo_user.rb │ │ └── util │ │ └── network_device │ │ ├── ilo.rb │ │ └── ilo │ │ ├── device.rb │ │ ├── facts.rb │ │ └── transport.rb │ ├── manifests │ └── init.pp │ └── templates │ └── ilo-device.erb ├── firmware.conf ├── hpilo.py ├── hpilo_cli ├── hpilo_fw.py ├── ilo.conf.example ├── setup.py └── tests ├── README ├── __init__.py ├── test_boot.py ├── test_delayed.py ├── test_global_settings.py ├── test_languages.py ├── test_logs.py ├── test_network_settings.py ├── test_requests.py ├── test_responses.py ├── test_snmp.py ├── test_uid.py ├── test_users.py ├── utils.py └── xml ├── ProLiant BL460c G7 - iLO3 1.82 ├── activate_license-7f53f289.args ├── activate_license-7f53f289.request ├── add_federation_group-bcc4ad26.args ├── add_federation_group-bcc4ad26.request ├── add_user-1a1601fd.args ├── add_user-1a1601fd.request ├── ahs_clear_data-97d170e1.args ├── ahs_clear_data-97d170e1.request ├── cert_fqdn-89a06bbb.args ├── cert_fqdn-89a06bbb.request ├── certificate_signing_request-8c0a1089.args ├── certificate_signing_request-8c0a1089.request ├── certificate_signing_request-97d170e1.args ├── certificate_signing_request-97d170e1.request ├── certificate_signing_request.parsed ├── certificate_signing_request.raw ├── clear_ilo_event_log-97d170e1.args ├── clear_ilo_event_log-97d170e1.request ├── clear_server_event_log-97d170e1.args ├── clear_server_event_log-97d170e1.request ├── clear_server_power_on_time-97d170e1.args ├── clear_server_power_on_time-97d170e1.request ├── cold_boot_server-97d170e1.args ├── cold_boot_server-97d170e1.request ├── computer_lock_config-7464a4ef.args ├── computer_lock_config-7464a4ef.request ├── computer_lock_config-97d170e1.args ├── dc_registration_complete-97d170e1.args ├── dc_registration_complete-97d170e1.request ├── delete_federation_group-10403cb0.args ├── delete_federation_group-10403cb0.request ├── delete_ssh_key-e4b38d03.args ├── delete_ssh_key-e4b38d03.request ├── delete_user-e4b38d03.args ├── delete_user-e4b38d03.request ├── disable_ers-97d170e1.args ├── disable_ers-97d170e1.request ├── eject_virtual_floppy-97d170e1.args ├── eject_virtual_floppy-97d170e1.request ├── eject_virtual_media-97d170e1.args ├── eject_virtual_media-97d170e1.request ├── ers_ahs_submit-894e51e9.args ├── ers_ahs_submit-894e51e9.request ├── factory_defaults-97d170e1.args ├── factory_defaults-97d170e1.request ├── fips_enable-97d170e1.args ├── fips_enable-97d170e1.request ├── force_format-97d170e1.args ├── force_format-97d170e1.request ├── get_ahs_status-97d170e1.args ├── get_ahs_status-97d170e1.request ├── get_ahs_status.raw ├── get_all_languages-97d170e1.args ├── get_all_languages-97d170e1.request ├── get_all_languages.parsed ├── get_all_languages.raw ├── get_all_licenses-97d170e1.args ├── get_all_licenses-97d170e1.request ├── get_all_licenses.parsed ├── get_all_licenses.raw ├── get_all_user_info-97d170e1.args ├── get_all_user_info-97d170e1.request ├── get_all_user_info.parsed ├── get_all_user_info.raw ├── get_all_users-97d170e1.args ├── get_all_users-97d170e1.request ├── get_all_users.parsed ├── get_all_users.raw ├── get_asset_tag-97d170e1.args ├── get_asset_tag-97d170e1.request ├── get_asset_tag.parsed ├── get_asset_tag.raw ├── get_cert_subject_info-97d170e1.args ├── get_cert_subject_info-97d170e1.request ├── get_cert_subject_info.raw ├── get_current_boot_mode-97d170e1.args ├── get_current_boot_mode-97d170e1.request ├── get_current_boot_mode.raw ├── get_dir_config-97d170e1.args ├── get_dir_config-97d170e1.request ├── get_dir_config.parsed ├── get_dir_config.raw ├── get_embedded_health-97d170e1.args ├── get_embedded_health-97d170e1.request ├── get_embedded_health.parsed ├── get_embedded_health.raw ├── get_encrypt_settings-97d170e1.args ├── get_encrypt_settings-97d170e1.request ├── get_encrypt_settings.raw ├── get_ers_settings-97d170e1.args ├── get_ers_settings-97d170e1.request ├── get_ers_settings.raw ├── get_federation_all_groups-97d170e1.args ├── get_federation_all_groups-97d170e1.request ├── get_federation_all_groups.raw ├── get_federation_all_groups_info-97d170e1.args ├── get_federation_all_groups_info-97d170e1.request ├── get_federation_all_groups_info.raw ├── get_federation_group-4badb3d7.args ├── get_federation_group-4badb3d7.request ├── get_federation_group.raw ├── get_federation_multicast-97d170e1.args ├── get_federation_multicast-97d170e1.request ├── get_federation_multicast.raw ├── get_fips_status-97d170e1.args ├── get_fips_status-97d170e1.request ├── get_fips_status.parsed ├── get_fips_status.raw ├── get_fw_version-97d170e1.args ├── get_fw_version-97d170e1.request ├── get_fw_version.parsed ├── get_fw_version.raw ├── get_global_settings-97d170e1.args ├── get_global_settings-97d170e1.request ├── get_global_settings.parsed ├── get_global_settings.raw ├── get_host_data-97d170e1.args ├── get_host_data-97d170e1.request ├── get_host_data.parsed ├── get_host_data.raw ├── get_host_power_saver_status-97d170e1.args ├── get_host_power_saver_status-97d170e1.request ├── get_host_power_saver_status.parsed ├── get_host_power_saver_status.raw ├── get_host_power_status-97d170e1.args ├── get_host_power_status-97d170e1.request ├── get_host_power_status.parsed ├── get_host_power_status.raw ├── get_host_pwr_micro_ver-97d170e1.args ├── get_host_pwr_micro_ver-97d170e1.request ├── get_host_pwr_micro_ver.parsed ├── get_host_pwr_micro_ver.raw ├── get_hotkey_config-97d170e1.args ├── get_hotkey_config-97d170e1.request ├── get_hotkey_config.parsed ├── get_hotkey_config.raw ├── get_ilo_event_log-97d170e1.args ├── get_ilo_event_log-97d170e1.request ├── get_ilo_event_log.parsed ├── get_ilo_event_log.raw ├── get_language-97d170e1.args ├── get_language-97d170e1.request ├── get_language.parsed ├── get_language.raw ├── get_network_settings-97d170e1.args ├── get_network_settings-97d170e1.request ├── get_network_settings.parsed ├── get_network_settings.raw ├── get_oa_info-97d170e1.args ├── get_oa_info-97d170e1.request ├── get_oa_info.parsed ├── get_oa_info.raw ├── get_one_time_boot-97d170e1.args ├── get_one_time_boot-97d170e1.request ├── get_one_time_boot.parsed ├── get_one_time_boot.raw ├── get_pending_boot_mode-97d170e1.args ├── get_pending_boot_mode-97d170e1.request ├── get_pending_boot_mode.raw ├── get_pers_mouse_keyboard_enabled-97d170e1.args ├── get_pers_mouse_keyboard_enabled-97d170e1.request ├── get_pers_mouse_keyboard_enabled.parsed ├── get_pers_mouse_keyboard_enabled.raw ├── get_persistent_boot-97d170e1.args ├── get_persistent_boot-97d170e1.request ├── get_persistent_boot.parsed ├── get_persistent_boot.raw ├── get_power_cap-97d170e1.args ├── get_power_cap-97d170e1.request ├── get_power_cap.parsed ├── get_power_cap.raw ├── get_power_readings-97d170e1.args ├── get_power_readings-97d170e1.request ├── get_power_readings.parsed ├── get_power_readings.raw ├── get_product_name-97d170e1.args ├── get_product_name-97d170e1.request ├── get_product_name.parsed ├── get_product_name.raw ├── get_pwreg-97d170e1.args ├── get_pwreg-97d170e1.request ├── get_pwreg.parsed ├── get_pwreg.raw ├── get_rack_settings-97d170e1.args ├── get_rack_settings-97d170e1.request ├── get_rack_settings.raw ├── get_security_msg-97d170e1.args ├── get_security_msg-97d170e1.request ├── get_security_msg.parsed ├── get_security_msg.raw ├── get_server_auto_pwr-97d170e1.args ├── get_server_auto_pwr-97d170e1.request ├── get_server_auto_pwr.parsed ├── get_server_auto_pwr.raw ├── get_server_event_log-97d170e1.args ├── get_server_event_log-97d170e1.request ├── get_server_event_log.parsed ├── get_server_event_log.raw ├── get_server_fqdn-97d170e1.args ├── get_server_fqdn-97d170e1.request ├── get_server_fqdn.raw ├── get_server_name-97d170e1.args ├── get_server_name-97d170e1.request ├── get_server_name.parsed ├── get_server_name.raw ├── get_server_power_on_time-97d170e1.args ├── get_server_power_on_time-97d170e1.request ├── get_server_power_on_time.parsed ├── get_server_power_on_time.raw ├── get_smh_fqdn-97d170e1.args ├── get_smh_fqdn-97d170e1.request ├── get_smh_fqdn.raw ├── get_snmp_im_settings-97d170e1.args ├── get_snmp_im_settings-97d170e1.request ├── get_snmp_im_settings.parsed ├── get_snmp_im_settings.raw ├── get_spatial-97d170e1.args ├── get_spatial-97d170e1.request ├── get_spatial.raw ├── get_sso_settings-97d170e1.args ├── get_sso_settings-97d170e1.request ├── get_sso_settings.parsed ├── get_sso_settings.raw ├── get_supported_boot_mode-97d170e1.args ├── get_supported_boot_mode-97d170e1.request ├── get_supported_boot_mode.raw ├── get_tpm_status-97d170e1.args ├── get_tpm_status-97d170e1.request ├── get_tpm_status.parsed ├── get_tpm_status.raw ├── get_twofactor_settings-97d170e1.args ├── get_twofactor_settings-97d170e1.request ├── get_twofactor_settings.raw ├── get_uid_status-97d170e1.args ├── get_uid_status-97d170e1.request ├── get_uid_status.parsed ├── get_uid_status.raw ├── get_user-e4b38d03.args ├── get_user-e4b38d03.request ├── get_user.parsed ├── get_user.raw ├── get_vm_status-97d170e1.args ├── get_vm_status-97d170e1.request ├── get_vm_status.parsed ├── get_vm_status.raw ├── hold_pwr_btn-97d170e1.args ├── hold_pwr_btn-97d170e1.request ├── hotkey_config-b78d9061.args ├── hotkey_config-b78d9061.request ├── import_certificate-b487ce70.args ├── import_certificate-b487ce70.request ├── import_ssh_key-21d73076.args ├── insert_virtual_media-78b41622.args ├── insert_virtual_media-78b41622.request ├── mod_dir_config-5fe55620.args ├── mod_dir_config-5fe55620.request ├── mod_dir_config-cd6959df.args ├── mod_dir_config-cd6959df.request ├── mod_federation_group-7fd828d5.args ├── mod_federation_group-7fd828d5.request ├── mod_global_settings-8275a9fd.args ├── mod_global_settings-8275a9fd.request ├── mod_global_settings-959ec08c.args ├── mod_global_settings-959ec08c.request ├── mod_network_settings-7be5ea0c.args ├── mod_network_settings-7be5ea0c.request ├── mod_network_settings-d05260aa.args ├── mod_network_settings-d05260aa.request ├── mod_snmp_im_settings-cda9aa7e.args ├── mod_snmp_im_settings-cda9aa7e.request ├── mod_sso_settings-d5f53aa5.args ├── mod_sso_settings-d5f53aa5.request ├── mod_user-3137938b.args ├── mod_user-3137938b.request ├── press_pwr_btn-97d170e1.args ├── press_pwr_btn-97d170e1.request ├── profile_apply-ad6a1b0a.args ├── profile_apply-ad6a1b0a.request ├── profile_apply_get_results-97d170e1.args ├── profile_apply_get_results-97d170e1.request ├── profile_apply_get_results.raw ├── profile_delete-c92870ce.args ├── profile_delete-c92870ce.request ├── profile_desc_download-ae1dcf18.args ├── profile_desc_download-ae1dcf18.request ├── profile_list-97d170e1.args ├── profile_list-97d170e1.request ├── profile_list.raw ├── reset_rib-97d170e1.args ├── reset_rib-97d170e1.request ├── reset_server-97d170e1.args ├── reset_server-97d170e1.request ├── set_ahs_status-89a06bbb.args ├── set_ahs_status-89a06bbb.request ├── set_asset_tag-1b9316da.args ├── set_asset_tag-1b9316da.request ├── set_asset_tag-45149d27.args ├── set_asset_tag-45149d27.request ├── set_asset_tag-69a57c4b.args ├── set_asset_tag-69a57c4b.request ├── set_asset_tag-e521e544.args ├── set_asset_tag-e521e544.request ├── set_ers_direct_connect-1e661dd8.args ├── set_ers_direct_connect-1e661dd8.request ├── set_ers_irs_connect-c1868f1c.args ├── set_ers_irs_connect-c1868f1c.request ├── set_ers_web_proxy-19ea4c7b.args ├── set_ers_web_proxy-19ea4c7b.request ├── set_federation_multicast-b250fbe5.args ├── set_federation_multicast-b250fbe5.request ├── set_host_power-b250fbe5.args ├── set_host_power-b250fbe5.request ├── set_host_power_saver-b2c1f01d.args ├── set_host_power_saver-b2c1f01d.request ├── set_language-a078dcd9.args ├── set_language-a078dcd9.request ├── set_one_time_boot-029cf8f1.args ├── set_one_time_boot-029cf8f1.request ├── set_one_time_boot-4618ce34.args ├── set_one_time_boot-4618ce34.request ├── set_pending_boot_mode-925b8571.args ├── set_pending_boot_mode-925b8571.request ├── set_pers_mouse_keyboard_enabled-b250fbe5.args ├── set_pers_mouse_keyboard_enabled-b250fbe5.request ├── set_persistent_boot-61fd7c78.args ├── set_persistent_boot-61fd7c78.request ├── set_power_cap-5131bf00.args ├── set_power_cap-5131bf00.request ├── set_pwreg-cb1b2ad7.args ├── set_pwreg-cb1b2ad7.request ├── set_pwreg-e651c884.args ├── set_pwreg-e651c884.request ├── set_security_msg-83084544.args ├── set_security_msg-83084544.request ├── set_server_auto_pwr-02fb8022.args ├── set_server_auto_pwr-02fb8022.request ├── set_server_auto_pwr-89a06bbb.args ├── set_server_auto_pwr-89a06bbb.request ├── set_server_fqdn-e8d957f5.args ├── set_server_fqdn-e8d957f5.request ├── set_server_name-62194c5c.args ├── set_server_name-62194c5c.request ├── set_vf_status-97d170e1.args ├── set_vf_status-97d170e1.request ├── set_vm_status-97d170e1.args ├── set_vm_status-97d170e1.request ├── trigger_l2_collection-65c6eff7.args ├── trigger_l2_collection-65c6eff7.request ├── trigger_test_event-65c6eff7.args ├── trigger_test_event-65c6eff7.request ├── uid_control-97d170e1.args ├── uid_control-97d170e1.request ├── warm_boot_server-97d170e1.args ├── warm_boot_server-97d170e1.request ├── xmldata.parsed └── xmldata.raw ├── fetch_responses └── generate_requests /.github/workflows/gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/.github/workflows/gh-pages.yml -------------------------------------------------------------------------------- /.github/workflows/python-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/.github/workflows/python-publish.yml -------------------------------------------------------------------------------- /.github/workflows/rpm-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/.github/workflows/rpm-publish.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/CHANGES -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/COPYING -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/README.md -------------------------------------------------------------------------------- /devtools/fix_newlines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/devtools/fix_newlines -------------------------------------------------------------------------------- /devtools/git-hooks/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/devtools/git-hooks/pre-commit -------------------------------------------------------------------------------- /devtools/git-hooks/pre-push: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/devtools/git-hooks/pre-push -------------------------------------------------------------------------------- /devtools/hpilo_mirror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/devtools/hpilo_mirror -------------------------------------------------------------------------------- /devtools/python-hpilo.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/devtools/python-hpilo.spec -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/_static/kibana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/_static/kibana.png -------------------------------------------------------------------------------- /docs/_static/python-hpilo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/_static/python-hpilo.png -------------------------------------------------------------------------------- /docs/ahs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/ahs.rst -------------------------------------------------------------------------------- /docs/authentication.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/authentication.rst -------------------------------------------------------------------------------- /docs/autofirmware.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/autofirmware.rst -------------------------------------------------------------------------------- /docs/boot.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/boot.rst -------------------------------------------------------------------------------- /docs/ca.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/ca.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/contributing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/contributing.rst -------------------------------------------------------------------------------- /docs/elasticsearch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/elasticsearch.rst -------------------------------------------------------------------------------- /docs/federation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/federation.rst -------------------------------------------------------------------------------- /docs/firmware.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/firmware.rst -------------------------------------------------------------------------------- /docs/health.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/health.rst -------------------------------------------------------------------------------- /docs/ilodoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/ilodoc.py -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/info.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/info.rst -------------------------------------------------------------------------------- /docs/input.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/input.rst -------------------------------------------------------------------------------- /docs/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/install.rst -------------------------------------------------------------------------------- /docs/license.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/license.rst -------------------------------------------------------------------------------- /docs/log.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/log.rst -------------------------------------------------------------------------------- /docs/media.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/media.rst -------------------------------------------------------------------------------- /docs/methods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/methods -------------------------------------------------------------------------------- /docs/networksettings.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/networksettings.rst -------------------------------------------------------------------------------- /docs/output/get_ahs_status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_ahs_status -------------------------------------------------------------------------------- /docs/output/get_all_languages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_all_languages -------------------------------------------------------------------------------- /docs/output/get_all_licenses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_all_licenses -------------------------------------------------------------------------------- /docs/output/get_all_user_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_all_user_info -------------------------------------------------------------------------------- /docs/output/get_all_users: -------------------------------------------------------------------------------- 1 | ['Administrator'] 2 | -------------------------------------------------------------------------------- /docs/output/get_asset_tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_asset_tag -------------------------------------------------------------------------------- /docs/output/get_asset_tag_1: -------------------------------------------------------------------------------- 1 | {'asset_tag': 'NL00001'} 2 | -------------------------------------------------------------------------------- /docs/output/get_cert_subject_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_cert_subject_info -------------------------------------------------------------------------------- /docs/output/get_critical_temp_remain_off: -------------------------------------------------------------------------------- 1 | {'critical_temp_remain_off': 'No'} 2 | -------------------------------------------------------------------------------- /docs/output/get_current_boot_mode: -------------------------------------------------------------------------------- 1 | LEGACY 2 | -------------------------------------------------------------------------------- /docs/output/get_dir_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_dir_config -------------------------------------------------------------------------------- /docs/output/get_dir_test_results: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_dir_test_results -------------------------------------------------------------------------------- /docs/output/get_embedded_health: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_embedded_health -------------------------------------------------------------------------------- /docs/output/get_encrypt_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_encrypt_settings -------------------------------------------------------------------------------- /docs/output/get_ers_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_ers_settings -------------------------------------------------------------------------------- /docs/output/get_federation_all_groups: -------------------------------------------------------------------------------- 1 | ['DEFAULT'] 2 | -------------------------------------------------------------------------------- /docs/output/get_federation_all_groups_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_federation_all_groups_info -------------------------------------------------------------------------------- /docs/output/get_federation_group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_federation_group -------------------------------------------------------------------------------- /docs/output/get_federation_multicast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_federation_multicast -------------------------------------------------------------------------------- /docs/output/get_fips_status: -------------------------------------------------------------------------------- 1 | {'fips_mode': 'Enabled'} 2 | -------------------------------------------------------------------------------- /docs/output/get_fw_version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_fw_version -------------------------------------------------------------------------------- /docs/output/get_global_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_global_settings -------------------------------------------------------------------------------- /docs/output/get_host_data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_host_data -------------------------------------------------------------------------------- /docs/output/get_host_power_saver_status: -------------------------------------------------------------------------------- 1 | {'host_power_saver': 'AUTO'} 2 | -------------------------------------------------------------------------------- /docs/output/get_host_power_status: -------------------------------------------------------------------------------- 1 | ON 2 | -------------------------------------------------------------------------------- /docs/output/get_host_pwr_micro_ver: -------------------------------------------------------------------------------- 1 | 3.3 2 | -------------------------------------------------------------------------------- /docs/output/get_hotkey_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_hotkey_config -------------------------------------------------------------------------------- /docs/output/get_ilo_event_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_ilo_event_log -------------------------------------------------------------------------------- /docs/output/get_language: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_language -------------------------------------------------------------------------------- /docs/output/get_network_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_network_settings -------------------------------------------------------------------------------- /docs/output/get_oa_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_oa_info -------------------------------------------------------------------------------- /docs/output/get_one_time_boot: -------------------------------------------------------------------------------- 1 | normal 2 | -------------------------------------------------------------------------------- /docs/output/get_pending_boot_mode: -------------------------------------------------------------------------------- 1 | LEGACY 2 | -------------------------------------------------------------------------------- /docs/output/get_pers_mouse_keyboard_enabled: -------------------------------------------------------------------------------- 1 | False 2 | -------------------------------------------------------------------------------- /docs/output/get_persistent_boot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_persistent_boot -------------------------------------------------------------------------------- /docs/output/get_power_cap: -------------------------------------------------------------------------------- 1 | OFF 2 | -------------------------------------------------------------------------------- /docs/output/get_power_readings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_power_readings -------------------------------------------------------------------------------- /docs/output/get_product_name: -------------------------------------------------------------------------------- 1 | ProLiant BL460c Gen8 2 | -------------------------------------------------------------------------------- /docs/output/get_pwreg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_pwreg -------------------------------------------------------------------------------- /docs/output/get_rack_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_rack_settings -------------------------------------------------------------------------------- /docs/output/get_sdcard_status: -------------------------------------------------------------------------------- 1 | {'sdcard_status': 'NOT PRESENT'} 2 | -------------------------------------------------------------------------------- /docs/output/get_security_msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_security_msg -------------------------------------------------------------------------------- /docs/output/get_server_auto_pwr: -------------------------------------------------------------------------------- 1 | ON 2 | -------------------------------------------------------------------------------- /docs/output/get_server_event_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_server_event_log -------------------------------------------------------------------------------- /docs/output/get_server_fqdn: -------------------------------------------------------------------------------- 1 | example-server.int.kaarsemaker.net 2 | -------------------------------------------------------------------------------- /docs/output/get_server_name: -------------------------------------------------------------------------------- 1 | example-server.int.kaarsemaker.net 2 | -------------------------------------------------------------------------------- /docs/output/get_server_power_on_time: -------------------------------------------------------------------------------- 1 | >>> pprint(my_ilo.get_server_power_on_time()) 2 | 185813 3 | -------------------------------------------------------------------------------- /docs/output/get_smh_fqdn: -------------------------------------------------------------------------------- 1 | example-server.int.kaarsemaker.net 2 | -------------------------------------------------------------------------------- /docs/output/get_snmp_im_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_snmp_im_settings -------------------------------------------------------------------------------- /docs/output/get_spatial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_spatial -------------------------------------------------------------------------------- /docs/output/get_sso_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_sso_settings -------------------------------------------------------------------------------- /docs/output/get_supported_boot_mode: -------------------------------------------------------------------------------- 1 | LEGACY_ONLY 2 | -------------------------------------------------------------------------------- /docs/output/get_tpm_status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_tpm_status -------------------------------------------------------------------------------- /docs/output/get_twofactor_settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_twofactor_settings -------------------------------------------------------------------------------- /docs/output/get_uid_status: -------------------------------------------------------------------------------- 1 | OFF 2 | -------------------------------------------------------------------------------- /docs/output/get_user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_user -------------------------------------------------------------------------------- /docs/output/get_vm_status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/get_vm_status -------------------------------------------------------------------------------- /docs/output/xmldata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/xmldata -------------------------------------------------------------------------------- /docs/output/xmldata_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/output/xmldata_1 -------------------------------------------------------------------------------- /docs/power.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/power.rst -------------------------------------------------------------------------------- /docs/profile.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/profile.rst -------------------------------------------------------------------------------- /docs/puppet.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/puppet.rst -------------------------------------------------------------------------------- /docs/python.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/python.rst -------------------------------------------------------------------------------- /docs/security.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/security.rst -------------------------------------------------------------------------------- /docs/shell.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/shell.rst -------------------------------------------------------------------------------- /docs/snmp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/snmp.rst -------------------------------------------------------------------------------- /docs/troubleshooting.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/troubleshooting.rst -------------------------------------------------------------------------------- /docs/xmldata.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/docs/xmldata.rst -------------------------------------------------------------------------------- /examples/ca/hpilo_ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/ca/hpilo_ca -------------------------------------------------------------------------------- /examples/elasticsearch/.gitignore: -------------------------------------------------------------------------------- 1 | servers.py 2 | -------------------------------------------------------------------------------- /examples/elasticsearch/hpilo_es_dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/elasticsearch/hpilo_es_dump -------------------------------------------------------------------------------- /examples/elasticsearch/hpilo_es_import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/elasticsearch/hpilo_es_import -------------------------------------------------------------------------------- /examples/elasticsearch/kibana-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/elasticsearch/kibana-dashboard.json -------------------------------------------------------------------------------- /examples/elasticsearch/servers.py.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/elasticsearch/servers.py.example -------------------------------------------------------------------------------- /examples/firmwareupdater/hpilo_firmware_update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/firmwareupdater/hpilo_firmware_update -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/provider/ilo.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/provider/ilo.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/provider/ilo_firmware/ilo_firmware.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/provider/ilo_firmware/ilo_firmware.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/provider/ilo_license/ilo_license.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/provider/ilo_license/ilo_license.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/provider/ilo_settings/ilo_settings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/provider/ilo_settings/ilo_settings.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/provider/ilo_user/ilo_user.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/provider/ilo_user/ilo_user.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/type/ilo_firmware.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/type/ilo_firmware.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/type/ilo_license.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/type/ilo_license.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/type/ilo_settings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/type/ilo_settings.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/type/ilo_user.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/type/ilo_user.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/device.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/device.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/facts.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/facts.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/transport.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/lib/puppet/util/network_device/ilo/transport.rb -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/manifests/init.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/manifests/init.pp -------------------------------------------------------------------------------- /examples/puppet/modules/ilo/templates/ilo-device.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/examples/puppet/modules/ilo/templates/ilo-device.erb -------------------------------------------------------------------------------- /firmware.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/firmware.conf -------------------------------------------------------------------------------- /hpilo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/hpilo.py -------------------------------------------------------------------------------- /hpilo_cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/hpilo_cli -------------------------------------------------------------------------------- /hpilo_fw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/hpilo_fw.py -------------------------------------------------------------------------------- /ilo.conf.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/ilo.conf.example -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/setup.py -------------------------------------------------------------------------------- /tests/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/README -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_boot.py -------------------------------------------------------------------------------- /tests/test_delayed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_delayed.py -------------------------------------------------------------------------------- /tests/test_global_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_global_settings.py -------------------------------------------------------------------------------- /tests/test_languages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_languages.py -------------------------------------------------------------------------------- /tests/test_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_logs.py -------------------------------------------------------------------------------- /tests/test_network_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_network_settings.py -------------------------------------------------------------------------------- /tests/test_requests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_requests.py -------------------------------------------------------------------------------- /tests/test_responses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_responses.py -------------------------------------------------------------------------------- /tests/test_snmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_snmp.py -------------------------------------------------------------------------------- /tests/test_uid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_uid.py -------------------------------------------------------------------------------- /tests/test_users.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/test_users.py -------------------------------------------------------------------------------- /tests/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/utils.py -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/activate_license-7f53f289.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/activate_license-7f53f289.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/activate_license-7f53f289.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/activate_license-7f53f289.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_federation_group-bcc4ad26.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_federation_group-bcc4ad26.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_federation_group-bcc4ad26.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_federation_group-bcc4ad26.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_user-1a1601fd.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_user-1a1601fd.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_user-1a1601fd.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/add_user-1a1601fd.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/ahs_clear_data-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/ahs_clear_data-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/ahs_clear_data-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/cert_fqdn-89a06bbb.args: -------------------------------------------------------------------------------- 1 | [True] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/cert_fqdn-89a06bbb.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/cert_fqdn-89a06bbb.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request-8c0a1089.args: -------------------------------------------------------------------------------- 1 | ['NL', 'Flevoland'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request-8c0a1089.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request-8c0a1089.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/certificate_signing_request.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_ilo_event_log-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_ilo_event_log-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_ilo_event_log-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_server_event_log-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_server_event_log-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_server_event_log-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_server_power_on_time-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_server_power_on_time-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/clear_server_power_on_time-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/cold_boot_server-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/cold_boot_server-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/cold_boot_server-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/computer_lock_config-7464a4ef.args: -------------------------------------------------------------------------------- 1 | [None, 'X'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/computer_lock_config-7464a4ef.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/computer_lock_config-7464a4ef.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/computer_lock_config-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/dc_registration_complete-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/dc_registration_complete-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/dc_registration_complete-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_federation_group-10403cb0.args: -------------------------------------------------------------------------------- 1 | ['TestGroup'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_federation_group-10403cb0.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_federation_group-10403cb0.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_ssh_key-e4b38d03.args: -------------------------------------------------------------------------------- 1 | ['TestUser'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_ssh_key-e4b38d03.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_ssh_key-e4b38d03.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_user-e4b38d03.args: -------------------------------------------------------------------------------- 1 | ['TestUser'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_user-e4b38d03.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/delete_user-e4b38d03.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/disable_ers-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/disable_ers-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/disable_ers-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/eject_virtual_floppy-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/eject_virtual_floppy-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/eject_virtual_floppy-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/eject_virtual_media-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/eject_virtual_media-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/eject_virtual_media-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/ers_ahs_submit-894e51e9.args: -------------------------------------------------------------------------------- 1 | ['TestMessage', 'bb days'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/ers_ahs_submit-894e51e9.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/ers_ahs_submit-894e51e9.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/factory_defaults-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/factory_defaults-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/factory_defaults-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/fips_enable-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/fips_enable-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/fips_enable-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/force_format-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/force_format-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/force_format-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ahs_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ahs_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ahs_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ahs_status.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ahs_status.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_languages-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_languages-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_languages-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_languages.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_languages.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_languages.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_languages.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_licenses-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_licenses-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_licenses-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_licenses.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_licenses.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_licenses.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_licenses.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_user_info-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_user_info-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_user_info-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_user_info.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_user_info.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_user_info.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_user_info.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_users-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_users-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_users-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_users.parsed: -------------------------------------------------------------------------------- 1 | ['Administrator'] 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_users.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_all_users.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_asset_tag-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_asset_tag-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_asset_tag-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_asset_tag.parsed: -------------------------------------------------------------------------------- 1 | {'asset_tag': None} 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_asset_tag.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_asset_tag.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_cert_subject_info-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_cert_subject_info-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_cert_subject_info-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_cert_subject_info.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_cert_subject_info.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_current_boot_mode-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_current_boot_mode-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_current_boot_mode-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_current_boot_mode.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_current_boot_mode.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_dir_config-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_dir_config-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_dir_config-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_dir_config.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_dir_config.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_dir_config.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_dir_config.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_embedded_health-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_embedded_health-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_embedded_health-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_embedded_health.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_embedded_health.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_embedded_health.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_embedded_health.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_encrypt_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_encrypt_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_encrypt_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_encrypt_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_encrypt_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ers_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ers_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ers_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ers_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ers_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups_info-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups_info-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups_info-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups_info.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_all_groups_info.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_group-4badb3d7.args: -------------------------------------------------------------------------------- 1 | ['slartibartfast'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_group-4badb3d7.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_group-4badb3d7.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_group.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_group.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_multicast-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_multicast-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_multicast-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_multicast.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_federation_multicast.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fips_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fips_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fips_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fips_status.parsed: -------------------------------------------------------------------------------- 1 | {'fips_mode': 'Disabled'} 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fips_status.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fips_status.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fw_version-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fw_version-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fw_version-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fw_version.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fw_version.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fw_version.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_fw_version.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_global_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_global_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_global_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_global_settings.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_global_settings.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_global_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_global_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_data-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_data-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_data-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_data.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_data.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_data.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_data.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_saver_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_saver_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_saver_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_saver_status.parsed: -------------------------------------------------------------------------------- 1 | {'host_power_saver': 'AUTO'} 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_saver_status.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_saver_status.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_status.parsed: -------------------------------------------------------------------------------- 1 | 'ON' 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_status.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_power_status.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_pwr_micro_ver-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_pwr_micro_ver-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_pwr_micro_ver-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_pwr_micro_ver.parsed: -------------------------------------------------------------------------------- 1 | '1.6' 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_pwr_micro_ver.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_host_pwr_micro_ver.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_hotkey_config-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_hotkey_config-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_hotkey_config-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_hotkey_config.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_hotkey_config.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_hotkey_config.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_hotkey_config.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ilo_event_log-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ilo_event_log-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ilo_event_log-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ilo_event_log.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ilo_event_log.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ilo_event_log.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_ilo_event_log.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_language-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_language-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_language-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_language.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_language.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_language.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_language.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_network_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_network_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_network_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_network_settings.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_network_settings.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_network_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_network_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_oa_info-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_oa_info-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_oa_info-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_oa_info.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_oa_info.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_oa_info.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_oa_info.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_one_time_boot-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_one_time_boot-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_one_time_boot-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_one_time_boot.parsed: -------------------------------------------------------------------------------- 1 | 'normal' 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_one_time_boot.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_one_time_boot.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pending_boot_mode-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pending_boot_mode-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pending_boot_mode-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pending_boot_mode.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pending_boot_mode.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pers_mouse_keyboard_enabled-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pers_mouse_keyboard_enabled-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pers_mouse_keyboard_enabled-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pers_mouse_keyboard_enabled.parsed: -------------------------------------------------------------------------------- 1 | True 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pers_mouse_keyboard_enabled.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pers_mouse_keyboard_enabled.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_persistent_boot-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_persistent_boot-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_persistent_boot-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_persistent_boot.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_persistent_boot.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_persistent_boot.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_persistent_boot.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_cap-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_cap-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_cap-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_cap.parsed: -------------------------------------------------------------------------------- 1 | 'OFF' 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_cap.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_cap.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_readings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_readings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_readings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_readings.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_readings.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_readings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_power_readings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_product_name-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_product_name-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_product_name-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_product_name.parsed: -------------------------------------------------------------------------------- 1 | 'ProLiant BL460c G7' 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_product_name.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_product_name.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pwreg-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pwreg-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pwreg-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pwreg.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pwreg.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pwreg.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_pwreg.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_rack_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_rack_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_rack_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_rack_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_rack_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_security_msg-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_security_msg-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_security_msg-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_security_msg.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_security_msg.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_security_msg.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_security_msg.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_auto_pwr-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_auto_pwr-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_auto_pwr-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_auto_pwr.parsed: -------------------------------------------------------------------------------- 1 | 'ON' 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_auto_pwr.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_auto_pwr.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_event_log-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_event_log-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_event_log-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_event_log.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_event_log.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_event_log.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_event_log.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_fqdn-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_fqdn-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_fqdn-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_fqdn.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_fqdn.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_name-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_name-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_name-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_name.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_name.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_name.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_name.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_power_on_time-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_power_on_time-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_power_on_time-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_power_on_time.parsed: -------------------------------------------------------------------------------- 1 | 1603014 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_power_on_time.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_server_power_on_time.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_smh_fqdn-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_smh_fqdn-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_smh_fqdn-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_smh_fqdn.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_smh_fqdn.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_snmp_im_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_snmp_im_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_snmp_im_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_snmp_im_settings.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_snmp_im_settings.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_snmp_im_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_snmp_im_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_spatial-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_spatial-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_spatial-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_spatial.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_spatial.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_sso_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_sso_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_sso_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_sso_settings.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_sso_settings.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_sso_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_sso_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_supported_boot_mode-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_supported_boot_mode-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_supported_boot_mode-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_supported_boot_mode.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_supported_boot_mode.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_tpm_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_tpm_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_tpm_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_tpm_status.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_tpm_status.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_tpm_status.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_tpm_status.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_twofactor_settings-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_twofactor_settings-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_twofactor_settings-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_twofactor_settings.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_twofactor_settings.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_uid_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_uid_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_uid_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_uid_status.parsed: -------------------------------------------------------------------------------- 1 | 'OFF' 2 | -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_uid_status.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_uid_status.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_user-e4b38d03.args: -------------------------------------------------------------------------------- 1 | ['TestUser'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_user-e4b38d03.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_user-e4b38d03.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_user.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_user.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_user.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_user.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_vm_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_vm_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_vm_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_vm_status.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_vm_status.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_vm_status.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/get_vm_status.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/hold_pwr_btn-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/hold_pwr_btn-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/hold_pwr_btn-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/hotkey_config-b78d9061.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/hotkey_config-b78d9061.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/hotkey_config-b78d9061.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/hotkey_config-b78d9061.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/import_certificate-b487ce70.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/import_certificate-b487ce70.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/import_certificate-b487ce70.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/import_certificate-b487ce70.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/import_ssh_key-21d73076.args: -------------------------------------------------------------------------------- 1 | ['TestUser', 'ssh-rsa VGVzdCBrZXk= Test Key'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/insert_virtual_media-78b41622.args: -------------------------------------------------------------------------------- 1 | ['CDROM', 'http://localhost/os.iso'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/insert_virtual_media-78b41622.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/insert_virtual_media-78b41622.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-5fe55620.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-5fe55620.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-5fe55620.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-5fe55620.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-cd6959df.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-cd6959df.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-cd6959df.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_dir_config-cd6959df.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_federation_group-7fd828d5.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_federation_group-7fd828d5.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_federation_group-7fd828d5.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_federation_group-7fd828d5.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-8275a9fd.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-8275a9fd.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-8275a9fd.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-8275a9fd.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-959ec08c.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-959ec08c.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-959ec08c.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_global_settings-959ec08c.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_network_settings-7be5ea0c.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_network_settings-7be5ea0c.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_network_settings-7be5ea0c.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_network_settings-7be5ea0c.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_network_settings-d05260aa.args: -------------------------------------------------------------------------------- 1 | {'dhcp_enable': True, 'shared_network_port_vlan_id': 42} -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_network_settings-d05260aa.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_network_settings-d05260aa.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_snmp_im_settings-cda9aa7e.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_snmp_im_settings-cda9aa7e.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_snmp_im_settings-cda9aa7e.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_snmp_im_settings-cda9aa7e.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_sso_settings-d5f53aa5.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_sso_settings-d5f53aa5.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_sso_settings-d5f53aa5.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_sso_settings-d5f53aa5.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_user-3137938b.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_user-3137938b.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_user-3137938b.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/mod_user-3137938b.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/press_pwr_btn-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/press_pwr_btn-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/press_pwr_btn-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply-ad6a1b0a.args: -------------------------------------------------------------------------------- 1 | ['TestProfile', 'Action'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply-ad6a1b0a.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply-ad6a1b0a.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply_get_results-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply_get_results-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply_get_results-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply_get_results.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_apply_get_results.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_delete-c92870ce.args: -------------------------------------------------------------------------------- 1 | ['TestProfile'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_delete-c92870ce.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_delete-c92870ce.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_desc_download-ae1dcf18.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_desc_download-ae1dcf18.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_desc_download-ae1dcf18.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_desc_download-ae1dcf18.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_list-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_list-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_list-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_list.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/profile_list.raw -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/reset_rib-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/reset_rib-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/reset_rib-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/reset_server-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/reset_server-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/reset_server-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ahs_status-89a06bbb.args: -------------------------------------------------------------------------------- 1 | [True] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ahs_status-89a06bbb.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ahs_status-89a06bbb.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-1b9316da.args: -------------------------------------------------------------------------------- 1 | 'N' -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-1b9316da.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-1b9316da.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-45149d27.args: -------------------------------------------------------------------------------- 1 | 'L' -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-45149d27.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-45149d27.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-69a57c4b.args: -------------------------------------------------------------------------------- 1 | '0' -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-69a57c4b.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-69a57c4b.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-e521e544.args: -------------------------------------------------------------------------------- 1 | '1' -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-e521e544.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_asset_tag-e521e544.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_direct_connect-1e661dd8.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_direct_connect-1e661dd8.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_direct_connect-1e661dd8.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_direct_connect-1e661dd8.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_irs_connect-c1868f1c.args: -------------------------------------------------------------------------------- 1 | ['ErsUrl', 9999] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_irs_connect-c1868f1c.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_irs_connect-c1868f1c.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_web_proxy-19ea4c7b.args: -------------------------------------------------------------------------------- 1 | ['ErsProxy', 3128] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_web_proxy-19ea4c7b.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_ers_web_proxy-19ea4c7b.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_federation_multicast-b250fbe5.args: -------------------------------------------------------------------------------- 1 | [False] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_federation_multicast-b250fbe5.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_federation_multicast-b250fbe5.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_host_power-b250fbe5.args: -------------------------------------------------------------------------------- 1 | [False] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_host_power-b250fbe5.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_host_power-b250fbe5.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_host_power_saver-b2c1f01d.args: -------------------------------------------------------------------------------- 1 | ['PowerSaver'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_host_power_saver-b2c1f01d.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_host_power_saver-b2c1f01d.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_language-a078dcd9.args: -------------------------------------------------------------------------------- 1 | ['en'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_language-a078dcd9.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_language-a078dcd9.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_one_time_boot-029cf8f1.args: -------------------------------------------------------------------------------- 1 | ['BootDevice'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_one_time_boot-029cf8f1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_one_time_boot-029cf8f1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_one_time_boot-4618ce34.args: -------------------------------------------------------------------------------- 1 | ['floppy'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_one_time_boot-4618ce34.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_one_time_boot-4618ce34.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pending_boot_mode-925b8571.args: -------------------------------------------------------------------------------- 1 | ['UEFI'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pending_boot_mode-925b8571.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pending_boot_mode-925b8571.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pers_mouse_keyboard_enabled-b250fbe5.args: -------------------------------------------------------------------------------- 1 | [False] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pers_mouse_keyboard_enabled-b250fbe5.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pers_mouse_keyboard_enabled-b250fbe5.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_persistent_boot-61fd7c78.args: -------------------------------------------------------------------------------- 1 | ['cdrom,floppy,boot_device'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_persistent_boot-61fd7c78.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_persistent_boot-61fd7c78.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_power_cap-5131bf00.args: -------------------------------------------------------------------------------- 1 | ['CAP'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_power_cap-5131bf00.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_power_cap-5131bf00.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pwreg-cb1b2ad7.args: -------------------------------------------------------------------------------- 1 | ['disabled'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pwreg-cb1b2ad7.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pwreg-cb1b2ad7.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pwreg-e651c884.args: -------------------------------------------------------------------------------- 1 | ['enabled', 'threshold'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pwreg-e651c884.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_pwreg-e651c884.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_security_msg-83084544.args: -------------------------------------------------------------------------------- 1 | [True, 'Security Message Goes Here'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_security_msg-83084544.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_security_msg-83084544.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_auto_pwr-02fb8022.args: -------------------------------------------------------------------------------- 1 | [45] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_auto_pwr-02fb8022.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_auto_pwr-02fb8022.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_auto_pwr-89a06bbb.args: -------------------------------------------------------------------------------- 1 | [True] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_auto_pwr-89a06bbb.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_auto_pwr-89a06bbb.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_fqdn-e8d957f5.args: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_fqdn-e8d957f5.args -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_fqdn-e8d957f5.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_fqdn-e8d957f5.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_name-62194c5c.args: -------------------------------------------------------------------------------- 1 | ['example-server'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_name-62194c5c.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_server_name-62194c5c.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_vf_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_vf_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_vf_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_vm_status-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_vm_status-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/set_vm_status-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/trigger_l2_collection-65c6eff7.args: -------------------------------------------------------------------------------- 1 | ['TestMessage'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/trigger_l2_collection-65c6eff7.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/trigger_l2_collection-65c6eff7.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/trigger_test_event-65c6eff7.args: -------------------------------------------------------------------------------- 1 | ['TestMessage'] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/trigger_test_event-65c6eff7.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/trigger_test_event-65c6eff7.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/uid_control-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/uid_control-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/uid_control-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/warm_boot_server-97d170e1.args: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/warm_boot_server-97d170e1.request: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/warm_boot_server-97d170e1.request -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/xmldata.parsed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/xmldata.parsed -------------------------------------------------------------------------------- /tests/xml/ProLiant BL460c G7 - iLO3 1.82/xmldata.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/ProLiant BL460c G7 - iLO3 1.82/xmldata.raw -------------------------------------------------------------------------------- /tests/xml/fetch_responses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/fetch_responses -------------------------------------------------------------------------------- /tests/xml/generate_requests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seveas/python-hpilo/HEAD/tests/xml/generate_requests --------------------------------------------------------------------------------