Run ML Clear POV

Use this operation to clear model artifacts and data from a POV combination for Management Ledger applications. This operation is equivalent to the functionality supported by the Point of View Manager screen’s Clear POV Data control

Table 3-4 Run ML Clear POV

Name Description
Action Type POST
Request URI http://{HostName}/profitability/rest/v1/applications/{applicationName}/povs/{povMemberGroup}/jobs/clearPOVJob
Request Payload
{
"isManageRule":"true",
"isInputData":"true",
"isAdjustmentValues":"true",
"isAllocatedValues":"true",
"stringDelimter":"_"
}
Response
{
  "type": "Profitability",
  "links": [
    {
      "href": "http://slc06vya.mydomain.com:19000/profitability/rest/v1/applications/LM1T2/povs/2014_January_Actual/jobs/clearPOVJob",
      "action": "POST",
      "rel": "self",
      "data": {
        "isAllocatedValues": true,
        "isInputData": true,
        "isManageRule": true,
        "stringDelimter": "_",
        "isAdjustmentValues": true
      }
    },
    {
      "href": "http://SLC06VYA.mydomain.com:19000/profitability/rest/v1/applications/jobs/ChecktaskStatusJob/LM1T2_LM1T2_ClearMLPOV_D20160113T065742_62d_1",
      "action": "GET",
      "rel": "Job status"
    }
  ],
  "status": -1,
  "details": "LM1T2_LM1T2_ClearMLPOV_D20160113T065742_62d_1",
  "statusMessage": "IN_PROGRESS"
}
Process Type Asynchronous

Table 3-5 Request Parameters

Parameter Description Example
applicationName Application Name LM1T2
povMemberGroup POV member group 2023_January_Actual

Table 3-6 Response Values

Parameter Description Example
details CES Task Id LM1T2_LM1T2_ClearMLPOV_D20160113T054651_746_1