HostingCronAdd

This function can be used to set up a new cron job for a web hosting subscription.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

subscription

string

^.{1,64}$

no

Name of the hosting subscription

active

integer

^[01]$

no

Cron job enabled? 0 = no, 1 = yes

minute

string

^.{1,50}$

no

Minute (e.g. */5 or 10,20,30)

hour

string

^.{1,50}$

no

Hour

day

string

^.{1,50}$

no

Day

month

string

^.{1,50}$

no

Month

weekday

string

^.{1,50}$

no

Weekday

command

string

^.{1,250}$

no

Command to run

Response

Field

Type

Null?

Description

status

string

no

Status („ok“)


Zuletzt aktualisiert am 29.06.2020.
weiter: HostingDCVCreate
zurück: CustomerGet