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 URLs for accessing the device properties pages are of the following form:
Page | Parameter | URL |
---|---|---|
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 GUID | https://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 GUID | https://server:port/webconsole/#/device/filetransfer?guid=<device guid>&u=<login>&p=<password> |