Get the download links for the MFT MDS archive and Config Plan files

get

/mftapp/rest/v1/mftapp/rest/v1/applicationMetadata

The response contains the absolute URLs referencing to the Metadata archive and Config file. User artifactName and artifactType parameters to export the transfer and related metadata. To export the artifact from a deployment, provide the label. Use the logFormat flag to get a partial/full details in the config plan file.

Request

Query Parameters
artifactName
Type: string
Name of the artifact to be exported
artifactType
Type: string
Type of the artifact to be exported, only support TRANSFER artifactType
label
Type: string
Label of the deployment to be exported
longFormat
Type: boolean
Option to export the long format having full attribute details in config plan file

Response

Supported Media Types
  • application/json
200 Response
Body
Root Schema : /paths/~1mftapp~1rest~1v1~1applicationMetadata/get/responses/200/schema
Type: object
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: "
}