Documentation/Canton Network Docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesParticipantInspectionServiceView on Canton Network Docs ↗
GetIntervalsBehindForCounterParticipants
Participant Administration›Protobuf›com.digitalasset.canton.admin.participant.v30›GetIntervalsBehindForCounterParticipants
RPC
/com.digitalasset.canton.admin.participant.v30.ParticipantInspectionService/GetIntervalsBehindForCounterParticipantsProtocol Details
Inputs
GetIntervalsBehindForCounterParticipantsRequest
counter_participant_idsrepeated stringsynchronizer_idsrepeated stringthresholduint64Outputs
GetIntervalsBehindForCounterParticipantsResponse
intervals_behindrepeated CounterParticipantInfoRelated Schemas
com.digitalasset.canton.admin.participant.v30.GetIntervalsBehindForCounterParticipantsRequest
com.digitalasset.canton.admin.participant.v30.GetIntervalsBehindForCounterParticipantsRequest
counter_participant_idsrepeated stringsynchronizer_idsrepeated stringthresholduint64com.digitalasset.canton.admin.participant.v30.GetIntervalsBehindForCounterParticipantsResponse
com.digitalasset.canton.admin.participant.v30.GetIntervalsBehindForCounterParticipantsResponse
intervals_behindrepeated CounterParticipantInfocom.digitalasset.canton.admin.participant.v30.CounterParticipantInfo
com.digitalasset.canton.admin.participant.v30.CounterParticipantInfo
counter_participant_uidstringsynchronizer_idstringintervals_behinduint64behind_sinceDurationas_of_sequencing_timestampTimestampgrpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
-d @ \
<HOST:PORT> \
com.digitalasset.canton.admin.participant.v30.ParticipantInspectionService/GetIntervalsBehindForCounterParticipants <<'EOF'
{
"counterParticipantIds": [
"string"
],
"synchronizerIds": [
"string"
],
"threshold": "0"
}
EOF
OKapplication/json
OK
{
"intervalsBehind": [
{
"counterParticipantUid": "string",
"synchronizerId": "string",
"intervalsBehind": "0",
"behindSince": "string",
"asOfSequencingTimestamp": "string"
}
]
}