KeyPair¶
Overview¶
This data type is included in the result of execution of the next API requests.
DATA TYPE¶
Contents¶
PARAMETER | DESCRIPTION | DATATYPE |
---|---|---|
fingerprint | Fingerprint of public key. | String |
name | Name of KeyPair. | String |
public_key | SSH public key. | String |
Example¶
{
"keypair": {
"name": "public-key",
"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAQQCtzdf5vKNNSoeMfTUUj65eJLMjXfIbtc2GQn6+EEISHX6vjBzsTMdToQJEhgg+5rYlb5tc2mvPYNbPDIJV8OyV",
"fingerprint": "2c:42:86:f4:a0:2f:b9:96:a6:e5:d9:31:c8:a3:73:1d"
}
}