JOC API

Version 2.3.0

Download RAML
JOC API
/profile/key/generate
POST

generates and stores a new private key (only for SecurityLevel LOW and MEDIUM)


Parameters in the POST body schema

Name Type Description Example Default
validUntil optional, Date Expiration Date of the Key 2022-03-03T11:00:00Z
keyAlgorithm required, String Type of the Key Algorithm: PGP, RSA or ECDSA
{
"keyAlgorithm" : "RSA"
}
RSA
auditLog optional, object Object that contains comment, timeSpent and ticketLink. {
"comment":"Operational requirement!",
"timeSpent":2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, integer Field in auditLog to enter the time spent in minutes. 5
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.