INPUT_OBJECT

EndSystemInfoCustomsInput

link GraphQL Schema definition

  • input EndSystemInfoCustomsInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • custom2: String
  • custom4: String
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • custom3: String
  • # Identifier (MAC or IP address) of end-system to update
  • key: String!
  • custom1: String
  • }