INPUT_OBJECT
BlacklistRemoveEntryInput
link GraphQL Schema definition
- input BlacklistRemoveEntryInput {
- #   End-system value (MAC address) to be removed from Blacklist group
- : String!
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- #   trigger a reauthentation of the end-system being removed
- : Boolean
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- }