if (result.vendor === 'Redfish') {
            var catalogSource = req.url.replace(req.swagger.params.identifier.value, chassisId).replace(/\/$/, "");
            return dataFactory(chassisId, catalogSource)
            .then(function(response) {
                return response.data;