Obtaining session information

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.17.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-04

The following information can be obtained for the session with the session ID specified.

  • sessionId: Session ID (uuid)

  • userId: User ID

  • userObjectId: User object ID

  • expirationTime: Session expiration time

  • createdTime: Date and time when the session is generated

  • lastAccessTime: Date and time when the session was used last

  • roleNames: List of roles assigned to the user who retains this session

  • vpsId: ID of the VPS to which the user who generated the session belongs

  • privileges: List of the VPS information that the user who generated the session can access

  • Role required to specify any session ID in a VPS to which you belong: Security

    A user who does not have the Security role can specify only their own session IDs.

  1. Verify the ID of the session.

    REST API: GET /v1/objects/sessions

    CLI: session_list

  2. Obtain information about the session with the session ID specified.

    REST API: GET /v1/objects/sessions/<sessionId>

    CLI: session_show