deleteLoginKeys
    • PDF

    deleteLoginKeys

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This deletes the key that encrypts and decrypts the password using the login key when connecting to the server instance (VM).

    Request

    Request parameter

    Parameter NameRequired StatusTypeRestrictionsDescription
    keyNameList.NYesList<String>List of the key names to be deleted
    The keyName can be obtained through the getLoginKeyList action.
    ex) --keyNameList key1 key2
    responseFormatTypeNoStringFormat type for the response result
    Options : xml | json
    Default : xml

    Response

    Response data type

    • CommonResponse type
    CommonResponse
    private String requestId;
    private String returnCode;
    private String returnMessage;

    Example

    Request example

    ncloud vserver deleteLoginKeys --keyNameList test-***
    

    Response example

    <deleteLoginKeysResponse>
      <requestId>a4cc5d5d-9add-4c4a-ac40-450d19bcd3a8</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteLoginKeysResponse>
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.