Skip to content
Documentation/canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantInspectionServiceView on canton-network-docs
canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantInspectionService

SetConfigForSlowCounterParticipants

Participant AdministrationProtobufcom.digitalasset.canton.admin.participant.v30SetConfigForSlowCounterParticipants

com.digitalasset.canton.admin.participant.v30

SetConfigForSlowCounterParticipants

gRPCSince 3.4.0
RPC/com.digitalasset.canton.admin.participant.v30.ParticipantInspectionService/SetConfigForSlowCounterParticipants

Protocol Details

Inputs

SetConfigForSlowCounterParticipantsRequest

configsrepeated SlowCounterParticipantSynchronizerConfig

Outputs

SetConfigForSlowCounterParticipantsResponse

Lifecycle Changes

3.4.0introduced

com.digitalasset.canton.admin.participant.v30.SetConfigForSlowCounterParticipantsRequest

configsrepeated SlowCounterParticipantSynchronizerConfig

com.digitalasset.canton.admin.participant.v30.SlowCounterParticipantSynchronizerConfig

synchronizer_idsrepeated string
distinguished_participant_uidsrepeated string
threshold_distinguisheduint64
threshold_defaultuint64
participant_uids_metricsrepeated string

com.digitalasset.canton.admin.participant.v30.SetConfigForSlowCounterParticipantsResponse

grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
  -d @ \
  <HOST:PORT> \
  com.digitalasset.canton.admin.participant.v30.ParticipantInspectionService/SetConfigForSlowCounterParticipants <<'EOF'
{
  "configs": [
    {
      "synchronizerIds": [
        "string"
      ],
      "distinguishedParticipantUids": [
        "string"
      ],
      "thresholdDistinguished": "0",
      "thresholdDefault": "0",
      "participantUidsMetrics": [
        "string"
      ]
    }
  ]
}
EOF
OKapplication/json
OK
{}