API_User
2 years agoLevel 9
Get connection stats returns 500 internal server error
Using the GET /fabric/v4/connections/{uuid}/stats API call, i now get a 500 internal server error with the following message:
[
{
"errorCode": "EQ-3033010",
"errorMessage": "Internal server error.",
"details": "Please check the request payload and submit the request again.",
"correlationId": "1028656-0000-105679634794-api",
"additionalInfo": [
{
"reason": "Internal server error."
}
]
}
]
Nothing has changes in my code that utilizes this endpoint and i get the same issues with Postman.
Are there issues or has anything changed with this API endpoint?