SDK Reference
SSH-key
list_ssh_keys
List ssh public keys.
Example
create_ssh_key
Create a SSH public key.
Args
key_path
(str) : SSH public key path.key_name
(str) : SSH public key name,ssh_public_key_value
(str) : SSH public key value.
Example
delete_ssh_key
Delete the ssh public key.
Args
key_id
(int) : Key ID.
Example