Authenticate client
POST/aaa/authenticate
JSON-RPC
aaa.authenticate
The method is used to authenticate the client according to the accounts defined in the system. The typical use case is to authenticate the client on an attempt to register on the equipment.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Authentication result.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred