getCloudPostgresqlImageProductList
    • PDF

    getCloudPostgresqlImageProductList

    • PDF

    Article Summary

    Available in VPC

    Views Cloud DB for PostgreSQL product code list.

    Requests

    Request Parameters

    ParameterTypeRequirement StatusDescriptionRestrictions
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - default: Selects the first region of the getRegionList query results
    -
    productCodeStringNCloud DB for PostgreSQL image product code to be queried
    - productCode can be obtained via the getCloudPostgresqlImageProductList action's productCode
    -
    exclusionProductCodeStringNCloud DB for PostgreSQL image product codes to be excluded
    - exclusionProductCode can be obtained via the getCloudPostgresqlImageProductList action's productCode
    -
    responseFormatTypeStringNFormat type of the response result
    - options: xml | json
    - default: xml
    -

    Responses

    Response bodies

    For response bodies, refer to ProductList.

    Examples

    Request Examples

    The following is an example of a request body.

    GET {API_URL}/getCloudPostgresqlImageProductList
    ?regionCode=KR
    

    Response examples

    The following are examples of responses.

    If the response shows that format type (responseFormatType) is json

    {
      "getCloudPostgresqlImageProductListResponse": {
        "requestId": "15607e06-e159-40d6-a6e3-00d9f7ba167c",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 3,
        "productList": [
          {
            "productCode": "SW.VPGSL.OS.LNX64.CNTOS.0708.PGSQL.133.B050",
            "productName": "PostgreSQL 13.3",
            "productType": {
              "code": "LINUX",
              "codeName": "Linux"
            },
            "productDescription": "CentOS 7.8 with PostgreSQL 13.3",
            "infraResourceType": {
              "code": "SW",
              "codeName": "Software"
            },
            "baseBlockStorageSize": 53687091200,
            "platformType": {
              "code": "LNX64",
              "codeName": "Linux 64 Bit"
            },
            "osInformation": "CentOS 7.8 with PostgreSQL 13.3 (64-bit)",
            "generationCode": "G2"
          },
          {
            "productCode": "SW.VPGSL.OS.LNX64.CNTOS.0708.PGSQL.137.B050",
            "productName": "PostgreSQL 13.7",
            "productType": {
              "code": "LINUX",
              "codeName": "Linux"
            },
            "productDescription": "CentOS 7.8 with PostgreSQL 13.7",
            "infraResourceType": {
              "code": "SW",
              "codeName": "Software"
            },
            "baseBlockStorageSize": 53687091200,
            "platformType": {
              "code": "LNX64",
              "codeName": "Linux 64 Bit"
            },
            "osInformation": "CentOS 7.8 with PostgreSQL 13.7 (64-bit)",
            "generationCode": "G2"
          },
          {
            "productCode": "SW.VPGSL.OS.LNX64.CNTOS.0708.PGSQL.1310.B050",
            "productName": "PostgreSQL 13.10",
            "productType": {
              "code": "LINUX",
              "codeName": "Linux"
            },
            "productDescription": "CentOS 7.8 with PostgreSQL 13.10",
            "infraResourceType": {
              "code": "SW",
              "codeName": "Software"
            },
            "baseBlockStorageSize": 53687091200,
            "platformType": {
              "code": "LNX64",
              "codeName": "Linux 64 Bit"
            },
            "osInformation": "CentOS 7.8 with PostgreSQL 13.10 (64-bit)",
            "generationCode": "G2"
          }
        ]
      }
    }
    

    If the response shows that format type (responseFormatType) is xml

    <getCloudPostgresqlImageProductListResponse>
        <requestId>15607e06-e159-40d6-a6e3-00d9f7ba167c</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>3</totalRows>
        <productList>
            <product>
                <productCode>SW.VPGSL.OS.LNX64.CNTOS.0708.PGSQL.133.B050</productCode>
                <productName>PostgreSQL 13.3</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with PostgreSQL 13.3</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <baseBlockStorageSize>53687091200</baseBlockStorageSize>
                <platformType>
                    <code>LNX64</code>
                    <codeName>Linux 64 Bit</codeName>
                </platformType>
                <osInformation>CentOS 7.8 with PostgreSQL 13.3 (64-bit)</osInformation>
                <generationCode>G2</generationCode>
            </product>
            <product>
                <productCode>SW.VPGSL.OS.LNX64.CNTOS.0708.PGSQL.137.B050</productCode>
                <productName>PostgreSQL 13.7</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with PostgreSQL 13.7</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <baseBlockStorageSize>53687091200</baseBlockStorageSize>
                <platformType>
                    <code>LNX64</code>
                    <codeName>Linux 64 Bit</codeName>
                </platformType>
                <osInformation>CentOS 7.8 with PostgreSQL 13.7 (64-bit)</osInformation>
                <generationCode>G2</generationCode>
            </product>
            <product>
                <productCode>SW.VPGSL.OS.LNX64.CNTOS.0708.PGSQL.1310.B050</productCode>
                <productName>PostgreSQL 13.10</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with PostgreSQL 13.10</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <baseBlockStorageSize>53687091200</baseBlockStorageSize>
                <platformType>
                    <code>LNX64</code>
                    <codeName>Linux 64 Bit</codeName>
                </platformType>
                <osInformation>CentOS 7.8 with PostgreSQL 13.10 (64-bit)</osInformation>
                <generationCode>G2</generationCode>
            </product>
        </productList>
    </getCloudPostgresqlImageProductListResponse>
    

    Was this article helpful?

    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.