B2B Data Exchange
- B2B Data Exchange 10.2.2
- All Products
GET http://<hostName>:<portNumber>/informaticamft/api/v1/sshkeys/{id}
Object
| Arguments
|
---|---|
id
| Specify the SSH Key database identification number.
|
Object
| Arguments
|
---|---|
id
| The identifying number of the key.
|
name
| The name of the key.
|
privateKey
| Identifies if the object is a private key.
|
algorithm
| Identifies the encryption algorithm.
|
size
| The size of the key.
|
fingerprint
| The fingerprint of the key.
|
comments
| Comment describing the key.
|
privateKeyPassword
| The password for the key.
|
createdBy
| Identifies the creator of the key.
|
keyBytes
| The actual bytes that the key consists of.
|
{ "id":1011, "name":"sshkey", "privateKey":true, "algorithm":"R", "size":1024, "fingerprint":"28:04:E7:76:05:EA:64:CD:F3:88:E3:35:04:A2:21:AF", "comments":"", "privateKeyPassword":"Admin@123", "createdBy":"sys", "createdOn":1487593778633, "keyBytes":"LS0tLS1CRUdJTiBZBVEUgS0VZLS0tLS0NCg==" }