Backend_Cronjob

struct

This object represents a cronjob which can invoke an action at a specific interval

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
name String Unique name of the object
cron String The cron expression i.e. */5 * * * * for every 5 minutes
action String The target action which gets invoked
executeDate DateTime The last execution date
exitCode Integer The last exit code
metadata Common_Metadata Use this parameter to attach key-value data
errors Contains an array of errors in case the cronjob has failed
part of the Apioo-Project