Draft: updating redfish to be modulated
since we now have the arm servers the redfish version is different from the supermicros. having the version hardcoded in the script makes no sense nor does doing a check_version
since a simple request call to the {host_ip}/redfish/v1 will return the UUID regardless of the redfish version makes the script able to handle the two version of redfish.
having the check_version on the get_endpoints was not very clear as to the purpose but modified it not care about that def and simple passed the ip to the get_uuid def
Edited by John Ward