getCloudMysqlImageProductList
    • PDF

    getCloudMysqlImageProductList

    • PDF

    Article Summary

    Cloud DB for MySQL 상품 코드 목록을 조회합니다.

    요청

    요청 파라미터

    파라미터타입필수 여부설명제약 사항
    regionCodeStringNCloud DB for MySQL 인스턴스가 존재하는 리전 코드
    - getRegionList 액션을 통해서 획득 가능
    - default: getRegionList 조회 결과의 첫 번째 리전
    -
    productCodeStringNo조회할 Cloud DB for MySQL 이미지 상품 코드
    - getCloudMysqlImageProductList 액션의 productCode로 획득 가능
    -
    exclusionProductCodeStringNo제외할 Cloud DB for MySQL 이미지 상품 코드
    - getCloudMysqlImageProductList 액션의 productCode로 획득 가능
    -
    generationCodeStringN세대 코드
    - options: G2
    -
    responseFormatTypeStringN응답 결과의 포맷 타입
    - options: xml | json
    - default: xml
    -

    응답

    응답 바디

    응답 바디는 CloudDbProductList를 참고해 주십시오.

    예시

    요청 예시

    요청 구문 예시는 다음과 같습니다.

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

    응답 예시

    응답 구문 예시는 다음과 같습니다.

    응답 결과 포맷 타입(responseFormatType)이 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)",
            "generationCode": "G2"
          }
        }
      }
    }
    

    응답 결과 포맷 타입(responseFormatType)이 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>
                <generationCode>G2</generationCode>
            </product>
        </productList>
    </getCloudMysqlImageProductListResponse>
    

    이 문서가 도움이 되었습니까?

    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.