Documentation
|
paths on an eNetMini:
/api/v1/httpsu for the "SU" user
/api/v1/httprw for the "RW" user
/api/v1/httpro for the "RO" user
Some devices secure access to their homepage using the HTTP authentication method. In this case, the authentication can also be managed by the REST API. In contrast to the access keys every security level of the user accounts has his own endpoint, which is secured with its own apikey pair. So users can only read and set the user name and password of the account, they have access to. The structure of the endpoints is the same for all users. The default http endpoint of the "RO" user on a eNetMini is shown below.
Variable | Description | datatype | writable |
---|---|---|---|
name | username for the http authentication | string | yes |
pass | input's last change | string | yes |