Apache CloudStack 4.0.0-incubating Domain Admin API Reference
listSSHKeyPairs
List registered keypairs
Request parameters
| Parameter Name | Description | Required |
| account | List resources by account. Must be used with the domainId parameter. | false |
| domainid | list only resources belonging to the domain specified | false |
| fingerprint | A public key fingerprint to look for | false |
| isrecursive | defaults to false, but if true, lists all resources from the parent specified by the domainId till leaves. | false |
| keyword | List by keyword | false |
| listall | If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false | false |
| name | A key pair name to look for | false |
| page | false | |
| pagesize | false | |
| projectid | list objects by project | false |
Response Tags
| Response Name | Description |
| fingerprint | Fingerprint of the public key |
| name | Name of the keypair |
| privatekey | Private key |