getCloudMysqlImageProductList
    • PDF

    getCloudMysqlImageProductList

    • PDF

    Article Summary

    Available in VPC

    Cloud DB for MySQL product code list is viewed.

    Requests

    Request Parameters

    ParametersTypeRequirement statusDescriptionRestrictions
    regionCodeStringNRegion code for which Cloud DB for MySQL instance exists
    - Can be obtained through getRegionList action
    - Default: choose the first region viewed through getRegionList
    -
    productCodeStringNoCloud DB for MySQL image product code to be viewed
    - Can be obtained through by selecting getCloudMysqlImageProductList and then productCode
    -
    exclusionProductCodeStringNoCloud DB for MySQL image product code to be excluded
    - Can be obtained through by selecting getCloudMysqlImageProductList and then productCode
    -
    generationCodeStringNGeneration code
    - options: G2 | G3
    -
    responseFormatTypeStringNFormat type for the response results
    - options: xml | json
    - default: xml
    -

    Responses

    Response bodies

    For response body, please refer to CloudDbProductList.

    Examples

    Request Examples

    The following is an example of a request body.

    GET {API_URL}/getCloudMysqlImageProductList
    ?regionCode=KR
    &productCode=SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050
    &exclusionProductCode=SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5729.B050
    

    Response examples

    The following are examples of responses.

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

    {
      "getCloudMysqlImageProductListResponse": {
        "requestId": "3d1be0bf-5ae0-4c46-85e3-6815171c1f3a",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 1,
        "productList": {
          "product": {
            "productCode": "SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050",
            "productName": "mysql(5.7.32)",
            "productType": {
              "code": "LINUX",
              "codeName": "Linux"
            },
            "productDescription": "CentOS 7.8 with MySQL 5.7.32",
            "infraResourceType": {
              "code": "SW",
              "codeName": "Software"
            },
            "platformType": {
              "code": "LNX64",
              "codeName": "Linux 64 Bit"
            },
            "osInformation": "CentOS 7.8 with MySQL 5.7.32 (64-bit)"
          }
        }
      }
    }
    

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

    <getCloudMysqlImageProductListResponse>
        <requestId>3d1be0bf-5ae0-4c46-85e3-6815171c1f3a</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050</productCode>
                <productName>mysql(5.7.32)</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with MySQL 5.7.32</productDescription>
                <infraResourceType>
                    <code>SW</code>
                    <codeName>Software</codeName>
                </infraResourceType>
                <platformType>
                    <code>LNX64</code>
                    <codeName>Linux 64 Bit</codeName>
                </platformType>
                <osInformation>CentOS 7.8 with MySQL 5.7.32 (64-bit)</osInformation>
            </product>
        </productList>
    </getCloudMysqlImageProductListResponse>
    

    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.