Skip to main content

/Command/BuildOneRegisteredGroup

Builds all cubes in a registered cube group in the order in which they are listed and returns statistics on the build process.

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:

groupName

Required. The name of the cube group to be built.

Example Request

Example Response

{
    "buildStats": {
        "caption": "Patients",
        "elapsedTime": 0.594205,
        "errors": 0,
        "event": "build",
        "eventId": "119",
        "expressionTime": 0.396416,
        "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.

Purpose of this instance: Draft documentation
DocReleaseID: IRIS2025.1
Content loaded from:
/staging/learning/iris-doc/2025.1.x/doc/cache/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/ensemble/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/security/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/iris/en-us/src/
Excluded items: EAST, EDICOM, EHL72, EHL7T, HXHCINST, HXHCRN, HXIHINST, HXIHRN, PAGE_healthcare
FeedbackOpens in a new tab