Launching the web console for device access

You can launch the web console and directly access the device properties pages using device ID, device GUID, and device name. 

The query parameters used for authentication are: https://server:port/webconsole/#/any_uri?u=<login>&p=<password>

The clear text user ID and password parameters are available for convenience for internal use within your organization. Use extreme caution when including the user ID and password parameters in this manner as they could be seen by other users and then used to access the system. For the best security, we recommend that you exclude the user ID and password parameters from the URL. The first time you try to connect using one of these URLs without the user ID and password, you will be prompted to enter the credentials and will then be authenticated. Your credentials will then be stored in a browser cookie that will automatically authenticate you on subsequent connections. 

The URLs for accessing the device properties pages are of the following form:

PageParameterURL
Overview

Device name

https://server:port/webconsole/#/device/overview?name=<device name>u=<login>&p=<password>

Device ID

https://server:port/webconsole/#/device/<deviceID>/overview?u=<login>&p=<password>

Device GUID

https://server:port/webconsole/#/device/overview?guid=<device guid>&u=<login>&p=<password>

Remote Control

Device name

https://server:port/webconsole/#/rc/device?name=<device name>&u=<login>&p=<password>

Device ID

https://server:port/webconsole/#/rc/device?id=<deviceId>&u=<login>&p=<password>

Device GUID

https://server:port/webconsole/#/rc/device?guid=<device guid>&u=<login>&p=<password>

Inventories

Device name

https://server:port/webconsole/#/device/inventories?invindex=1&name=<device name>&u=<login>&p=<password>

Device ID

https://server:port/webconsole/#/device/<deviceID>/Inventories?invindex=1&u=<login>&p=<password>

Device GUIDhttps://server:port/webconsole/#/device/inventories?invindex=1&guid=<device guid>&u=<login>&p=<password>
File transfer

Device name

https://server:port/webconsole/#/device/filetransfer?name=<device name>&u=<login>&p=<password>

Device ID

https://server:port/webconsole/#/device/<deviceID>/filetransfer?u=<login>&p=<password>

Device GUIDhttps://server:port/webconsole/#/device/filetransfer?guid=<device guid>&u=<login>&p=<password>
Was this page helpful? Yes No Submitting... Thank you

Comments