deleteLoginKey
    • PDF

    deleteLoginKey

    • PDF

    記事の要約

    概要

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    keyNameYesString最小: 3, 最大: 30- 作成するキー名
    既に作成されたキー名が存在する場合はエラーが発生
    responseFormatTypeNoString- レスポンス結果の形式タイプ
    オプション: xml | json
    デフォルト: xml

    レスポンス

    レスポンスボディ

    リクエスト例

    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クラウドプラットフォーム 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.