Supported_Keypair_Public_Key_Types_Response
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Getting supported keypair public key types successfulsupported_key_typesstring[]
The SSH public key types accepted when you import a key pair.
Supported_Keypair_Public_Key_Types_Response
{
"status": true,
"message": "Getting supported keypair public key types successful",
"supported_key_types": [
"ssh-ed25519"
]
}
Was this page helpful?