Announcements

The Equinix Community will be offline for scheduled maintenance on July 31, 2024. Learn More.

Discussions

ECONNRESET Error while calling API

ECONNRESET Error while calling API

API_User
Level 9

Hi,
I've been doing POST /power/v1/current for levelType of 'cabinet' for awhile now. But every once in a while (6 hours - 24 hours), the endpoint would return me with an error ECONNRESET. I've checked online and it states that this error usually means that connection on the other end (Equinix) got closed.
Here's a list of APIs my application is executing every now and then:

GET /alarm/v1/smartview/alarms
GET /environment/v1/listCurrent for levelType of 'ibx'
POST /power/v1/current for levelType of 'ibx'
POST /power/v1/current for levelType of 'cabinet'

And only the mentioned endpoint is receiving this error.
Currently, I've set the timeout to 300s for the request as the response from you guys is pretty huge.

Replies 0 0