getCloudHadoopTargetVpcList
- Print
- PDF
getCloudHadoopTargetVpcList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Search for a VPC list.
Requests
Request Parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region code The regionCode can be obtained via the getRegionList action. Default: selects the first region of the getRegionList search results. | |
responseFormatType | No | String | Format type of the response result Options: xml | json Default: xml |
Request bodies
{
"regionCode": "string",
"responseFormatType": "string"
}
Responses
Response bodies
Errors
See Cloud Hadoop(VPC) overview.
Examples
Request Examples
GET {API_URL}/getCloudHadoopTargetVpcList
?regionCode=KR
Response examples
{
"getCloudHadoopTargetVpcListResponse": {
"totalRows": 2,
"targetVpcList": [
{
"vpcNo": "35002",
"vpcName": "vpc4hadoop",
"ipv4Cidr": "172.16.0.0/16",
"regionCode": "KR",
"createdDate": "2023-03-02T18:34:28+0900"
},
{
"vpcNo": "34754",
"vpcName": "vpc-1",
"ipv4Cidr": "192.168.0.0/16",
"regionCode": "KR",
"createdDate": "2023-02-24T10:49:37+0900"
}
],
"requestId": "689bd57a-9b6d-4175-b520-0d5e0667987b",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopTargetVpcListResponse>
<requestId>cd819e87-d0b6-42cc-bdea-a311d422e091</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>2</totalRows>
<targetVpcList>
<targetVpc>
<vpcNo>39**</vpcNo>
<vpcName>exer****</vpcName>
<ipv4Cidr>10.2.0.0/16</ipv4Cidr>
<regionCode>KR</regionCode>
<createdDate>2022-02-09T18:29:04+0900</createdDate>
</targetVpc>
<targetVpc>
<vpcNo>18**</vpcNo>
<vpcName>te**</vpcName>
<ipv4Cidr>10.3.1.0/24</ipv4Cidr>
<regionCode>KR</regionCode>
<createdDate>2021-01-14T23:00:32+0900</createdDate>
</targetVpc>
</targetVpcList>
</getCloudHadoopTargetVpcListResponse>
Was this article helpful?