action combell_get_scheduled_tasks {
label: "Overview of scheduled tasks"
description: "Manage scheduled tasks which are also manageable via the control panel."
provider: combell
method: GET
path: "/linuxhostings/{domainName}/scheduledtasks"
encoding: json
input: {
type: "object"
properties: {
domainName: {
type: "string"
}
domain_name: {
type: "string"
description: "Linux hosting domain name."
}
}
required: ["domainName", "domain_name"]
additionalProperties: false
}
output: {
type: "array"
items: {
type: "object"
properties: {
cron_expression: {
type: "string"
description: "Cron expression of scheduled task.
\n5-digit expressions (*/5 * * * *) are required in the following sequence: