Concise description
- Note: This interface directly opens the VR client monitoring page and is used in conjunction with the a tag
Request URL
{{adminHost:8181}}//client/monitorPage
Request Method
Request Query Parameters
Field Name |
Sample |
Required |
Type |
Note |
clientId |
|
Yes |
string |
clientId |
adminKey |
603284317954637824 |
Yes |
string |
This parameter is for backend management access credentials, which can be viewed in LarkXR3.3 backend access management |
timestamp |
8641706679604867 |
Yes |
string |
The timestamp when sending a request, in milliseconds |
signature |
9A02B47AE67664D80A2ED13FC2B1691512613790 |
Yes |
string |
This parameter is a key signature. Sort the adminKey (viewed in LarkXR3.2 backend access management), adminSecret (viewed in LarkXR3.3 backend access management), and current timestamp (long value) in alphabetical order, and then perform SHA-1 summary signature. Please refer to the example of [Obtaining Voucher Signature |
Success Response Example
//Reference example (automatic rate adjustment, recommended)
<a href="http://192.168.1.11:8181/client/monitorPage?clientId=10002&adminKey=603299366654678855×tamp=1585729005673&signature=4C1BFE264A113A99C526BF5565EEBE642792A0B6" target="_blank">
<button>Enter the client monitoring screen</button>
</a>
Note