FlexDeploy - Oracle Visual Builder Plugin Guide
The Oracle Visual Builder (OVB) plugin provides features and functionalities to manage the development life cycle of visual applications created in Oracle Visual Builder Cloud Service (OVBCS). The plugin provides various operations for more efficient deployment process across multiple cloud environments.
Java 8 must be used on the endpoint
Key Features
Simple configuration.
Setup reusable deployment configuration plans for service endpoints across one or more applications.Â
Plugin Operations
Notes
This plugin does not support basic auth for any operations that utilize the REST API. This is restricted by Oracle. It is notated in each operation if it supports basic auth or not.
Cloud Account Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OVB User |
| Yes | User name for the registered OVB account |
OVB Password |
| Yes | Password for the registered OVB account |
OVB Base URI |
| Yes | The REST Base URI of a running OVB Instance |
OVB Identity Base URI |
| No | The Oracle Identity Cloud Service URL (IDCS). E.G. https://idcs-1a2bc3de.identity.oraclecloud.com. Only required when using OAuth. For more information on configuring OAuth see here. |
OVB Client Id |
| No | The Oracle Identity Client Id. Only required when using OAuth. For more information on configuring OAuth see here. |
OVB Client Secret |
| No | The Oracle Identity Client Secret. Only required when using OAuth. For more information on configuring OAuth see here. |
OVB Client Scope |
| No | The Oracle Identity Client Scope. Only required when using OAuth. For more information on configuring OAuth see here. |
OVBÂ Keystore Path |
| No | Java keystore path containing the private key to use for JWT User Assertion. Only required when using OAuth. For more information on configuring OAuth see here. |
OVBÂ Keystore Passphrase |
| No | Java keystore passphrase for the OVB Keystore Path property. Only required when using OAuth. For more information on configuring OAuth see here. |
OVBÂ Certificate Alias |
| No | Private certificate alias. Only required when using OAuth. For more information on configuring OAuth see here. |
OVBÂ Certificate Passphrase |
| No | Passphrase for the OVB Certificate Alias property. Leave blank if no passphrase was used. Only required when using OAuth. For more information on configuring OAuth see here. |
OVBÂ Certificate Algorithm |
| No | Algorithm used for the certificate. Defaults to RS256 Only required when using OAuth. For more information on configuring OAuth see here. |
OVB Component Exchange URL |
| No | URL for a visual builder component exchange. More info on this https://docs.oracle.com/en/cloud/paas/app-builder-cloud/abcag/manage-your-component-exchange.html#GUID-2B02DA1E-82EA-4FD1-88EC-F1C113A8969E . Default is the US Oracle hosted exchange. Only neccessary if using buildApplication operation and you are using component exchange. |
OVB Component Exchange Username |
| No | Username for a visual builder component exchange. Defaults to US oracle hosted exchange. Only neccessary if using buildApplication operation and you are using component exchange. |
OVB Component Exchange Password |
| No | Password for a visual builder component exchange. Default for US oracle hosted exchange is: bXwphh6RMFjn#g Only neccessary if using buildApplication operation and you are using component exchange. |
- style