Track session start
POST/aaa/sessions/start
JSON-RPC
aaa.sessions.start
The method is used to track the start of a session within active sessions. The use case is to track active sessions for the purpose of the capacity control and "Active Sessions" report available in the system.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
None on success. Error is raised otherwise.
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