Wiki

Clone wiki

Numera.LibrisAPI / configuration.load

Home > API Reference Documentation > configuration.load

configuration.load

The configuration.load action is used to load all the settings related to either a realm or a device.

Input Parameters

PropertyRequiredDescription
realmno
imeinoIf you want to return the configuration for a device
no_sourcenoSet to true if you don't want to know where a setting came from , will not include source in the output

Output

A result object with the settings:

PropertyDescription
settingsAn array of setting objects:

* name - Setting name
* value - Setting value
* source - Will tell you where the setting comes from, SYSTEM, DEVICE, or the name of the realm

Updated