Tried the below POST API's when device was in connecting state and it throws error as expected.
http://xx:xx/v1/provide-list-of-device-interfaces
http://xx:xx/v1/provide-list-of-actual-device-equipment
But Error code is displayed as 500 and error message is incorrect.
{
"code": 500,
"message": "Request failed with status code 404"
}
When we try the same API from MWDI we are obsering the following error code/msg
{
"code": 404,
"message": "unable to fetch records for link xxx"
}