OBJECT

IcmpStatusResult

types.icmp_status_result

link GraphQL Schema definition

  • type IcmpStatusResult {
  • # The time.
  • time: Datetime
  • # The status.
  • status: String
  • # The reason.
  • reason: String
  • # A Unix timestamp in the same timezone as this Sonar instance
  • epoch_system_timezone: EpochTimestamp
  • }