...
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 | FDOAP_INP_API_NAME | N | @since 5.3.0.4 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 | FDOAP_INP_API_VERSION | N | @since 5.3.0.4 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 | FDOAP_INP_EXPORT_REFERENCES | N | @since 5.3.0.4 Should Should any api references also be exported such as Service Accounts, Plans etc. See Special Considerations below for more details. |
...
Special Considerations
Exporting API References
@since 5.3.0.4 If If you have multiple API Platform instances you often need to migrate APIs from your non prod instance to your prod instance (or however you have segregated the instances). The API json used for the export/import will contain references to other artifacts such as service accounts, gateways etc. The ids of these references may be different between your two instances. As such, something needs to replace the ids before importing to the second instance.
...