INPUT_OBJECT

LocationGroupEntryInput

link GraphQL Schema definition

  • input LocationGroupEntryInput {
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • group: String!
  • # The port range for Wired switches
  • portRange: String
  • # The AP ID for Wireless
  • apid: String
  • # ANY or WIRED or WIRELESS
  • interfaceType: InterfaceTypeInput
  • # Entry description
  • description: String
  • # Switch(es) List or Any
  • switches: String!
  • # The SSID for Wireless
  • ssid: String
  • }