Requests
Operations for sign/block/unblock/modify/decrypt/unwrap requests. The TsbEngine licence is necessary to execute these operations.
📄️ Create unwrap request
Create unwrap request
📄️ Unblock key request
Create an unblock request. Unblocking a key is only supported if the key has smart key attributes.
📄️ Create a sign request
Create a sign request
📄️ Modify key request
Create a modify request. Modifying a key is only supported if the key has smart key attributes.
📄️ Get requests status
Returns a list of all requests filtered by its status
📄️ Create decrypt request
Create decrypt request
📄️ Block key request
Create a block request. Blocking a key is only supported if the key has smart key attributes.
📄️ Get request by id
Returns the status of a request
📄️ Cancel request by id
Cancel a request by the id generated during request creation. All associated tasks are deleted.