Deleting a CHAP user

Virtual Storage Platform One SDS Block System Administrator Guide

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

Delete a CHAP user as follows.

  • Required role: Security

  1. Verify the ID of the CHAP user to be deleted.

    If you use the CLI to specify a CHAP user with a CHAP user name, check the CHAP user name.

    REST API: GET /v1/objects/chap-users

    CLI: chap_user_list

  2. Delete a CHAP user.

    Run either of the following commands with the ID of the CHAP user specified.

    If you use the CLI, you can specify the CHAP user name instead of the CHAP user's ID.

    REST API: DELETE /v1/objects/chap-users/<chapUserId>

    CLI: chap_user_delete

    Verify the job ID which is displayed after the command is run.

  3. Verify the state of the job by specifying the job ID.

    REST API: GET /v1/objects/jobs/<jobId>

    CLI: job_show

    If the job state is "Succeeded", the job is completed.

  4. (Virtual machine)(Bare metal) Back up the configuration information.

    Perform this step by referring to Backing up the configuration information (Virtual machine)(Bare metal).

    If you continue operations with other procedures, you must back up the configuration information after you have completed all operations.