Download the metadata file

get

/mftapp/rest/v1/mftapp/rest/v1/applicationMetadata/{file}

User can download either metadata archive or config plan.

Request

Path Parameters
file
Type: string
Required: true
The file to be downloaded
Query Parameters
artifactName
Type: string
Name of the artifact to be exported
artifactType
Type: string
Type of the artifact to be exported
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
  • application/octet-stream
200 Response
500 Response
Body
Root Schema : Error information.
Type: object
Title: Error information.
Example application/json

{
    "errorCode":"MFT-2301",
    "errorKey":"MFT_EXPORT_ERROR",
    "errorMessage":"Error occurred while exporting the metadata."
}