v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v1/endentity

Edits end entity setting new status

Edit status, password and token type of related end entity

post/v1/endentity/{endentity_name}/setstatus

Path parameters

endentity_namestring required

Name of the end entity to edit status for

Request body

passwordstring

Password

token'USERGENERATED, P12, BCFKS, JKS, PEM'

Token type property

status'NEW, FAILED, INITIALIZED, INPROCESS, GENERATED, REVOKED, HISTORICAL, KEYRECOVERY, WAITINGFORADDAPPROVAL'

End entity status property

Example request

{
  "password": "foo123",
  "token": "USERGENERATED",
  "status": "NEW"
}

Response

Successful operation