serverKeystore resource Cancel an incomplete keystore import taskCancel an incomplete keystore import task. Incomplete tasks can be cancelled by any user with the required permission.Complete a server keystore import taskComplete a server keystore import task by uploading a keystore containing new key pairs. This will modify keystore file at path appdata/conf/server.keystore. The uploaded keystore must be in a format consumable by your Java virtual machine; currently, JKS and PKCS12 are the supported formats. Your Java virtual machine may impose additional restrictions such that keystores from other virtual machines or generated by other tools may not be readable. Imports can only be completed by the same user that created the import task. Delete a server keystore entryDeletes an entry from the server keystore which contains key pairs and certificates used for agent communication. This keystore is the file at path appdata/conf/server.keystore. A 409 Conflict status is returned if the alias no longer corresponds to the same certificate at the time of the request. If the alias was never present or was removed concurrently, this operation reports success.Get a keystore import taskReturns a representation of a keystore import task.Get information about the server keystoreReturns a representation of the content of the server keystore, which contains key pairs and certificates used for agent communication. This keystore is the file at path appdata/conf/server.keystore.Prepare for importing server keystore entriesPrepares for importing server keystore key pair entries by creating a new import task.Parent topic: REST commands for the DevOps Deploy server