Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantRepairServiceView on Canton Network Docs ↗
ImportAcsOld
RPC
Removed in 3.5.1. Historical definition from 3.4.11./com.digitalasset.canton.admin.participant.v30.ParticipantRepairService/ImportAcsOldProtocol Details
Inputs
ImportAcsOldRequest
acs_snapshotbytesworkflow_id_prefixstringallow_contract_id_suffix_recomputationboolOutputs
ImportAcsOldResponse
contract_id_mappingrepeated mapRelated Schemas
com.digitalasset.canton.admin.participant.v30.ImportAcsOldRequest
com.digitalasset.canton.admin.participant.v30.ImportAcsOldRequest
acs_snapshotbytesworkflow_id_prefixstringallow_contract_id_suffix_recomputationboolcom.digitalasset.canton.admin.participant.v30.ImportAcsOldResponse
com.digitalasset.canton.admin.participant.v30.ImportAcsOldResponse
contract_id_mappingrepeated mapHistory
Removed in
3.5.1Last available in 3.4.11. Retained for historical reference.
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
# This RPC uses streaming semantics. Send additional JSON messages on stdin as needed.
grpcurl \
-d @ \
<HOST:PORT> \
com.digitalasset.canton.admin.participant.v30.ParticipantRepairService/ImportAcsOld <<'EOF'
{
"acsSnapshot": "BASE64_ENCODED_BYTES",
"workflowIdPrefix": "string",
"allowContractIdSuffixRecomputation": true
}
EOF
OKapplication/json
OK
{
"contractIdMapping": [
{
"key": "string"
}
]
}