First commit

This commit is contained in:
2025-01-28 18:43:56 -03:00
parent 69c35762d4
commit 7cd2415488

View File

@@ -81,6 +81,13 @@ After run this python code, you will get a more detailed definitions for each or
### Deploy the Swagger to OCI API Gateway
All the YAML files generated by the Python code can be deployed in the OCI API Gateway with this project:
[Implement an Automation to Deploy an OpenAPI spec into OCI API Gateway](https://github.com/hoshikawa2/OCI_API_Gateway_Automation2/blob/main/README.md)
This project will import the Swagger specification generated here and will deploy the APIs to use.
You will need to adjust the backends manually as part of this documentation. See the next step to know more.
### Implement the Orquestration in Oracle Integration
First of all, we must analyze each step of the APIs in OAG.