Export ML Template

Use this operation to export Management Ledger applications as a template zip file. The same template file can be imported into other Profitability and cost management instances. When an already existing file name is used then it will overwrite content in the existing file.

Note:

Input Data export is not currently available when a template is exported using the REST API. However, this feature is supported from the user interface.

Table 3-17 Export ML Template

Name Description
Action Type POST
Request URI http://myServer.mydomain.com:19000/profitability/rest/v1/applications/Ex3F3/jobs/templateExportJob
Request Payload
{
"fileName":"testFile"
}
Response
{
    "type": "Profitability",
    "links": [{
        "href": "http://myServer.mydomain.com:19000/profitability/rest/v1/applications/Ex3F3/jobs/templateExportJob?fileName=test123",
        "action": "POST",
        "rel": "self",
        "data": {}
    }, {
        "href": "http://myServer.mydomain.com:19000/profitability/rest/v1/applications/jobs/ChecktaskStatusJob/Ex3F3_Ex3F3_ExportTemplate_D20160113T090737_166_1",
        "action": "GET",
        "rel": "Job status"
    }],
    "status": -1,
    "details": "Ex3F3_Ex3F3_ExportTemplate_D20160113T090737_166_1",
    "statusMessage": "IN_PROGRESS"
}
Process Type Asynchronous

Table 3-18 Request Parameters

Parameter Description Example
fileName File name testFile

Table 3-19 Response Values

Parameter Description Example
details CES task id Ex3F3_Ex3F3_ExportTemplate_D20160113T051000_d66_1