Export MFT artifacts in zip format and configPlan file in XML format

get

/mftapp/rest/v1/artifacts

Request

Query Parameters
domainName
Type: string
Domain Name
sourceName
Type: string
Source name to be exported
targetName
Type: string
Target of export
transferName
Type: string
Name of transfer

Response

Supported Media Types
  • application/json
200 Response
export artifacts was completed.
Headers
location
Type: string
Relative URL of the export properties.
500 Response
Body
Root Schema : Error information.
Type: object
Title: Error information.
Example application/json

{
    "errorCode":"MFT-7415",
    "errorKey":"MFT_UNSUPPORTED_ARTIFACT_TYPE",
    "errorMessage":"Unsupported artifact type found. Artifact type: {TYPE}."
}