INPUT_OBJECT
DeviceTypeByIPInput
link GraphQL Schema definition
- input DeviceTypeByIPInput {
- # 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 :
- # Device type to set on the end-system
- 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
- String :
- # Optional reason to append to the event reason
- String :
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- String :
- }