Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.crypto.admin.v30ServicesVaultServiceView on Canton Network Docs ↗
GetWrapperKeyId
RPC
/com.digitalasset.canton.crypto.admin.v30.VaultService/GetWrapperKeyIdProtocol Details
Inputs
GetWrapperKeyIdRequest
Outputs
GetWrapperKeyIdResponse
wrapper_key_idstringRelated Schemas
com.digitalasset.canton.crypto.admin.v30.GetWrapperKeyIdRequest
com.digitalasset.canton.crypto.admin.v30.GetWrapperKeyIdRequest
com.digitalasset.canton.crypto.admin.v30.GetWrapperKeyIdResponse
com.digitalasset.canton.crypto.admin.v30.GetWrapperKeyIdResponse
wrapper_key_idstringgrpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.digitalasset.canton.crypto.admin.v30.VaultService/GetWrapperKeyId <<'EOF'
{}
EOF
OKapplication/json
OK
{
"wrapperKeyId": "string"
}