Imports an API from the FlexDeploy Artifact Repository into Oracle API Platform.
This operation will look for a single file called flexApi.json in the Artifact Repository to use. If no flexApi.json file is found, then it will fall back to any file with a .json extension. If an API with the same name and version already exist on the server then that API will be updated otherwise the API will be created. The API Id and API Iteration will be returned as outputs at the end of execution.
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle API Platform Account | FDOAP_CLOUD_ACCOUNT_CODE | Y | The Oracle API Platform cloud account to use for this operation. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle API Name | FDOAP_API_NAME | Y | Name of the API being managed |
Oracle API Version | FDOAP_API_VERSION | Y | Version of the API being managed |
API Entitlements | FDOAP_API_ENTITLEMENTS | N | CSV list of Plan names to entitle the API with during import. If the plan doesn't exist a warning will be logged during execution. This should only be used when multiple API Platform instances are being used. |
...