SSH Key
Update an SSH Key
Update an SSH Key for the current Tenant by ID.
SSH Key must be owned by current Tenant.
Org must have a Tenant entity. User must have authorization role with TENANT_ADMIN suffix.
To add this SSH Key to various SSH Key Groups or remove it from an SSH Key Group, please use SSH Key Group update endpoint.
patch/v2/org/{org}/nico/sshkey/{sshKeyId}
Request body
Example request
{
"name": "sre-ssh-reno-integration"
}Response
OK
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "sre-ssh-reno",
"org": "wdksahew1rqf",
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"fingerprint": "CaK2yoj5fDOhf1swM2kFyjQrd3bwZfDYlWnVjBHgveQ",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}