Command | Permissions | Parameters | Description |
---|
asset | include: anonymous
| | Return the given asset from the given library Usage: http://localhost:5773/botmanager/asset/LIBNAME/ASSETNAME.ext |
compile | | db, id, cmd, java, python, js, params, import, returntype, readers, writers, sessionid | Compile the given command. |
convertdb | include: admin
| db, readers, writers, encryption, sessionid | Convert the permissions and on-disk encryption for this library. Currently supported encryption types are AES and NONE. |
delete | include: anonymous
| db, id, sessionid | Delete the given record from the given library. |
discover | | | Return the list of peers available on the local network. |
execute | include: anonymous
| db, id, args, sessionid | Execute the given command. |
getsettings | | issetup, defaultbot, discovery, machineid, portnum, requirepassword, syncapps, password | All parameters are optional. Get or set basic system settings. |
jsearch | include: anonymous
| db, id, java, imports, json, javascript, readers, writers, delete, sessionid, sessionlocation | Search the given library with the given saved search ID. If the java parameter is specified, it will replace the saved search algorithm with the given code. |
listbots | include: anonymous
| | List all currently running apps. |
newdb | include: admin
| db, readers, writers, encryption, sessionid | Create a new library with the given name, encryption and permissions. If permissions are not specified, admin access will be required to access the library. Currently supported encryption types are AES and NONE. |
primitives | include: anonymous
| | List the primitive functions installed on this device. |
read | include: anonymous
| db, id, sessionid | Read the given record from the given library. |
restart | | | Restart the Newbound Network on this device. |
savejava | | db, id, cmd, java, python, js, params, import, returntype, readers, writers, sessionid | Save the given command. |
savepython | | db, id, cmd, java, python, js, params, import, returntype, readers, writers, sessionid | Save the given command. |
setdeviceinfo | | | Deprecated. Do not use. |
startbot | | | Deprecated. Do not use. |
timer | | id, mode, params | Administer timer rules. Supported modes are 'get', 'set' and 'kill'. |
write | include: anonymous
| db, data, id, readers, writers, sessionid, sessionlocation | Write the data to the given library with the given permissions. If no record ID is provided, a unique one will be assigned and returned. The user who writes the record has default read access. If permissions are not specified, admin access will be required to access this record otherwise. |