Skip to content

Attempts to initialise the specified devices. Returns a 200 if the request is successfully made. A websocket will notify the frontend when the devices are actually initialised.

POST
/api/v1/{tenantId}/system/initialise-devices

Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.

tenantId
required
string
object
tenantId
string
nullable
tenantUuid
string
nullable
deviceIds
Array<string>
nullable
action
integer format: int32
Allowed values: 0 1 2

OK

object

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable