Terminating Sessions¶
In case the administrator notices access rights misuse, Fudo Enterprise allows to terminate the live session.
Data Structures¶
Attribute |
Type |
Required |
Description |
|---|---|---|---|
|
string |
yes |
ID of the session to terminate. |
Retrieve Available Attributes of the SessionTerminateModel¶
Request
Method |
|
Path |
|
GET /api/v2/objspec/session_terminate
Example Request
curl -s -k -X GET \
-H 'Authorization: sgfeea6jsaz4mum9su8w6' \
'https://10.0.214.98/api/v2/objspec/session_terminate'
Terminate Live Session¶
Request
Method |
|
Path |
|
POST /api/v2/session/<session_id>/terminate
Example Request
curl -s -k -X POST \
-H 'Authorization: sgfeea6jsaz4mum9su8w6' \
'https://10.31.92.108/api/v2/session/4665729213955833862/terminate'
Response
{
"result": "success"
}