The Oracle API Gateway (OAG) plugin provides features to build and deploy Api Specification to various Oracle Cloud Infrastructure (OCI) tenancies.
Info |
---|
This is an OCI REST SDK for java based integration, therefore, LOCALHOST endpoint can be used on all targets. |
...
API Specification files are sourced from Source Code Repository like Git, Subversion etc.
API Specifications can be Swagger UI / Open API 3.x format or the native API Specification defined by Oracle.
Build process validates API specification files.
Oracle cloud infrastructure connection details stored in FlexDeploy.
Package-based approach, customers can pick various API Specifications to deploy.
Property replacement for API specification files.
Link API resource and API Deployments and FlexDeploy executions together with defined tags.
Setup reusable OCI cloud accounts to allow deployment to one or more tenancy and/or region.
...
Cloud Account Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OCI Tenancy Id |
| Yes | OCI Tenancy Id to use. |
OCI User OCID |
| Yes | The OCID of the user to connect to OCI as. |
OCI Private Key |
| Yes | The private key to use for authentication. |
OCI Key Fingerprint |
| Yes | The fingerprint of the key pair to use for authentication. |
OCI Private Key Passphrase |
| No | The passphrase of the private key to use for authentication. |
OCI Region |
| No | The region where your OCI instance is located. For example: us-phoenix-1 |