Proxied Actions

In addition to the actions that are specific to Coordinator, you can also submit the following Controller actions to Coordinator:

  • AddSchedule
  • AddService
  • EditSchedule
  • GetServiceConfig
  • PauseSchedule
  • RemoveSchedule
  • RemoveService
  • RemoveStatusRecords
  • RestartService
  • ResumeSchedule
  • StartService
  • StopService

You must specify the ControllerUUID parameter to submit these Controller actions to Coordinator. Coordinator proxies the action to the specified Controller and returns the result.

You can also submit the following Controller actions to Coordinator with an optional ControllerUUIDs parameter containing a comma-separated list of Controllers. Coordinator proxies the request to all the specified Controllers by default, and combines the results.

  • FindServices
  • GetSchedules
  • GetServices
  • GetStatusOverview
  • RunScript