Description
Retrieves the list of SSH private keys that have been added to BSUS, for use when connecting to DNS/DHCP servers.
Parameters
None.
Responses
| Status | Description |
|---|---|
| Successful | Code: 200 Body:
Results:[
{
"id":"string",
"name":"string",
"username": "testuser"
}
]
|
| Error |
Code: 401 Unauthorized user. Code: 500 Internal server error. Body:
This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter. |