ML Deploy Cube

Use this operation to deploy or redeploy the calculation cube for a selected Management Ledger application.

Table 3-1 ML Deploy Cube

Name Description
Action Type POST
Request URI http://{HostName}/profitability/rest/v1/applications/{applicationName}/jobs/ledgerDeployCubeJob
Request Payload
{
   "isKeepData":"true",
   "isReplaceCube":"true",
   "isRunNow":"true",
   "comment":"Test Ml Deploy"
}
Response
{
  "type": "Profitability",
  "links": [
    {
      "href": "http://slc06vya.mydomain.com:19000/profitability/rest/v1/applications/LM1T2/jobs/ledgerDeployCubeJob",
      "action": "POST",
      "rel": "self",
      "data": {
        "isRunNow": true,
        "isKeepData": true,
        "isReplaceCube": true,
        "comment": "Test Ml Deploy"
      }
    },
    {
      "href": "http://SLC06VYA.mydomain.com:19000/profitability/rest/v1/applications/jobs/ChecktaskStatusJob/LM1T2_LM1T2_DeployCube_D20160113T065447_b64_1",
      "action": "GET",
      "rel": "Job status"
    }
  ],
  "status": -1,
  "details": "LM1T2_LM1T2_DeployCube_D20160113T065447_b64_1",
  "statusMessage": "IN_PROGRESS"
}
Process Type Asynchronous

Table 3-2 Request Parameters

Parameter Description Example
applicationName Application Name LM1T2

Table 3-3 Response Values

Parameter Description Example
details CES Task Id LM1T2_LM1T2_DeployCube_D20160113T051333_38e_1