Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.crypto.admin.v30ServicesVaultServiceView on Canton Network Docs ↗
RotateWrapperKey
RPC
/com.digitalasset.canton.crypto.admin.v30.VaultService/RotateWrapperKeyProtocol Details
Inputs
RotateWrapperKeyRequest
new_wrapper_key_idstringOutputs
RotateWrapperKeyResponse
Related Schemas
com.digitalasset.canton.crypto.admin.v30.RotateWrapperKeyRequest
com.digitalasset.canton.crypto.admin.v30.RotateWrapperKeyRequest
new_wrapper_key_idstringcom.digitalasset.canton.crypto.admin.v30.RotateWrapperKeyResponse
com.digitalasset.canton.crypto.admin.v30.RotateWrapperKeyResponse
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.digitalasset.canton.crypto.admin.v30.VaultService/RotateWrapperKey <<'EOF'
{
"newWrapperKeyId": "string"
}
EOF
OKapplication/json
OK
{}