# Functions
Redfish API and probably the DHCP Request return the GUID of a machine encoded either in middleEndianBytes or as normal string
To detect which one is actually in use, we extract the creation time of the uuid, if this time is somehow reasonable, we return the string of the GUID as we got it, we need to convert it to mixed endian https://en.wikipedia.org/wiki/Universally_unique_identifier#Encoding.