addSSHPublicKeys
Adds public keys to cluster
Parameters: AddSSHPublicKeysRequest
- clusterid:
String
. Unique identification assigned when creating the cluster. - publicKeys:
list<SSHPublicKey>
. Public key information. TheSSHPublicKey
structure is as follows:- title:
String
. Public key name, required. - content:
String
. Public key content, required. - figureprint:
String
. Public key fingerprint, not required for this request. - addtime:
int
. Public key time added, not required for this request.
- title:
Return: None
- Deployment error
Errors
- Internal server error
- Parameter error
- Insufficient permissions