action combell_get_scheduled_task {
label: "Get scheduled task detail"
provider: combell
method: GET
path: "/linuxhostings/{domainName}/scheduledtasks/{scheduledTaskId}"
encoding: json
input: {
type: "object"
properties: {
domainName: {
type: "string"
}
domain_name: {
type: "string"
description: "Linux hosting domain name."
}
scheduledTaskId: {
type: "string"
}
scheduled_task_id: {
type: "string"
description: "Id of the scheduled task."
}
}
required: ["domainName", "domain_name", "scheduledTaskId", "scheduled_task_id"]
additionalProperties: false
}
output: {
type: "object"
properties: {
cron_expression: {
type: "string"
description: "Cron expression of scheduled task.
\n5-digit expressions (*/5 * * * *) are required in the following sequence: