deleteSSHPublicKeys

Deletes public keys in the cluster according to the public key fingerprint

Parameters: DeleteSSHPublicKeysRequest

  • 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, not required for this request.
    • figureprint: String. Public key fingerprint, required.
    • addtime: int. Public key time added, not required for this request.

Return: None

Errors

  • Internal server error
  • Parameter error
  • Insufficient permissions