是否有 amadeus API 端点用于检查服务是否启动和 运行

Is there amadeus API endpoint for checking if service is up and running

我正在编写 HealthIndicator 执行器端点并想检查 amadeus 服务是否已启动并且 运行。 现在我正在向 https://test.api.amadeus.com/v2 发送 GET 请求,但收到

"org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [\n{\n "errors": [\n {\n "code": 38196,\n "title": "Resource not found",\n "detail": "The targeted resource doesn't exist",\n "status": 404\n }\n ]\n}\n ]"

是否有自助服务端点 API 来检查?

不,我们无法检查 Amadeus for Developers APIs 的健康状况。 test.api.amadeus.com 将测试 API 管理平台,但不会测试我们提供的 API。 https://test.api.amadeus.com/v2 是基本路径,不是实际端点,因此您无法调用它。我们计划在未来发布一个状态页面,提供有关我们 API 的健康信息。