getSSHPublicKeys
Get ssh public key information
Parameters: GetSShPublicKeysRequest
- clusterid:
String
. Unique identification assigned when creating the cluster.
Return: GetSSHPublicKeysResponse
- clusterId:
String
. Parameter input. - publicKeys:
list<SSHPublicKey>
. Public key information added under this cluster. TheSSHPublicKey
structure is as follows:- title:
String
. Public key name. - content:
String
. Public key content. - figureprint:
String
. Public key fingerprint. - addtime:
int
. Public key time added.
- title:
Errors
- Internal server error
- Parameter error
- Insufficient permissions