How does a service provider determine if an operator is suspended in a data engine

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • None

      The SP can Suspend and Resume an operator but cannot determine what state one is in.

      The /operators method returns a list of operators, but no additional information. Should we also return the suspended state?

      e.g. the following would be backward compatible:
      -> {
      "OperatorIDs": [ "sdfasdf", "asdfasdf" ],
      "Suspended": [false,true] ## new addition
      }

            Assignee:
            David Snelling (Inactive)
            Reporter:
            paul.bruton
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: