Issuing an authentication ticket

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.16.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-03

Issue an authentication ticket. Authentication tickets are required to change and set configuration information and create dump files.

  • Role required to issue the authentication ticket for changing and setting configuration information: Security

  • Role required to issue the authentication ticket for generating a dump log file: Service

  1. Issue an authentication ticket.

    Run either of the following commands with expiration time of the ticket specified.

    REST API: POST /v1/objects/tickets

    CLI: ticket_create

    After running the command, you will receive a response indicating the authentication ticket and expiration time.

  2. Create an authentication ticket file from the issued authentication ticket.

    In the response after executing the command in step 1, the validity period and authentication ticket are displayed as follows: <authentication ticket> the string of the part of the file to a file.

    • Example of output in the REST API:

      {
          "ticket":"<authentication-ticket>"
          "expirationTime": "<expiration-time>",
      }
    • Example of output in the CLI when the format option is not specified:

      Ticket: <authentication-ticket>
      ExpirationTime: <expiration-time>
      
    Note: