triggers
A trigger is an object that specifies an automatic execution of a job definition, for example with a periodic CRON schedule
List triggers of a job definition
path Parameters
regionThe region you want to target
query Parameters
job_definition_idUUID of the job definition.
pagePage number from paginated list of triggers.
page_sizeNumber of triggers per page.
order_bySorting order of triggers.
List triggers of a job definition › Responses
List of triggers.
total_countTotal count of triggers.
Create a trigger
path Parameters
regionThe region you want to target
Create a trigger › Request Body
job_definition_idUUID of the job definition.
nameName of the trigger.
Configuration of the CRON trigger.
Create a trigger › Responses
idUUID of the trigger. (UUID format)
job_definition_idUUID of the job definition. (UUID format)
nameHuman readable name of the trigger.
created_atCreation time of the trigger. (RFC 3339 format)
updated_atLast update time of the trigger. (RFC 3339 format)
Configuration of the CRON trigger.
Get a trigger
path Parameters
regionThe region you want to target
trigger_idUUID of the trigger.
Get a trigger › Responses
idUUID of the trigger. (UUID format)
job_definition_idUUID of the job definition. (UUID format)
nameHuman readable name of the trigger.
created_atCreation time of the trigger. (RFC 3339 format)
updated_atLast update time of the trigger. (RFC 3339 format)
Configuration of the CRON trigger.
Update a trigger
path Parameters
regionThe region you want to target
trigger_idUUID of the trigger.
Update a trigger › Request Body
nameName of the trigger.
Configuration of the CRON trigger.
Update a trigger › Responses
idUUID of the trigger. (UUID format)
job_definition_idUUID of the job definition. (UUID format)
nameHuman readable name of the trigger.
created_atCreation time of the trigger. (RFC 3339 format)
updated_atLast update time of the trigger. (RFC 3339 format)
Configuration of the CRON trigger.