getCloudPostgresqlBucketList
    • PDF

    getCloudPostgresqlBucketList

    • PDF

    Article Summary

    VPC環境で利用できます。

    Cloud DB for PostgreSQLで使用できる Object Storageバケットリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータタイプ要否説明制約事項
    regionCodeStringNリージョンコード
    - regionCodeは、getRegionListアクションを通じて取得する
    - default: getRegionList照会結果の最初のリージョンを選択する
    -
    cloudPostgresqlServerInstanceNoStringNCloud DB for PostgreSQLサーバインスタンス番号
    - cloudPostgresqlServerInstanceNoは、getCloudPostgresqlInstanceListアクションを通じて取得する
    - 入力時そのインスタンスでアクセスできる Object Storageバケットリスト照会する
    -
    responseFormatTypeStringNレスポンス結果のフォーマットタイプ
    - options: xml | json
    - default: xml
    -

    レスポンス

    レスポンスボディ

    レスポンスボディは、CloudPostgresqlBucketListをご参照ください。

    リクエスト例

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

    GET {API_URL}/getCloudPostgresqlBucketList
    ?regionCode=KR
    &cloudPostgresqlServerInstanceNo=****890
    

    レスポンス例

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

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

    {
      "getCloudPostgresqlBucketListResponse": {
        "requestId": "40cb968e-72ef-42d3-adc3-e392e8f7cc99",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": 2,
        "cloudPostgresqlBucketList": [
          {
            "bucketName": "bucket***"
          },
          {
            "bucketName": "bucket***"
          }
        ]
      }
    }
    

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

    <getCloudPostgresqlBucketListResponse>
        <requestId>40cb968e-72ef-42d3-adc3-e392e8f7cc99</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <cloudPostgresqlBucketList>
            <cloudPostgresqlBucket>
                <bucketName>bucket***</bucketName>
            </cloudPostgresqlBucket>
            <cloudPostgresqlBucket>
                <bucketName>bucket***</bucketName>
            </cloudPostgresqlBucket>
        </cloudPostgresqlBucketList>
    </getCloudPostgresqlBucketListResponse>
    

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

    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.