INPUT_OBJECT

DeviceTypeByMacInput

link GraphQL Schema definition

  • input DeviceTypeByMacInput {
  • # Device type to set on the end-system
  • deviceType: String!
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # MAC address of the end-system
  • macAddress: String!
  • # Optional reason to append to the event reason
  • reason: String
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Indicate if this manual device type setting is accurate for precedence purposes
  • accurate: Boolean
  • }