Skip to main content

/Command/RepairBuild

Performs an unscheduled repair build of a registered cube.

Request Method

POST

URL Parameters

None. Note that a request body is required; see the next heading.

Request Body Details

This endpoint uses the following property of the request body:

cubeName

Required. The name of the cube to repair.

Example Request

Example Response

{
    "buildStats": {
        "buildStats_1": {
            "caption": "Patients",
            "elapsedTime": 0.494022,
            "errors": 0,
            "event": "build",
            "eventId": "120",
            "expressionTime": 0.345886,
            "factCount": 1000,
            "iKnowTime": 0,
            "missingReferences": 0,
            "status": 1
        }
    },
    "Error": "",
    "status": 1
}

For information that applies to all response objects, see Notes on the Response Objects.

FeedbackOpens in a new tab