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

GetParticipantSchedule

Participant AdministrationProtobufcom.digitalasset.canton.admin.participant.v30GetParticipantSchedule

com.digitalasset.canton.admin.participant.v30

GetParticipantSchedule

gRPC
RPC/com.digitalasset.canton.admin.participant.v30.PruningService/GetParticipantSchedule

Protocol Details

Inputs

GetParticipantScheduleRequest

Outputs

GetParticipantScheduleResponse

scheduleParticipantPruningSchedule

com.digitalasset.canton.admin.pruning.v30.GetParticipantScheduleRequest

com.digitalasset.canton.admin.pruning.v30.GetParticipantScheduleResponse

scheduleParticipantPruningSchedule

com.digitalasset.canton.admin.pruning.v30.ParticipantPruningSchedule

schedulePruningSchedule
prune_internally_onlybool

com.digitalasset.canton.admin.pruning.v30.PruningSchedule

cronstring
max_durationDuration
retentionDuration
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
  -d @ \
  <HOST:PORT> \
  com.digitalasset.canton.admin.participant.v30.PruningService/GetParticipantSchedule <<'EOF'
{}
EOF
OKapplication/json
OK
{
  "schedule": {
    "schedule": {
      "cron": "string",
      "maxDuration": "string",
      "retention": "string"
    },
    "pruneInternallyOnly": true
  }
}