We have a AWS Lambda function accessing several AIQ-UM servers, accessing API: /api/datacenter/cluster/clusters
Most of the time, I receive the following TIMEOUT:
Response
{
"errorType": "Error",
"errorMessage": "connect ETIMEDOUT 123.456.789.10:443",
"trace": [
"Error: connect ETIMEDOUT 123.456.789.10:443",
" at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)"
]
}
Is the AIQ-UM server timing out, responsible for the above error? Is it because of the time it takes to collect the response and send it out?
We run the same on another dev/test AIQ-UM server and it's working consistently (no TIMEOUTs)
Is there an AIQ-UM server setting that times out the API call?