getCloudHadoopLoginKeyList
    • PDF

    getCloudHadoopLoginKeyList

    • PDF

    Article Summary

    Available in VPC

    Search Cloud Hadoop authentication key list information.

    Requests

    Request Parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Can determine the Region.
    regionCode can be obtained via the getRegionList action
    Default: select the first Region of the getRegionList search results
    responseFormatTypeNoString- 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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.