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
- 200
- 401
- 403
- 500
Current IoT-rule action mode for both rules
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error