def get(self,hardware_id):
        """
        GET the hardware details based on specific hardware_id
        """
        #using get instead of query and it is marginally faster than filter