application/json
or application/x-www-form-urlencoded
payloads. RESTAPICLIENT will then receive and process the response from the external API by mapping the response content with defined OUT parameters.nodeProcessCountPerApplication
setting is set to 0
by default for the best performance in Node.js applications. This creates one node process based on the number of virtual processors that are configured. You can change this value at any time to a custom number of node processes; for example, nodeProcessCountPerApplication=2
will create two node processes independently of the number of virtual processors.