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

Changes