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

Errors

  • Internal server error
  • Parameter error
  • Insufficient permissions