Add device to RMS via API, can't set device series

Hello,

we would like to add our devices via the RMS API.
https://developers.rms.teltonika-networks.com/pages/api.html#/devices/addDevice

It works, but we can only set the device series “rut” not “rut951”.

| device_series* | string
example: rut
** |
|----|----|

Device series type.

Enum:
[rut, trb, tcr, tap, otd, swm]

How can i set the series to RUT951?

image

Thanks

Regards mmeliso

Greetings, @mmeliso,

Thank you for reaching out.

The Series field refers to the general product family of the device, for example:

  • RUT – Routers (e.g. RUT951)
  • TRB – Gateways (e.g. TRB500)
  • TCR – Home routers (e.g. TCR100)
  • TAP – Access points (e.g. TAP200)
  • OTD – Outdoor routers (e.g. OTD500)
  • SWM – Switches (e.g. SWM282)

This classification directly corresponds to the Add Device section in the RMS web application, as shown below:

In this context, RUT951 is the device model, not the series. Therefore, it is not possible to set the series value to RUT951; the correct series selection would be RUT.

I hope this clarifies the distinction. Please let me know if you have any further questions.

Warm regards,
V.

Hello @Vilius

thanks for the information.

Is there a way to update / set the model via api?

All imported devices via the RMS web application have the model RUT951.

Thanks

Regards mmeliso

Hello, @mmeliso ,

Thank you for your swift response.

You may use the name parameter to specify the device model, as there is no dedicated setting that explicitly defines the model of the device.

Kind regards,
V.