Add support for changeOfflineCause on nodes

XMLWordPrintable

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: java-client-api
    • None

      It would be nice to be able to set or change the offline cause for nodes, so users can see why nodes are marked as offline.

      Like this

      ComputerWithDetails computer = ...
      if (!computer.getOffline()){
        computer.toggleOffline();
        computer.changeOfflineCause("Scheduled for termination");
      }
      

            Assignee:
            Karl-Heinz Marbaise
            Reporter:
            Jesper Terkelsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: