deleteLoginKey
    • PDF

    deleteLoginKey

    • PDF

    Article Summary

    概要

    サーバインスタンス(VM)にアクセスする時にログインキーを利用してパスワードを暗号化、複合化するキーを削除します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    keyNameYesStringMin:3, Max:30作成するキーの名称
    既に作成されたキー名が存在する場合はエラーが発生します。

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

    GET {SERVER_API_URL}/deleteLoginKey
    ?keyName=create-key-test
    

    レスポンス例示

    <deleteLoginKeyResponse>
      <requestId>348689a4-dbc0-40b6-b389-c38da6edcb22</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteLoginKeyResponse>
    

    エラーコード

    以下のエラーコードは、このアクション(Action)で特徴的に発生するエラーです。共通的に発生するエラーに対する詳細な説明はNAVER Cloud Platform APIをご参考ください。

    HTTP Response Codeリターンコードリターンメッセージ
    40010406The authentication key does not exist.
    40010407{0} is the authentication key being used by {1} server.
    40010408{0} is the authentication key being used {1} launch configuration.

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

    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.