/Command/BuildAllRegisteredGroups
Builds all cubes registered in the current cube registry.
Request Method
POST
URL Parameters
None.
Request Body Details
This endpoint is called with an empty body.
Example Request
-
Request Method:
POST
-
Request URL:
https://localhost/api/deepsee/v3/Command/BuildAllRegisteredGroups
For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.
-
Request Body:
{}
Example Response
{
"buildStats": {
"buildStats_1": {
"caption": "Filter RDoctors",
"elapsedTime": 0.01413,
"errors": 0,
"event": "build",
"eventId": "124",
"expressionTime": 0.000039,
"factCount": 40,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_2": {
"caption": "Filter RPatients",
"elapsedTime": 0.148839,
"errors": 0,
"event": "build",
"eventId": "126",
"expressionTime": 0.053942,
"factCount": 1000,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_3": {
"caption": "Patients",
"elapsedTime": 0.490752,
"errors": 0,
"event": "build",
"eventId": "122",
"expressionTime": 0.343703,
"factCount": 1000,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_4": {
"caption": "RCities",
"elapsedTime": 0.010991,
"errors": 0,
"event": "build",
"eventId": "123",
"expressionTime": 0.000003,
"factCount": 9,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_5": {
"caption": "RCityRainfall",
"elapsedTime": 0.006289,
"errors": 0,
"event": "build",
"eventId": "127",
"expressionTime": 0,
"factCount": 0,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_6": {
"caption": "RDoctors",
"elapsedTime": 0.014014,
"errors": 0,
"event": "build",
"eventId": "125",
"expressionTime": 0.000041,
"factCount": 40,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_7": {
"caption": "RPatients",
"elapsedTime": 0.136887,
"errors": 0,
"event": "build",
"eventId": "128",
"expressionTime": 0.051799,
"factCount": 1000,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_8": {
"caption": "RPatientsDependsOn",
"elapsedTime": 0.146196,
"errors": 0,
"event": "build",
"eventId": "129",
"expressionTime": 0.051907,
"factCount": 1000,
"iKnowTime": 0,
"missingReferences": 0,
"status": 1
},
"buildStats_9": {
"caption": "RPatientsInherit",
"elapsedTime": 0.163897,
"errors": 0,
"event": "build",
"eventId": "130",
"expressionTime": 0.059377,
"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.