-
Notifications
You must be signed in to change notification settings - Fork 0
Functions
Manuel Reimitz edited this page Mar 27, 2018
·
2 revisions
| Name | Description |
|---|---|
| GetAllServers | get all available server instances for this cluster. |
| GetDSCServers | get all available directory DSC instances for this cluster. |
| GetQDSServers | get all available QDS instances for this cluster. |
| GetQMSServers | get all available QMS instances for this cluster. |
| GetQVSServers | get all available QVS instances for this cluster. |
| GetQWSServers | get all available QWS instances for this cluster. |
| GetRMSServers | get all available RMS instances for this cluster. |
| GetCategories | get all available categories for this cluster. |
| CountRunningTasks | count all currently running tasks on this cluster. |
| CountRunningTasksByCategory | count all currently running tasks for a specific category. |
| GetRunningTasks | get all currently running tasks on this cluster. |
| GetRunningTasksByCategory | count all currently running tasks on a specific qds node of this cluster. |
| TaskStatus | get the current status of a specific Task. |
| StartTask | start a specific Task. |
| AbortTask | abort a specific Task. |
| GetAllSourceDocumentsByQds | get all mounted sourcedocuments on a specific qds node of this cluster. |
| GetAllTasks | get all tasks of this cluster. |
| GetAllTasksByQds | get all tasks on a specific qds node of this cluster. |
| GetTaskByID | get a task by its id. |
| GetTriggersByTask | get all triggers by taskname. |
| SendMail | send a mail to a specific receipient. |