addSSHPublicKeys

Adds public keys to cluster

Parameters: AddSSHPublicKeysRequest

  • clusterid: String. Unique identification assigned when creating the cluster.
  • publicKeys: list<SSHPublicKey>. Public key information. The SSHPublicKey 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.

Return: None

  • Deployment error

Errors

  • Internal server error
  • Parameter error
  • Insufficient permissions