getCloudHadoopTargetSubnetList
- 印刷する
- PDF
getCloudHadoopTargetSubnetList
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
VPC環境で利用できます。
Subnetリストを照会します。
リクエスト
リクエストパラメータ
パラメータ名 | 要否 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
regionCode | No | String | リージョンコード regionCodeは、getRegionListアクションを通じて取得可能 Default: getRegionList照会結果の最初のリージョンを選択 | |
vpcNo | Yes | String | 照会する Subnetの VPC番号 vpcNoは、getCloudHadoopTargetVpcListアクションを通じて取得可能 | |
cloudHadoopImageProductCode | Yes | String | Cloud Hadoopイメージのサービスコード cloudHadoopImageProductCodeは、getCloudHadoopImageProductListアクションを通じて取得可能 | |
isPublic | No | Boolean | Public Subnetの照会有無 | |
responseFormatType | No | String | レスポンス結果のフォーマットタイプ Options: xml | json Default: xml |
リクエストボディ
{
"regionCode": "string",
"vpcNo": "string",
"cloudHadoopImageProductCode": "string",
"isPublic":true,
"responseFormatType": "string"
}
レスポンス
レスポンスボディ
エラーコード
例
リクエスト例
GET {API_URL}/getCloudHadoopTargetSubnetList
?regionCode=KR
?vpcNo=39**
?cloudHadoopImageProductCode=SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
レスポンス例
{
"getCloudHadoopTargetSubnetListResponse": {
"totalRows": 3,
"targetSubnetList": [
{
"subnetNo": "75912",
"subnetName": "private-hadoop",
"vpcNo": "35002",
"vpcName": "vpc4hadoop",
"zoneCode": "KR-2",
"subnet": "172.16.0.0/24",
"isPublic": false,
"createdDate": "2023-03-02T18:42:45+0900"
},
{
"subnetNo": "75910",
"subnetName": "public-hadoop-2",
"vpcNo": "35002",
"vpcName": "vpc4hadoop",
"zoneCode": "KR-2",
"subnet": "172.16.2.0/28",
"isPublic": true,
"createdDate": "2023-03-02T18:36:51+0900"
},
{
"subnetNo": "75909",
"subnetName": "public-hadoop",
"vpcNo": "35002",
"vpcName": "vpc4hadoop",
"zoneCode": "KR-2",
"subnet": "172.16.1.0/28",
"isPublic": true,
"createdDate": "2023-03-02T18:36:27+0900"
}
],
"requestId": "97180821-cdf3-4e27-a875-c8ad3684b8d7",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopTargetSubnetListResponse>
<requestId>3d4f057b-fa19-4baa-9cbc-d49074665ae9</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<targetSubnetList>
<targetSubnet>
<subnetNo>57**</subnetNo>
<subnetName>f**</subnetName>
<vpcNo>39**</vpcNo>
<vpcName>exercise2</vpcName>
<zoneCode>KR-1</zoneCode>
<subnet>10.2.1.0/24</subnet>
<isPublic>false</isPublic>
<createdDate>2022-03-24T18:00:00+0900</createdDate>
</targetSubnet>
</targetSubnetList>
</getCloudHadoopTargetSubnetListResponse>
この記事は役に立ちましたか?