OBJECT

GlobalManagerUrl

Description

URLs pinged to check connectivity.

link GraphQL Schema definition

  • type GlobalManagerUrl {
  • # URL pinged to check connectivity.
  • url: String!
  • # Whether or not the URL check has passed.
  • isReachable: Boolean!
  • }