return redfish.getVendorNameById(identifier)
    .catch(function() {return{};})
    .then(function(result) {
    if (result.vendor === 'Redfish') {
            return getRedfishDeviceResponse(identifier, req);