getRackGroupIdentifier

in lib/fluent/plugin/filter_process_redfishalert.rb [82:86]


    def getRackGroupIdentifier(host)
      res = callRedfishGetAPI(host, @deviceRackURI[hardware])
      return res[@deviceIDField[hardware]]
    end