Deleting a session

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.15.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-02

Delete a generated session as follows.

  • 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 the session IDs of the user.

  • When deleting sessions in a VPS: Scope of the VPS

  1. Verify the ID of the session.

    REST API: GET /v1/objects/sessions

    CLI: session_list

  2. Delete sessions with the session IDs specified.

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

    CLI: session_delete

  3. Obtain a list of sessions and verify that the session is deleted.

    REST API: GET /v1/objects/sessions

    CLI: session_list