RedfishJob.prototype.collectOemAggregatorData = function(redfish, type) {
        return redfish.clientRequest().then(function(res) {
            var spineModId = _.get(res.body, 'Oem.Emc.Aggregators', {})['@odata.id'];
            if (_.isUndefined(spineModId)) {
                throw new Error('Missing Aggregators Resource');