Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The operation will search for APIs with the name and version specified in the FDOAP_API_NAME Project Property, then it will find the API with a version matching the FDOAP_INP and FDOAP_API_VERSION Inputproperties.Once    Once the API has been located, it is saved as a flexApi.json file in  in the Artifact Repository. From there, the importAPI operation can be used to import the API into the next environment  This operation also returns the exported API iteration as an output.

Environment/Instance Properties

Property NameProperty CodeRequiredDescription
Oracle API Platform UrlAccountFDOAP_API_URLYBase Url for the API PlatformOracle Identity UrlFDOAP_IDENTITY_URLCLOUD_ACCOUNT_CODEYBase Url for Oracle Identity
Oracle API UsernameFDOAP_USERNAMEYUsername for authentication
Oracle API PasswordFDOAP_PASSWORDYPassword for authentication
Oracle API AudienceFDOAP_AUDIENCEYPrimary Audience for the API Platform
Oracle API ScopeFDOAP_SCOPEYScope for making API calls
Oracle API Client IdFDOAP_CLIENT_IDYClient Id for the API Platform Application
Oracle API Client SecretFDOAP_CLIENT_SECRETYClient Secret for the API Platform Application

Project Properties

Property NameProperty CodeRequiredDescription
Oracle API NameFDOAP_API_NAMEYName The Oracle API Platform cloud account to use for this operation.  

Project Properties

Property NameProperty CodeRequiredDescription
Oracle API NameFDOAP_API_NAMEYName of the API being managed
Oracle API VersionFDOAP_API_VERSIONYVersion of the API being managed

Inputs

Input NameInput CodeRequiredDescription
API VersionIterationFDOAP_INP_API_VERSIONITERATIONYNOptional API version to useiteration to export.  Current/latest iteration will be used if left blank.

Outputs

Output NameDescription
FDOAP_OUT_API_ITERATIONThe 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.

...