getCloudHadoopLoginKeyList
    • PDF

    getCloudHadoopLoginKeyList

    • PDF

    Article Summary

    It can be used in a VPC environment.

    Summary

    Search a list of Cloud Hadoop authentication keys.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    - You can decide the region.
    - You can obtain the regionCode through the getRegionList action.
    - Default: Select the first region of the getRegionList search results
    outputNoString- Format type for the response results
    - Options : xml | json
    - Default : json

    Response

    Response data type

    • CloudHadoopLoginKeyList type
    CloudHadoopLoginKeyList extends CommonResponse
    private Integer totalRows;
    private List<CloudHadoopLoginKey> cloudHadoopLoginKeyList = new ArrayList<>();
    CloudHadoopLoginKey
    private String keyName;

    Examples

    Request example

    ncloud vhadoop getCloudHadoopLoginKeyList --regionCode KR
    

    Response example

    <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.