Is there an API call that can be used to check the health of the Here API?

2/11/2020

I'm integrating the usage of the Here API in a service that I'm creating which is hosted on a kubernetes cluster.

I typically have health checks for my services. For example, checking if a database is up and running.

Is there any API call for the Here API that can be used as a health check? Keep in mind, it should be a call that wouldn't count towards the request limits for cost.

-- Issa Fram
here-api
kubernetes-health-check
rest

1 Answer

2/11/2020

Yep, you can find it here: https://status.here.com/status?id=services_status_api. Let me know if this doesn't answer your question.

-- Raymond Camden
Source: StackOverflow