getCloudMysqlImageProductList
- 인쇄
- PDF
getCloudMysqlImageProductList
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Cloud DB for MySQL 상품 코드 목록을 조회합니다.
요청
요청 파라미터
파라미터 | 타입 | 필수 여부 | 설명 | 제약 사항 |
---|---|---|---|---|
regionCode | String | N | Cloud DB for MySQL 인스턴스가 존재하는 리전 코드 - getRegionList 액션을 통해서 획득 가능 - default: getRegionList 조회 결과의 첫 번째 리전 | - |
productCode | String | No | 조회할 Cloud DB for MySQL 이미지 상품 코드 - getCloudMysqlImageProductList 액션의 productCode로 획득 가능 | - |
exclusionProductCode | String | No | 제외할 Cloud DB for MySQL 이미지 상품 코드 - getCloudMysqlImageProductList 액션의 productCode로 획득 가능 | - |
generationCode | String | N | 세대 코드 - options: G2 | - |
responseFormatType | String | N | 응답 결과의 포맷 타입 - 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>
이 문서가 도움이 되었습니까?