OBJECT

FortiGateServer

link GraphQL Schema definition

  • type FortiGateServer {
  • # ID
  • id: ID!
  • # Name of FortiGate server
  • name: String!
  • # Address of FortiGate server
  • address: String!
  • # Whether or not to enable the new policy on FortiGate
  • enablePolicy: Boolean!
  • # Is FortiGate server archived
  • archived: Boolean!
  • # Object usage information
  • usageInfo: UsageInfo!
  • }