deleteCloudPostgresqlUserList
    • PDF

    deleteCloudPostgresqlUserList

    • PDF

    Article Summary

    VPC環境で利用できます。

    Cloud DB for PostgreSQL DB Userを削除します。

    リクエスト

    リクエストパラメータ

    パラメータタイプ要否説明制約事項
    regionCodeStringNリージョンコード
    - regionCodeは、getRegionListアクションを通じて取得する
    - default: getRegionList照会結果の最初のリージョンを選択する
    -
    cloudPostgresqlInstanceNoStringYCloud DB for PostgreSQLインスタンス番号
    - cloudPostgresqlInstanceNoは、getCloudPostgresqlInstanceListアクションを通じて取得する
    -
    cloudPostgresqlUserList.N.nameList<String>Y削除する Cloud DB for PostgreSQL DB User ID
    - User作業は、一度に最大10個可能
    - アルファベットの小文字、数字、アンダースコア( _ )のみ入力可能で、先頭文字はアルファベットにする
    - Min: 4
    - Max: 16
    responseFormatTypeStringNレスポンス結果のフォーマットタイプ
    - options: xml | json
    - default: xml
    -

    リクエスト例

    リクエスト構文例は次のとおりです。

    GET {API_URL}/deleteCloudPostgresqlUserList
    ?regionCode=KR
    &cloudPostgresqlInstanceNo=****890
    &cloudPostgresqlUserList.1.name=testuser
    

    レスポンス例

    レスポンス構文例は、次のとおりです。

    レスポンス結果のフォーマットタイプ(responseFormatType)が jsonの場合

    {
      "deleteCloudPostgresqlUserListResponse": {
        "requestId": "2afd05f7-8817-4234-8a77-c9a5906133d8",
        "returnCode": 0,
        "returnMessage": "success"
      }
    }
    

    レスポンス結果のフォーマットタイプ(responseFormatType)が xmlの場合

    <deleteCloudPostgresqlUserListResponse>
      <requestId>2afd05f7-8817-4234-8a77-c9a5906133d8</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteCloudPostgresqlUserListResponse>
    

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

    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.