Add SSH keys to an upload accountput https://{hostname}/storage/v1/upload-accounts/{uploadAccountId}/keys/sshAdd SSH keys to an upload account based on its uploadAccountId.Path ParamsuploadAccountIdstringrequiredThe unique ID assigned to the target upload account. This value can be obtained by performing a GET of all of your accounts and obtaining this value for the desired account.Query ParamsupdatebooleanSet this to true when updating your SSH keys.truefalseaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamscommentsstringAny optional notes made for this key. This field doesn't apply to G2O keys.emailIdstringThe NetStorage technical contact email address set up for this upload account. This is an optional field for SSH keys.keystringrequiredSSH-2 RSA keys apply to SSH enabled access methods such as SFTP, SecureCopy, Secure rsync, Aspera Upload Acceleration, and the NetStorage CMShell. Apply a password for G2O, FTP, and rsync access methods.Responses 200Request OK. 400Badly formatted JSON. Compare with the schema. 401Unauthorized Request. 403Application permission error. 429The maximum request count for a specific time duration for this resource has been reached.Updated 7 days ago