Namespace: schedule
Method: archiveActions Description:
- int - 1 on success, exception thrown otherwise.
Method: cancelActions Description:
- int - 1 on success, exception thrown otherwise.
Method: deleteActions Description:
- int - 1 on success, exception thrown otherwise.
Method: failSystemAction Description:
- int - 1 on success, exception thrown otherwise.
Method: failSystemAction Description:
- int - 1 on success, exception thrown otherwise.
Method: listAllActions Description:
- array:
- struct - action
- int "id" - Action Id.
- string "name" - Action name.
- string "type" - Action type.
- string "scheduler" - The user that scheduled the action. (optional)
- dateTime.iso8601 "earliest" - The earliest date and time the action will be performed
- int "completedSystems" - Number of systems that completed the action.
- int "failedSystems" - Number of systems that failed the action.
- int "inProgressSystems" - Number of systems that are in progress.
Method: listArchivedActions Description:
- array:
- struct - action
- int "id" - Action Id.
- string "name" - Action name.
- string "type" - Action type.
- string "scheduler" - The user that scheduled the action. (optional)
- dateTime.iso8601 "earliest" - The earliest date and time the action will be performed
- int "completedSystems" - Number of systems that completed the action.
- int "failedSystems" - Number of systems that failed the action.
- int "inProgressSystems" - Number of systems that are in progress.
Method: listCompletedActions Description:
- array:
- struct - action
- int "id" - Action Id.
- string "name" - Action name.
- string "type" - Action type.
- string "scheduler" - The user that scheduled the action. (optional)
- dateTime.iso8601 "earliest" - The earliest date and time the action will be performed
- int "completedSystems" - Number of systems that completed the action.
- int "failedSystems" - Number of systems that failed the action.
- int "inProgressSystems" - Number of systems that are in progress.
Method: listCompletedSystems Description:
- array:
- struct - system
- int "server_id"
- string "server_name" - Server name.
- string "base_channel" - Base channel used by the server.
- dateTime.iso8601 "timestamp" - The time the action was completed
- string "message" - Optional message containing details on the execution of the action. For example, if the action failed, this will contain the failure text.
Method: listFailedActions Description:
- array:
- struct - action
- int "id" - Action Id.
- string "name" - Action name.
- string "type" - Action type.
- string "scheduler" - The user that scheduled the action. (optional)
- dateTime.iso8601 "earliest" - The earliest date and time the action will be performed
- int "completedSystems" - Number of systems that completed the action.
- int "failedSystems" - Number of systems that failed the action.
- int "inProgressSystems" - Number of systems that are in progress.
Method: listFailedSystems Description:
- array:
- struct - system
- int "server_id"
- string "server_name" - Server name.
- string "base_channel" - Base channel used by the server.
- dateTime.iso8601 "timestamp" - The time the action was completed
- string "message" - Optional message containing details on the execution of the action. For example, if the action failed, this will contain the failure text.
Method: listInProgressActions Description:
- array:
- struct - action
- int "id" - Action Id.
- string "name" - Action name.
- string "type" - Action type.
- string "scheduler" - The user that scheduled the action. (optional)
- dateTime.iso8601 "earliest" - The earliest date and time the action will be performed
- int "completedSystems" - Number of systems that completed the action.
- int "failedSystems" - Number of systems that failed the action.
- int "inProgressSystems" - Number of systems that are in progress.
Method: listInProgressSystems Description:
- array:
- struct - system
- int "server_id"
- string "server_name" - Server name.
- string "base_channel" - Base channel used by the server.
- dateTime.iso8601 "timestamp" - The time the action was completed
- string "message" - Optional message containing details on the execution of the action. For example, if the action failed, this will contain the failure text.
Method: rescheduleActions Description:
- int - 1 on success, exception thrown otherwise.
Generated on 3/4/2020
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4