Skip to main content

Get Session Details

This operation returns a list of sessions for a user. The API applies to all Commvault consoles, all mobile applications, and the command line interface.

More Details

Query Parameters
  • userId string
Responses

OK


Schema
  • sessions object[]
  • lastAccessedTime integer
  • logoutTime integer
  • loginTime integer
  • host string
  • location string
  • sessionId string
  • browserSessionId integer
  • consoleType integer
  • user object
  • userName string
  • userId integer
GET /sessions    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
userId — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'