Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantInspectionServiceView on Canton Network Docs ↗
GetConfigForSlowCounterParticipants
Participant Administration›Protobuf›com.digitalasset.canton.admin.participant.v30›GetConfigForSlowCounterParticipants
RPC
/com.digitalasset.canton.admin.participant.v30.ParticipantInspectionService/GetConfigForSlowCounterParticipantsProtocol Details
Inputs
GetConfigForSlowCounterParticipantsRequest
synchronizer_idsrepeated stringOutputs
GetConfigForSlowCounterParticipantsResponse
configsrepeated SlowCounterParticipantSynchronizerConfigRelated Schemas
com.digitalasset.canton.admin.participant.v30.GetConfigForSlowCounterParticipantsRequest
com.digitalasset.canton.admin.participant.v30.GetConfigForSlowCounterParticipantsRequest
synchronizer_idsrepeated stringcom.digitalasset.canton.admin.participant.v30.GetConfigForSlowCounterParticipantsResponse
com.digitalasset.canton.admin.participant.v30.GetConfigForSlowCounterParticipantsResponse
configsrepeated SlowCounterParticipantSynchronizerConfigcom.digitalasset.canton.admin.participant.v30.SlowCounterParticipantSynchronizerConfig
com.digitalasset.canton.admin.participant.v30.SlowCounterParticipantSynchronizerConfig
synchronizer_idsrepeated stringdistinguished_participant_uidsrepeated stringthreshold_distinguisheduint64threshold_defaultuint64participant_uids_metricsrepeated stringgrpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.digitalasset.canton.admin.participant.v30.ParticipantInspectionService/GetConfigForSlowCounterParticipants <<'EOF'
{
"synchronizerIds": [
"string"
]
}
EOF
OKapplication/json
OK
{
"configs": [
{
"synchronizerIds": [
"string"
],
"distinguishedParticipantUids": [
"string"
],
"thresholdDistinguished": "0",
"thresholdDefault": "0",
"participantUidsMetrics": [
"string"
]
}
]
}