...
The operation will search for APIs with the name and version specified in the FDOAP_API_NAME and FDOAP_API_VERSION properties. Once the API has been located, it is saved as flexApi.json in the Artifact Repository. This operation also returns the exported API iteration as an output.
...
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 |
Inputs
Input Name | Input Code | Required | Description | ||
---|---|---|---|---|---|
API Iteration | FDOAP_INP_API_ITERATION | N | Optional API iteration to export. Current/latest iteration will be used if left blank. | ||
API Name |
| N | An optional API name can be given as an input. Primary use case of this input is for utility workflows where this input is delegated to a workflow input. | ||
API Version |
| N | An optional API version can be given as an input. Primary use case of this input is for utility workflows where this input is delegated to a workflow input. | ||
Export References |
| N | Should any api references also be exported such as Service Accounts, Plans etc. See Special Considerations below for more details. |
Outputs
Output Name | Description |
---|---|
FDOAP_OUT_API_ITERATION | The API iteration that was exported. This will be returned regardless of whether or not the API Iteration input was specified. |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository.
...
This operation will select all available endpoints associated to the environment/instanceTarget.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
...