OBJECT

PaloAltoServer

link GraphQL Schema definition

  • type PaloAltoServer {
  • # ID
  • id: ID!
  • # Hostname
  • hostname: String!
  • # Status of server
  • status: ServerStatus!
  • # Object usage information
  • usageInfo: UsageInfo!
  • }