Skip to Main Content

Breadcrumb

Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions

Question and Answer

Connor McDonald

Thanks for the question, Jeremie.

Asked: September 29, 2025 - 1:10 pm UTC

Last updated: October 03, 2025 - 1:23 am UTC

Version: 21.3

Viewed 100+ times

You Asked

Hello,

I am looking for the OpenAPI 3.0 of the GoldenGate API 21.3


We only found the Swagger 2.0 file from this URL :
https://docs.oracle.com/en/middleware/goldengate/core/21.3/oggra/swagger.json

Thank you for your help.


and Connor said...

Rating

  (1 rating)

Comments

Thank you but...

Jeremie Eeckeman, October 01, 2025 - 6:10 am UTC

Thank you for your answers but ...

I need the Open API 3.0 format file API description to implement easily in our API Manager instead reading the documentation and implementing it.

I will implement it :)
Connor McDonald
October 03, 2025 - 1:23 am UTC

This is the best I got

https://docs.oracle.com/en/middleware/goldengate/core/23/oggra/swagger.json

Then I suppose you could do something like

https://github.com/swagger-api/swagger-converter

(which I know is not ideal)