Class Replays

java.lang.Object
com.strongdm.api.Replays

public class Replays extends Object
A Replay captures the data transferred over a long-running SSH, RDP, or Kubernetes interactive session (otherwise referred to as a query). The Replays service is read-only.
  • Constructor Details

    • Replays

      public Replays(io.grpc.ManagedChannel channel, Client client)
  • Method Details

    • withDeadlineAfter

      public Replays withDeadlineAfter(long duration, TimeUnit units)
      This function returns a copy of the Replays service which has the given deadline set for all method calls.
    • list

      public Iterable<ReplayChunk> list(String filter, Object... args) throws RpcException
      List gets a list of ReplayChunks for the Query ID specified by the filter criteria.
      Throws:
      RpcException