List all triggers
List all triggers belonging to a specified Organization or Project.
path Parameters
regionThe region you want to target
query Parameters
pagePage number to return.
page_sizeMaximum number of triggers to return per page.
order_byOrder in which to return results.
List all triggers › Responses
total_countTotal count of existing triggers (matching any filters specified).
Triggers on this page.
Create a trigger
Create a new trigger for a specified function.
path Parameters
regionThe region you want to target
Create a trigger › Request Body
nameName of the trigger.
function_idID of the function to trigger.
descriptionDescription of the trigger.
Configuration for a Scaleway Messaging and Queuing SQS queue.
Configuration for a Scaleway Messaging and Queuing NATS subject.
Create a trigger › Responses
idID of the trigger.
nameName of the trigger.
descriptionDescription of the trigger.
function_idID of the function to trigger.
input_typeType of the input.
statusStatus of the trigger.
error_messageError message of the trigger.
Configuration for a Scaleway Messaging and Queuing SQS queue.
Configuration for a Scaleway Messaging and Queuing NATS subject.
Get a trigger
Get a trigger with a specified ID.
path Parameters
regionThe region you want to target
trigger_idID of the trigger to get.
Get a trigger › Responses
idID of the trigger.
nameName of the trigger.
descriptionDescription of the trigger.
function_idID of the function to trigger.
input_typeType of the input.
statusStatus of the trigger.
error_messageError message of the trigger.
Configuration for a Scaleway Messaging and Queuing SQS queue.
Configuration for a Scaleway Messaging and Queuing NATS subject.
Delete a trigger
Delete a trigger with a specified ID.
path Parameters
regionThe region you want to target
trigger_idID of the trigger to delete.
Delete a trigger › Responses
idID of the trigger.
nameName of the trigger.
descriptionDescription of the trigger.
function_idID of the function to trigger.
input_typeType of the input.
statusStatus of the trigger.
error_messageError message of the trigger.
Configuration for a Scaleway Messaging and Queuing SQS queue.
Configuration for a Scaleway Messaging and Queuing NATS subject.
Update a trigger
Update a trigger with a specified ID.
path Parameters
regionThe region you want to target
trigger_idID of the trigger to update.
Update a trigger › Request Body
nameName of the trigger.
descriptionDescription of the trigger.
Update a trigger › Responses
idID of the trigger.
nameName of the trigger.
descriptionDescription of the trigger.
function_idID of the function to trigger.
input_typeType of the input.
statusStatus of the trigger.
error_messageError message of the trigger.
Configuration for a Scaleway Messaging and Queuing SQS queue.
Configuration for a Scaleway Messaging and Queuing NATS subject.