List SSH Keys
Last updated
Last updated
Retrieves a list of your SSH keys.
GET
{API_URL}/ssh-keys
limit
Optional
int
The limit to the number of SSH keys returned. Defaults to 100
offset
Optional
int
The offset of the returned SSH key response. Defaults to 0
dict
Returns the data
dictionary containing the total number of your SSH keys total_ssh_keys
and the details of each SSH key as per your limit
and offset
in ssh_keys
.
Each SSH key in ssh_keys
has the following properties:
id
: The ID of the SSH key. This is the ID field that is used for the endpoint.
key_name
: The name of the SSH key.
key_data
: The SSH key value.
create_time
: The UTC time of when the SSH Key was created.
string
Indicates the result of the request to list your SSH keys. success
signifies success, while failed
indicates an error.
string
A description of the status of the request.