Publishing the elasticsearch Search APIs to a API gateway

Is it possible to publish the Elasticsearch Search APIs to a API gateway like axway.

Hey,

I do not know the API gateway you mentioned, but there is a JSON based API endpoint specification in the Elasticsearch source, that contains all the APIs, see https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api (make sure you pick the right branch for each versions).

If this is not what you are after, maybe you can elaborate further.

Thanks!

--Alex

Thanks for the reply.

I am looking to import the Elasticsearch API specifications into axway gateway - (
https://docs.axway.com/bundle/APIManager_77_APIMgmtGuide_allOS_en_HTML5/page/Content/APIManagementGuideTopics/api_mgmt_register_web.htm) and it requires the specifications in one of the following formats.

  1. Swagger API
  2. RAML API
  3. WADL API

Thanks.

I'm sorry, but these formats are currently not supported or provided...

You may want to follow https://github.com/elastic/elasticsearch/issues/25152

Sure. Thanks for letting me know.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.