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