Export MFT artifacts in zip format and configPlan file in XML format
get
/mftapp/rest/v1/artifacts
Request
Query Parameters
- domainName
-
Type:
stringDomain Name- sourceName
Type:stringSource name to be exported- targetName
Type:stringTarget of export- transferName
Type:stringName of transferResponse
Supported Media Types- application/json
200 Responseexport artifacts was completed.Headers- location
-
Type:
stringRelative URL of the export properties.
500 ResponseBodyRoot Schema : Error information.Type:objectTitle:Error information.- errorCode
-
Type:
stringThe error code that Oracle Managed File Transfer returns. - errorKey
-
Type:
stringThe error key that Oracle Managed File Transfer returns. - errorMessage
-
Type:
stringA message describing the error that Oracle Managed File Transfer returns.
Example application/json
{ "errorCode":"MFT-7415", "errorKey":"MFT_UNSUPPORTED_ARTIFACT_TYPE", "errorMessage":"Unsupported artifact type found. Artifact type: {TYPE}." }