Track session stop
POST/aaa/sessions/stop
JSON-RPC
aaa.sessions.stop
The method is used to track the stop of a session within active sessions. It removes active session record from the registry and updates capacities.
warning
The method affects only active sessions registry and tracking of capacities. It does not store xDR records. Use "xDRs processing / Store xDR" for this purpose.
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