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