var getSoftwareInventoryList = controller({success: 200}, function (req, res) {
    var options = redfish.makeOptions(req, res);
    var matchComponent = "APAC";
    var keyMatch = Object.keys(swPathsLookups);
    return getVersions(options.url, keyMatch, matchComponent)