Imports an API from the FlexDeploy Artifact Repository into Oracle API Platform.
...
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. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Smart Import | FDOAP_INP_SMART_IMPORT | N | Import will only take place if changes are detected in the implementation or publication of the API. This prevents unnecessary API iteration increases. |
API Grants | FDOAP_INP_API_GRANTS | N | Multiselect list of grants to grant to the group(s) specified in the Grantee Groups input |
Grantee Groups | FDOAP_INP_GROUPS | N | Required Groups or Users are required if API Grants are specified. Oracle Paas group to receive API Grants. If multiple then separate with a comma. Group1,Group2 |
Grantee Users | FDOAP_INP_USERS | N | Groups or Users are required if API Grants are specified. Oracle users to receive API Grants. |
Update References | FDOAP_INP_UPDATE_REFERENCES | N | Will query target environment for reference ids and replace them before importing.
See ExportAPI Special Considerations for more information on replacing references. |
...