Export a project to the server repository

Description

Exports project to a QCP file and save in ALM server repository.

URL

/qcbin/v2/sa/api/domains/{domain}/projects/{project}/export

HTTP Method

POST

Remarks

To export a project, it should be inactive firstly.

Returns

On success, the HTTP return value is 201.

On success, returns the path and size of the QCP file.

Return Value example

Accept: application/json

{

  "file": {

    "path": "C:\\ProgramData\\Micro Focus\\ALM\\repository\\export\\export898726508121294394.qcp",

    "size": 1414555

 }

}