Signal
Creates a new signal.
post/signal
Request body
namestring required
The human-readable name of the signal.
descriptionstring nullable
Optional description.
audienceIdstring required
The audience the spawned jobs will target.
jobDefinitionIdstring required
The job definition each firing creates a job from.
revisionNumberinteger nullable
Optional revision pin; omit for "latest at fire time".
intervalSecondsinteger required
Seconds between consecutive firings. Minimum 60.
isPublicboolean
If true the signal is readable by every authenticated user.
Response
OK
idstring required
The unique identifier of the created signal.
nextRunAtstring date-time required
Timestamp at which the first scheduled run will fire.