INPUT_OBJECT

DeviceTypeByIPInput

link GraphQL Schema definition

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