INPUT_OBJECT
SearchKeyInput
link GraphQL Schema definition
- input SearchKeyInput {
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- #   search key for operation. Type (name, MAC, IP) depends on operation
- : String!
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- }