Deploys an API to a Logical Gateway and any configured Nodes for that Gateway. The API deployed is determined by the FDOAP_API_NAME and FDOAP_API_VERSION properties and the optional FDOAP_INP_API_ITERATION input.
Attachments |
---|
This operation can also be used to undeploy, activate or inactivate a deployment depending on the Deploy Action input.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle API Platform Account |
| Yes | The Oracle API Platform cloud account to use for this operation. |
Oracle API Gateway Id |
| Yes | The Logical Gateway Id to use for deployments. This is found in the header drawer (3 vertical dots) when inspecting the Logical Gateway in API Platform. |
...
If your deploy workflow is not running the ImportAPI step, then I recommend you save the output API Iteration from ExportAPI to a file during the build workflow. You can then read that file in during deploy. Check out these build/deploy workflows:
Build Workflow -
View file name BuildWorkflowAPI_2.yml
If you deploy workflow does have the import step prior to deployment, then you can simply use the output returned from that step.
...