getCloudMysqlTargetSubnetList
-
Print
-
PDF
getCloudMysqlTargetSubnetList
-
Print
-
PDF
It is available in a VPC environment.
Overview
Searches a list of available subnets.
Request
Request parameter
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code -You can obtain regionCode through the getRegionList action. - Default: Selects the first region of the getRegionList search results. |
|
vpcNo | Yes | String | - VPC number - You can obtain vpcNo through the getCloudMysqlTargetVpcList action. |
|
cloudMysqlImageProductCode | Yes | String | - Cloud DB for MySQL image product code - You can obtain cloudMysqlImageProductCode through productCode of the getCloudMysqlImageProductList action. |
|
isPublic | No | Boolean | Public subnet search status | |
responseFormatType | No | String | - Format type of the response result - Options: xml | json - Default: xml |
Response
Response body
Examples
Request examples
GET {API_URL}/getCloudMysqlTargetSubnetList
?regionCode=KR
&vpcNo=**65
&cloudMysqlImageProductCode=SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.8018.B050
Response examples
<getCloudMysqlTargetSubnetListResponse>
<requestId>415050c7-bda1-43b6-9af1-f5ade127ad82</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>2</totalRows>
<targetSubnetList>
<targetSubnet>
<subnetNo>37****</subnetNo>
<subnetName>test-****-private-kr1</subnetName>
<vpcNo>**65</vpcNo>
<vpcName>test-****</vpcName>
<zoneCode>KR-1</zoneCode>
<subnet>192.168.0.0/24</subnet>
<isPublic>false</isPublic>>
<createdDate>2022-03-24T18:00:00+0900</createdDate>
</targetSubnet>
<targetSubnet>
<subnetNo>37****</subnetNo>
<subnetName>test-****-public-kr1</subnetName>
<vpcNo>**65</vpcNo>
<vpcName>test-****</vpcName>
<zoneCode>KR-1</zoneCode>
<subnet>192.168.1.0/24</subnet>
<isPublic>true</isPublic>>
<createdDate>2022-03-24T18:00:00+0900</createdDate>
</targetSubnet>
</targetSubnetList>
</getCloudMysqlTargetSubnetListResponse>
Was this article helpful?