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]
 - (: SourceType!): Boolean! 
 - #   Get a list of packet capture files
 - # 
 - # Arguments
 - #   source: Capture source
 - #   since: Filter by time since
 - #   till: Filter by time till
 - (: String, : Time, : Time): CaptureList! 
 - }