OBJECT

IcmpResult

types.icmp_result

link GraphQL Schema definition

  • type IcmpResult {
  • # The time.
  • time: Datetime
  • # The high latency.
  • high: Float
  • # The low latency.
  • low: Float
  • # The median latency.
  • median: Float
  • # The loss percentage.
  • loss: Float
  • # A Unix timestamp in the same timezone as this Sonar instance
  • epoch_system_timezone: EpochTimestamp
  • }