Terminating Sessions

In case the administrator notices access rights misuse, Fudo Enterprise allows to terminate the live session.


Data Structures

SessionTerminateModel

Attribute

Type

Required

Description

session_id

string

yes

ID of the session to terminate.

Retrieve Available Attributes of the SessionTerminateModel

Request

Method

GET

Path

/api/v2/objspec/session_terminate

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

POST

Path

/api/v2/session/<session_id>/terminate

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"
}