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