INPUT_OBJECT

BlacklistAddEntryInput

link GraphQL Schema definition

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