AppSearchNodeTypesedit

Node types to enable for an AppSearch instance

Propertiesedit

appserver (boolean, required)
Defines whether this instance should run as Application/API server
worker (boolean, required)
Defines whether this instance should run as background worker

Exampleedit

{
   "appserver" : true,
   "worker" : true
}