getCloudHadoopLoginKeyList
- Print
- PDF
getCloudHadoopLoginKeyList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Search Cloud Hadoop authentication key list information.
Requests
Request Parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Can determine the Region. regionCode can be obtained via the getRegionList action Default: select the first Region of the getRegionList search results | |
responseFormatType | No | String | - Format type of the response result Options: xml | json Default: xml |
Request headers
See Cloud Hadoop(VPC) overview
Request bodies
{
"regionCode": "string",
"responseFormatType": "string"
}
Responses
Response bodies
Errors
See Cloud Hadoop(VPC) overview.
Examples
Request Examples
GET {API_URL}/getCloudHadoopLoginKeyList
?regionCode=KR
Response examples
{
"getCloudHadoopLoginKeyListResponse": {
"totalRows": 3,
"cloudHadoopLoginKeyList": [
{
"keyName": "ncloud-xxx"
},
{
"keyName": "xxx"
},
{
"keyName": "xxxx"
}
],
"requestId": "c5593cd5-e89d-47a7-9021-9bee3f0179a0",
"returnCode": "0",
"returnMessage": "success"
}
}
<getCloudHadoopLoginKeyListResponse>
<requestId>56edbd2d-a483-41b8-b4e5-b9400b326173</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<cloudHadoopLoginKeyList>
<cloudHadoopLoginKey>
<keyName>****-hadoop</keyName>
</cloudHadoopLoginKey>
</cloudHadoopLoginKeyList>
</getCloudHadoopLoginKeyListResponse>
Was this article helpful?