You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
400, [errors] -> implies that a bad initiation protocol was provided or other conflict has occured. Returns list of error messages
401, 'Invalid Credentials' -> invalid credentials in the auth argument in post
500, error message -> error occured on PBRcontrol, report immediately
-> returns dictionary of requested node_ids, each has a dict of requested devices. If the device was initiated, its value in the dict is 1, otherwise 0 (e.g. if the device already exists on node. This can happen by user trying to initiate multiple devices of the same type on one node)
-> if the node already exists, initiation will fail and the value of node_id in dict will be False