Prepare Detailed Views for Reporting

Use this operation to prepare views an application.

Table 4-13 Prepare Detailed Views for Reporting

Name Description
Action Type POST
Request URI http://myServer.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/jobs/reportingViewGeneratorJob
Request Payload
{
"dimensions":"Scenario_TScenario"
}
Response
{
    "type": "Profitability",
    "links": [{
        "href": "http://slc06vya.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/jobs/reportingViewGeneratorJob",
        "action": "POST",
        "rel": "self",
        "data": {
            "dimensions": "Scenario_TScenario"
        }
    }],
    "status": 0,
    "details": "Succesful",
    "statusMessage": "SUCCESS"
}
Process Type Asynchronous

Table 4-14 Request Parameters

Parameter Description Example
dimensions Optionally, specify the list of name and short name properties for one or more dimensions to be included in generating the reporting views. Scenario_TScenario

Response Values: None