Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

open-api-catalog not generating swagger

Joe the JetMar 4 2019 — edited Mar 6 2019

Ok, sorry to bother you again, but I have been unable to get the open-api-catalog to return anything for a table and when I do it from a schema it no longer returns swagger, it returns this:

http://server:9090/ords/trex/open-api-catalog/

{"items":[{"name":"HEROES","links":[{"rel":"canonical","href":"http://serva.llnl.gov:9090/ords/trex/open-api-catalog/heroes/","mediaType":"application/openapi+json"}]},{"name":"hw","links":[{"rel":"canonical","href":"http://serva.llnl.gov:9090/ords/trex/open-api-catalog/hw/","mediaType":"application/openapi+json"}]},{"name":"TRVL_ACCR_SYS_PARM","links":[{"rel":"canonical","href":"http://serva.llnl.gov:9090/ords/trex/open-api-catalog/accrsysparm/","mediaType":"application/openapi+json"}]}],"hasMore":false,"limit":25,"offset":0,"count":3,"links":[{"rel":"self","href":"http://serva.llnl.gov:9090/ords/trex/open-api-catalog/"},{"rel":"first","href":"http://serva.llnl.gov:9090/ords/trex/open-api-catalog/"}]}

It used to return swagger, but it stopped. Also, any idea why or why adding the table after the api returns a blank page?

This post has been answered by thatJeffSmith-Oracle on Mar 4 2019
Jump to Answer
Comments
Post Details
Added on Mar 4 2019
4 comments
418 views