OBJECT

PacketCapture

link GraphQL Schema definition

  • type PacketCapture {
  • # Get a boolean indicating if packet capture is enabled (not turned on/off) for
  • # source
  • #
  • # Arguments
  • # source: [Not documented]
  • enabled(source: SourceType!): Boolean!
  • # Get a list of packet capture files
  • #
  • # Arguments
  • # source: Capture source
  • # since: Filter by time since
  • # till: Filter by time till
  • captureList(source: String, since: Time, till: Time): CaptureList!
  • }

link Require by