Sessions API failures: connect: no route to host

Hi,
We are seeing a lot of logs related to the failure of Sessions API. The numbers are in thousands.

Post "https://live.ndhm.gov.in/gateway/v0.5/sessions": dial tcp 115.112.162.101:443: connect: no route to host

Can someone please check.

Thanks,
Ayush

@Govind_Deshmukh kindly check

Hi @ayush,

I guess this issue has closed if not please follow the below API flow.

But you need to be use your Client Id and Secret.

curl --location --request POST ‘https://dev.ndhm.gov.in/gateway/v0.5/sessions
–header ‘Content-Type: application/json’
–header ‘Cookie: TS01960242=01115a1c90b294755c4b3cd20d7a944c0a4c9cb4dcd81420fb938ae176db97065b14cfabe5bc8b950855f89cdad5fade8fa644d9ca’
–data-raw ‘{
“clientId”: “TEST_PHR”,
“clientSecret”: “4cada55c-fe4d-426f-bd0a-488167293838”,
“grantType”: “client_credentials”
}’

Thanks,
Govind D

Hello @Govind_Deshmukh,

have you get any solution related to session API?

Thanks
Prem Kumar Pal