UCX series – User's Manual 95
Set Password for Authentication
INFO: Due to security reasons, the password is not stored in any property, so it can not be queried. No
password is set for default, giving a password before authorize the authentication is necessary.
Request and Response #password
ɯ <ip>
ɯ body: <password>
ɮ header: 200 OK
ɮ body: <password>
Parameters
Parameter description
<password> max. character length: 100
accepted characters: a-z, A-Z, 0-9
Example
ɯ
ɯ body: password
ɮ header: 200 OK
ɮ body: password
Enable Authentication
INFO: Set the password before enable the authentication, because no password is set for default. Restart
of the HTTP(S) services is required to apply the authentication settings.
Request and Response
ɯ <ip><port>
ɯ body: <status>
ɮ header: 200 OK
ɮ body: <status>
Parameters
Parameter description Parameter values
<port> Port type
HTTP
HTTPS
<status>
Authentication enabled
Authentication disabled
true
false
Example
ɯ
ɯ body: false
ɮ header: 200 OK
ɮ body: false