Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantRepairServiceView on Canton Network Docs

ImportAcsOld

Participant AdministrationProtobufcom.digitalasset.canton.admin.participant.v30ImportAcsOld

com.digitalasset.canton.admin.participant.v30

ImportAcsOld

RPC/com.digitalasset.canton.admin.participant.v30.ParticipantRepairService/ImportAcsOld
Removed in 3.5.1. Historical definition from 3.4.11.

Protocol Details

Inputs

ImportAcsOldRequest

acs_snapshotbytes
workflow_id_prefixstring
allow_contract_id_suffix_recomputationbool

Outputs

ImportAcsOldResponse

contract_id_mappingrepeated map

com.digitalasset.canton.admin.participant.v30.ImportAcsOldRequest

acs_snapshotbytes
workflow_id_prefixstring
allow_contract_id_suffix_recomputationbool

com.digitalasset.canton.admin.participant.v30.ImportAcsOldResponse

contract_id_mappingrepeated map

History

Removed in3.5.1

Last 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"
    }
  ]
}