From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 25 Jul 2021 17:54:29 +0200
Subject: Make examples local available

Don't link the examples to some external resource, we have these
available locally within the sampe package 'python-ilorest-doc' later.
---
 docs/Examples.rest | 216 ++++++++++++++++++++++++++---------------------------
 1 file changed, 108 insertions(+), 108 deletions(-)

diff --git a/docs/Examples.rest b/docs/Examples.rest
index 61e25ca..3a4dd71 100644
--- a/docs/Examples.rest
+++ b/docs/Examples.rest
@@ -22,114 +22,114 @@ The `Redfish <https://github.hpe.com/intelligent-provisioning/python-redfish-lib
 `Legacy_Rest <https://github.hpe.com/intelligent-provisioning/python-redfish-library/tree/master/examples/Legacy_Rest>`_ folders
 contain many examples for performing different iLO tasks using the Redfish API and Legacy RESTful API respectively.
 
-.. _Redfish_add_user_account: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/add_user_account.py
-.. _Redfish_bios_revert_default: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/bios_revert_default.py
-.. _Redfish_change_bios_setting: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/change_bios_setting.py
-.. _Redfish_change_boot_order: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/change_boot_order.py
-.. _Redfish_change_temporary_boot_order: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/change_temporary_boot_order.py
-.. _Redfish_clear_ahs_data: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/clear_ahs_data.py
-.. _Redfish_clear_ilo_IEL_IML_log: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/clear_ilo_IEL_IML_log.py
-.. _Redfish_computer_details: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/computer_details.py
-.. _Redfish_configure_snmp: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/configure_snmp.py
-.. _Redfish_enable_ntp_servers: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/enable_ntp_servers.py
-.. _Redfish_enable_secure_boot: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/enable_secure_boot.py
-.. _Redfish_expand_data: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/expand_data.py
-.. _Redfish_find_ilo_mac_address: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/find_ilo_mac_address.py
-.. _Redfish_generate_csr: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/generate_csr.py
-.. _Redfish_get_ESKM: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_ESKM.py
-.. _Redfish_get_LogicalDrives: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_LogicalDrives.py
-.. _Redfish_get_SmartArray_EncryptionSettings: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_SmartArray_EncryptionSettings.py
-.. _Redfish_get_ahs_data: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_ahs_data.py
-.. _Redfish_get_base_registry: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_base_registry.py
-.. _Redfish_get_ilo_ip: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_ilo_ip.py
-.. _Redfish_get_ilo_nic: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_ilo_nic.py
-.. _Redfish_get_license_key: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_license_key.py
-.. _Redfish_get_powermetrics_average: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_powermetrics_average.py
-.. _Redfish_get_resource_directory: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_resource_directory.py
-.. _Redfish_ilorest_util: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/ilorest_util.py
-.. _Redfish_get_schema: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/get_schema.py
-.. _Redfish_import_ssl: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/import_ssl.py
-.. _Redfish_modify_user_account: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/modify_user_account.py
-.. _Redfish_mount_virtual_media_iso: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/mount_virtual_media_iso.py
-.. _Redfish_quickstart_redfish: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/quickstart_redfish.py
-.. _Redfish_reboot_server: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/reboot_server.py
-.. _Redfish_remove_account: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/remove_account.py
-.. _Redfish_reset_ESKM_eventlog: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/reset_ESKM_eventlog.py
-.. _Redfish_reset_ilo: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/reset_ilo.py
-.. _Redfish_reset_server: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/reset_server.py
-.. _Redfish_sessions: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/sessions.py
-.. _Redfish_set_ESKM_PrimaryKeyServer: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_ESKM_PrimaryKeyServer.py
-.. _Redfish_set_ESKM_username_password: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_ESKM_username_password.py
-.. _Redfish_set_active_ilo_nic: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_active_ilo_nic.py
-.. _Redfish_set_bios_iscsi: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_bios_iscsi.py
-.. _Redfish_set_bios_password: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_bios_password.py
-.. _Redfish_set_ethernet_management_iface_static_ip: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_ethernet_management_iface_static_ip.py
-.. _Redfish_set_ilo_ntp_servers: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_ilo_ntp_servers.py
-.. _Redfish_set_ilo_timezone: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_ilo_timezone.py
-.. _Redfish_set_license_key: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_license_key.py
-.. _Redfish_set_server_asset_tag: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_server_asset_tag.py
-.. _Redfish_set_snmp_alert: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_snmp_alert.py
-.. _Redfish_set_uid_light: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/set_uid_light.py
-.. _Redfish_software_firmware_inventory: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/software_firmware_inventory.py
-.. _Redfish_test_ESKM_connection: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/test_ESKM_connection.py
-.. _Redfish_update_ilo_firmware: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/update_ilo_firmware.py
-.. _Redfish_upload_firmware_ilo_repository: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/upload_firmware_ilo_repository.py
-.. _Redfish_upload_firmware_ilo_repository_with_compsig: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Redfish/upload_firmware_ilo_repository_with_compsig.py
-
-
-.. _Legacy_Rest_add_ilo_user_account: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/add_ilo_user_account.py
-.. _Legacy_Rest_bios_revert_default: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/bios_revert_default.py
-.. _Legacy_Rest_change_bios_setting: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/change_bios_setting.py
-.. _Legacy_Rest_change_boot_order: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/change_boot_order.py
-.. _Legacy_Rest_change_temporary_boot_order: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/change_temporary_boot_order.py
-.. _Legacy_Rest_clear_ahs_data: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/clear_ahs_data.py
-.. _Legacy_Rest_clear_ilo_event_log: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/clear_ilo_event_log.py
-.. _Legacy_Rest_clear_iml: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/clear_iml.py
-.. _Legacy_Rest_computer_details: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/computer_details.py
-.. _Legacy_Rest_configure_snmp: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/configure_snmp.py
-.. _Legacy_Rest_dump_eskm_event_log: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/dump_eskm_event_log.py
-.. _Legacy_Rest_dump_ilo_event_log: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/dump_ilo_event_log.py
-.. _Legacy_Rest_dump_ilo_nic: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/dump_ilo_nic.py
-.. _Legacy_Rest_dump_iml: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/dump_iml.py
-.. _Legacy_Rest_enable_secure_boot: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/enable_secure_boot.py
-.. _Legacy_Rest_find_ilo_mac_address: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/find_ilo_mac_address.py
-.. _Legacy_Rest_generate_csr: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/generate_csr.py
-.. _Legacy_Rest_get_ESKM: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_ESKM.py
-.. _Legacy_Rest_get_EncryptionSettings: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_EncryptionSettings.py
-.. _Legacy_Rest_get_LogicalDrives: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_LogicalDrives.py
-.. _Legacy_Rest_get_ahs_data: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_ahs_data.py
-.. _Legacy_Rest_get_base_registry: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_base_registry.py
-.. _Legacy_Rest_get_csr: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_csr.py
-.. _Legacy_Rest_get_ilo_ip: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_ilo_ip.
-.. _Legacy_Rest_get_ilo_nic: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_ilo_nic.py
-.. _Legacy_Rest_get_license_key: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_license_key.py
-.. _Legacy_Rest_get_powermetrics_average: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_powermetrics_average.py
-.. _Legacy_Rest_get_resource_directory: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_resource_directory.py
-.. _Legacy_Rest_get_schema: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/get_schema.py
-.. _Legacy_Rest_import_ssl: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/import_ssl.py
-.. _Legacy_Rest_modify_ilo_user_account: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/modify_ilo_user_account.py
-.. _Legacy_Rest_mount_virtual_media_iso: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/mount_virtual_media_iso.py
-.. _Legacy_Rest_remove_ilo_account: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/remove_ilo_account.py
-.. _Legacy_Rest_reset_ESKM_eventlog: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/reset_ESKM_eventlog.py
-.. _Legacy_Rest_reset_ilo: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/reset_ilo.py
-.. _Legacy_Rest_reset_server: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/reset_server.py
-.. _Legacy_Rest_sessions: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/sessions.py
-.. _Legacy_Rest_set_active_ilo_nic: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_active_ilo_nic.py
-.. _Legacy_Rest_set_bios_dhcp: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_bios_dhcp.py
-.. _Legacy_Rest_set_ESKM_PrimaryKeyServer: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_ESKM_PrimaryKeyServer.py
-.. _Legacy_Rest_set_ESKM_username_password: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_ESKM_username_password.py
-.. _Legacy_Rest_set_ilo_ntp_servers: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_Ilo_ntp_servers.py
-.. _Legacy_Rest_set_bios_iscsi: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_bios_iscsi.py
-.. _Legacy_Rest_set_bios_password: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_bios_password.py
-.. _Legacy_Rest_set_bios_service: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_bios_service.py
-.. _Legacy_Rest_set_bios_uefi_shell_startup: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_bios_uefi_shell_startup.py
-.. _Legacy_Rest_set_bios_url_boot_file: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_bios_url_boot_file.py
-.. _Legacy_Rest_set_ilo_timezone: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_ilo_timezone.py
-.. _Legacy_Rest_set_license_key: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_license_key.py
-.. _Legacy_Rest_set_server_asset_tag: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_server_asset_tag.py
-.. _Legacy_Rest_set_uid_light: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/set_uid_light.py
-.. _Legacy_Rest_test_ESKM_connection: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/test_ESKM_connection.py
-.. _Legacy_Rest_update_ilo_firmware: https://github.com/HewlettPackard/python-ilorest-library/blob/master/examples/Legacy_Rest/update_ilo_firmware.py
+.. _Redfish_add_user_account: /usr/share/doc/python-ilorest-doc/examples/Redfish/add_user_account.py
+.. _Redfish_bios_revert_default: /usr/share/doc/python-ilorest-doc/examples/Redfish/bios_revert_default.py
+.. _Redfish_change_bios_setting: /usr/share/doc/python-ilorest-doc/examples/Redfish/change_bios_setting.py
+.. _Redfish_change_boot_order: /usr/share/doc/python-ilorest-doc/examples/Redfish/change_boot_order.py
+.. _Redfish_change_temporary_boot_order: /usr/share/doc/python-ilorest-doc/examples/Redfish/change_temporary_boot_order.py
+.. _Redfish_clear_ahs_data: /usr/share/doc/python-ilorest-doc/examples/Redfish/clear_ahs_data.py
+.. _Redfish_clear_ilo_IEL_IML_log: /usr/share/doc/python-ilorest-doc/examples/Redfish/clear_ilo_IEL_IML_log.py
+.. _Redfish_computer_details: /usr/share/doc/python-ilorest-doc/examples/Redfish/computer_details.py
+.. _Redfish_configure_snmp: /usr/share/doc/python-ilorest-doc/examples/Redfish/configure_snmp.py
+.. _Redfish_enable_ntp_servers: /usr/share/doc/python-ilorest-doc/examples/Redfish/enable_ntp_servers.py
+.. _Redfish_enable_secure_boot: /usr/share/doc/python-ilorest-doc/examples/Redfish/enable_secure_boot.py
+.. _Redfish_expand_data: /usr/share/doc/python-ilorest-doc/examples/Redfish/expand_data.py
+.. _Redfish_find_ilo_mac_address: /usr/share/doc/python-ilorest-doc/examples/Redfish/find_ilo_mac_address.py
+.. _Redfish_generate_csr: /usr/share/doc/python-ilorest-doc/examples/Redfish/generate_csr.py
+.. _Redfish_get_ESKM: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_ESKM.py
+.. _Redfish_get_LogicalDrives: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_LogicalDrives.py
+.. _Redfish_get_SmartArray_EncryptionSettings: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_SmartArray_EncryptionSettings.py
+.. _Redfish_get_ahs_data: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_ahs_data.py
+.. _Redfish_get_base_registry: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_base_registry.py
+.. _Redfish_get_ilo_ip: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_ilo_ip.py
+.. _Redfish_get_ilo_nic: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_ilo_nic.py
+.. _Redfish_get_license_key: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_license_key.py
+.. _Redfish_get_powermetrics_average: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_powermetrics_average.py
+.. _Redfish_get_resource_directory: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_resource_directory.py
+.. _Redfish_ilorest_util: /usr/share/doc/python-ilorest-doc/examples/Redfish/ilorest_util.py
+.. _Redfish_get_schema: /usr/share/doc/python-ilorest-doc/examples/Redfish/get_schema.py
+.. _Redfish_import_ssl: /usr/share/doc/python-ilorest-doc/examples/Redfish/import_ssl.py
+.. _Redfish_modify_user_account: /usr/share/doc/python-ilorest-doc/examples/Redfish/modify_user_account.py
+.. _Redfish_mount_virtual_media_iso: /usr/share/doc/python-ilorest-doc/examples/Redfish/mount_virtual_media_iso.py
+.. _Redfish_quickstart_redfish: /usr/share/doc/python-ilorest-doc/examples/Redfish/quickstart_redfish.py
+.. _Redfish_reboot_server: /usr/share/doc/python-ilorest-doc/examples/Redfish/reboot_server.py
+.. _Redfish_remove_account: /usr/share/doc/python-ilorest-doc/examples/Redfish/remove_account.py
+.. _Redfish_reset_ESKM_eventlog: /usr/share/doc/python-ilorest-doc/examples/Redfish/reset_ESKM_eventlog.py
+.. _Redfish_reset_ilo: /usr/share/doc/python-ilorest-doc/examples/Redfish/reset_ilo.py
+.. _Redfish_reset_server: /usr/share/doc/python-ilorest-doc/examples/Redfish/reset_server.py
+.. _Redfish_sessions: /usr/share/doc/python-ilorest-doc/examples/Redfish/sessions.py
+.. _Redfish_set_ESKM_PrimaryKeyServer: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_ESKM_PrimaryKeyServer.py
+.. _Redfish_set_ESKM_username_password: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_ESKM_username_password.py
+.. _Redfish_set_active_ilo_nic: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_active_ilo_nic.py
+.. _Redfish_set_bios_iscsi: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_bios_iscsi.py
+.. _Redfish_set_bios_password: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_bios_password.py
+.. _Redfish_set_ethernet_management_iface_static_ip: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_ethernet_management_iface_static_ip.py
+.. _Redfish_set_ilo_ntp_servers: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_ilo_ntp_servers.py
+.. _Redfish_set_ilo_timezone: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_ilo_timezone.py
+.. _Redfish_set_license_key: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_license_key.py
+.. _Redfish_set_server_asset_tag: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_server_asset_tag.py
+.. _Redfish_set_snmp_alert: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_snmp_alert.py
+.. _Redfish_set_uid_light: /usr/share/doc/python-ilorest-doc/examples/Redfish/set_uid_light.py
+.. _Redfish_software_firmware_inventory: /usr/share/doc/python-ilorest-doc/examples/Redfish/software_firmware_inventory.py
+.. _Redfish_test_ESKM_connection: /usr/share/doc/python-ilorest-doc/examples/Redfish/test_ESKM_connection.py
+.. _Redfish_update_ilo_firmware: /usr/share/doc/python-ilorest-doc/examples/Redfish/update_ilo_firmware.py
+.. _Redfish_upload_firmware_ilo_repository: /usr/share/doc/python-ilorest-doc/examples/Redfish/upload_firmware_ilo_repository.py
+.. _Redfish_upload_firmware_ilo_repository_with_compsig: /usr/share/doc/python-ilorest-doc/examples/Redfish/upload_firmware_ilo_repository_with_compsig.py
+
+
+.. _Legacy_Rest_add_ilo_user_account: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/add_ilo_user_account.py
+.. _Legacy_Rest_bios_revert_default: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/bios_revert_default.py
+.. _Legacy_Rest_change_bios_setting: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/change_bios_setting.py
+.. _Legacy_Rest_change_boot_order: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/change_boot_order.py
+.. _Legacy_Rest_change_temporary_boot_order: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/change_temporary_boot_order.py
+.. _Legacy_Rest_clear_ahs_data: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/clear_ahs_data.py
+.. _Legacy_Rest_clear_ilo_event_log: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/clear_ilo_event_log.py
+.. _Legacy_Rest_clear_iml: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/clear_iml.py
+.. _Legacy_Rest_computer_details: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/computer_details.py
+.. _Legacy_Rest_configure_snmp: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/configure_snmp.py
+.. _Legacy_Rest_dump_eskm_event_log: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/dump_eskm_event_log.py
+.. _Legacy_Rest_dump_ilo_event_log: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/dump_ilo_event_log.py
+.. _Legacy_Rest_dump_ilo_nic: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/dump_ilo_nic.py
+.. _Legacy_Rest_dump_iml: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/dump_iml.py
+.. _Legacy_Rest_enable_secure_boot: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/enable_secure_boot.py
+.. _Legacy_Rest_find_ilo_mac_address: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/find_ilo_mac_address.py
+.. _Legacy_Rest_generate_csr: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/generate_csr.py
+.. _Legacy_Rest_get_ESKM: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_ESKM.py
+.. _Legacy_Rest_get_EncryptionSettings: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_EncryptionSettings.py
+.. _Legacy_Rest_get_LogicalDrives: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_LogicalDrives.py
+.. _Legacy_Rest_get_ahs_data: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_ahs_data.py
+.. _Legacy_Rest_get_base_registry: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_base_registry.py
+.. _Legacy_Rest_get_csr: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_csr.py
+.. _Legacy_Rest_get_ilo_ip: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_ilo_ip.
+.. _Legacy_Rest_get_ilo_nic: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_ilo_nic.py
+.. _Legacy_Rest_get_license_key: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_license_key.py
+.. _Legacy_Rest_get_powermetrics_average: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_powermetrics_average.py
+.. _Legacy_Rest_get_resource_directory: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_resource_directory.py
+.. _Legacy_Rest_get_schema: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/get_schema.py
+.. _Legacy_Rest_import_ssl: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/import_ssl.py
+.. _Legacy_Rest_modify_ilo_user_account: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/modify_ilo_user_account.py
+.. _Legacy_Rest_mount_virtual_media_iso: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/mount_virtual_media_iso.py
+.. _Legacy_Rest_remove_ilo_account: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/remove_ilo_account.py
+.. _Legacy_Rest_reset_ESKM_eventlog: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/reset_ESKM_eventlog.py
+.. _Legacy_Rest_reset_ilo: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/reset_ilo.py
+.. _Legacy_Rest_reset_server: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/reset_server.py
+.. _Legacy_Rest_sessions: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/sessions.py
+.. _Legacy_Rest_set_active_ilo_nic: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_active_ilo_nic.py
+.. _Legacy_Rest_set_bios_dhcp: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_bios_dhcp.py
+.. _Legacy_Rest_set_ESKM_PrimaryKeyServer: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_ESKM_PrimaryKeyServer.py
+.. _Legacy_Rest_set_ESKM_username_password: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_ESKM_username_password.py
+.. _Legacy_Rest_set_ilo_ntp_servers: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_Ilo_ntp_servers.py
+.. _Legacy_Rest_set_bios_iscsi: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_bios_iscsi.py
+.. _Legacy_Rest_set_bios_password: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_bios_password.py
+.. _Legacy_Rest_set_bios_service: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_bios_service.py
+.. _Legacy_Rest_set_bios_uefi_shell_startup: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_bios_uefi_shell_startup.py
+.. _Legacy_Rest_set_bios_url_boot_file: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_bios_url_boot_file.py
+.. _Legacy_Rest_set_ilo_timezone: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_ilo_timezone.py
+.. _Legacy_Rest_set_license_key: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_license_key.py
+.. _Legacy_Rest_set_server_asset_tag: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_server_asset_tag.py
+.. _Legacy_Rest_set_uid_light: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/set_uid_light.py
+.. _Legacy_Rest_test_ESKM_connection: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/test_ESKM_connection.py
+.. _Legacy_Rest_update_ilo_firmware: /usr/share/doc/python-ilorest-doc/examples/Legacy_Rest/update_ilo_firmware.py
 
 -------------------------------
 Redfish Example Reference Table
