MENU
      getCloudPostgresqlBucketList

        getCloudPostgresqlBucketList


        記事の要約

        VPC環境で利用できます。

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

        リクエスト

        リクエスト形式を説明します。リクエスト形式は次の通りです。

        メソッドURI
        GET, POST/getCloudPostgresqlBucketList

        リクエストヘッダ

        Cloud DB for PostgreSQL (VPC) APIで共通して使用されるヘッダの詳細は、Cloud DB for PostgreSQL (VPC)のリクエストヘッダをご参照ください。

        リクエストパラメータ

        パラメータの説明は次の通りです。

        フィールドタイプ必須の有無説明
        regionCodeStringOptionalリージョンコード
        • 照会対象の Cloud DB for PostgreSQLインスタンスのリージョンコード
        • getRegionListを通じて確認
        • getRegionList照会結果の最初のリージョン(デフォルト)
        cloudPostgresqlServerInstanceNoStringOptionalCloud DB for PostgreSQLサーバインスタンス番号
        • getCloudPostgresqlInstanceListを通じて確認
        • 入力時、そのインスタンスでアクセス可能な Object Storageバケットリストを照会
        responseFormatTypeStringOptionalレスポンス結果の形式
        • xml(デフォルト) | json

        リクエスト例

        リクエストのサンプルコードは次の通りです。

        curl --location --request GET 'https://ncloud.apigw.ntruss.com/vpostgresql/v2/getCloudPostgresqlBucketList
        ?regionCode=KR
        &cloudPostgresqlServerInstanceNo=****925'
        --header 'x-ncp-apigw-timestamp: {Timestamp}'
        --header 'x-ncp-iam-access-key: {Access Key}'
        --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
        Curl

        レスポンス

        レスポンス形式を説明します。

        レスポンスボディ

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

        レスポンスステータスコード

        NAVERクラウドプラットフォームでで共通して使用されるレスポンスステータスコードの詳細は、Ncloud APIのレスポンスステータスコードをご参照ください。

        レスポンス例

        レスポンスのサンプルコードは次の通りです。

        • responseFormatType=jsonの場合
        {
            "getCloudPostgresqlBucketListResponse": {
                "totalRows": 2,
                "cloudPostgresqlBucketList": [
                    {
                        "bucketName": "bucket***"
                    },
                    {
                        "bucketName": "bucket***"
                    }
                ],
                "requestId": "7b000498-****-****-****-b357e6916bc8",
                "returnCode": "0",
                "returnMessage": "success"
            }
        }
        JSON
        • responseFormatType=xml(デフォルト)の場合
        <?xml version="1.0" encoding="UTF-8"?>
        <getCloudPostgresqlBucketListResponse>
            <requestId>7b000498-****-****-****-b357e6916bc8</requestId>
            <returnCode>0</returnCode>
            <returnMessage>success</returnMessage>
            <totalRows>2</totalRows>
            <cloudPostgresqlBucketList>
                <cloudPostgresqlBucket>
                    <bucketName>bucket***</bucketName>
                </cloudPostgresqlBucket>
                <cloudPostgresqlBucket>
                    <bucketName>bucket***</bucketName>
                </cloudPostgresqlBucket>
            </cloudPostgresqlBucketList>
        </getCloudPostgresqlBucketListResponse>
        XML

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

        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.