![MuxLab 500418-POE Скачать руководство пользователя страница 56](http://html.mh-extra.com/html/muxlab/500418-poe/500418-poe_installation-manual_1860519056.webp)
© MuxLab Inc.
HDMI 4x8 & 8x8 Matrix Switch, HDBT, PoE Installation Guide
3.
Obtain Credentials for that Session ID
There are three permission levels that can be used to read/modify properties. These are:
0 – Guest: Can read all values. Cannot write or make changes.
1 – User:
Same as Guest, but can change matrix video connections.
2 – Admin: Can perform any command without restriction.
To obtain credentials, you will need to POST an array of two strings to
/var/auth.json
: the
userlevel, and the password associated to that user. For example:
POST /var/auth.json?sid=12345
POST data:
[“2”, “mypassword”]
4. Basic Authentication (Continued)
If successful, you will receive an
HTTP 201 Created
response.
Sessions will automatically close after 5 minutes of inactivity. They may also be
closed at any time by a
GET /var/logout.json
.
Page 56