app-golden_config

On this page:

addDevicesToNodeById

Summary

addDevicesToNodeById Task

Description

Add a list of devices to a specific node ID.

Route

POST /golden_config/addDevicesById

Roles

admin engineering support

Parameters

DetailsExampleSchema
Name Type Required Description
devices array yes Device names.
treeid string yes ID of tree.
nodeid string yes ID of node to link devices.

Return

DetailsExampleSchema
Name Type Description
data object Updated list of devices, it returns a string if it fails.