deleteLoginKey
    • PDF

    deleteLoginKey

    • PDF

    Article Summary

    概要

    ログインキー削除

    説明

    サーバインスタンス(VM)を作成し、作成されたサーバインスタンス(VM)に接続する時にログインキーを利用してパスワードを暗号化・復号化するキーを削除します。

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    keyNameYesStringMin:3, Max:30削除するキー名
    キー名が存在しない場合、エラーが発生します。

    レスポンスデータタイプ

    • CommonResponseタイプ
    CommonResponse
    private String requestId;
    private String returnCode;
    private String returnMessage;

    例示

    呼び出し

    ncloud server deleteLoginKey --keyName ncloudTest
    

    レスポンス

    {
      "deleteLoginKeyResponse": {
        "requestId": "ec948e36-9e57-4347-bd96-7859cb972100",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <deleteLoginKeyResponse>
      <requestId>ec948e36-9e57-4347-bd96-7859cb972100</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteLoginKeyResponse>
    

    この記事は役に立ちましたか?

    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.