INPUT_OBJECT
DeviceTypeByMacInput
link GraphQL Schema definition
- input DeviceTypeByMacInput {
- #   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
- #   Device type to set on the end-system
- : String!
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- }