Skip to main content

Get the current IoT-rule action mode for event-handler lambdas

GET 

/v1/admin/iot-event-mode

Returns the action currently attached to node_disconnected_rule and node_to_cloud_rule — either direct (IoT rule invokes the lambda directly) or sqs (IoT rule writes to an SQS queue that the lambda consumes in batches). Both modes are pre-provisioned at deploy time; this endpoint reports which one is currently active. Only super admin users can access this endpoint.

Responses

Current IoT-rule action mode for both rules