5.19.1 api automation trigger

The /api/automation/trigger function is used for the HttpTrigger automation function activation.

The function is part of the Automation API service and the user must be assigned the Automation Access privilege for authentication if required. 

The GET method can be used for this function.

The function is set according to triggerId with request parameters.

The response is in the application/json format and provides a summary of device information:

Example:

{
  "success" : true
}