app-golden_config

On this page:

addDevicesToNodeById

Summary

Add a list of devices to a Node

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 array Updated list of devices, it returns a string if it fails.