INPUT_OBJECT

EngineCreateInput

link GraphQL Schema definition

  • input EngineCreateInput {
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • engineGroup: String
  • # Profile used to discover engine in network devices
  • profile: String
  • ipAddress: String!
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • name: String
  • # Optionally add engine to network devices
  • addToNetwork: Boolean
  • }