Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

POST /Command/BuildAllRegisteredGroups

現在のキューブ・レジストリに登録されているすべてのキューブを構築します。

URL パラメータ

なし。

要求の本文の詳細

このサービスは空の本文で呼び出されます。

要求の例

  • 要求のメソッド :

    POST

  • 要求の URL :

    http://localhost:52773/api/deepsee/v2/Command/BuildAllRegisteredGroups

    URL の有効な形式に関する説明は、"Business Intelligence REST API の概要" を参照してください。

  • 要求の本文 :

    {}
    

応答の例

{
            "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
        }

すべての応答オブジェクトに適用される情報は、"応答オブジェクトに関する注意事項" を参照してください。

FeedbackOpens in a new tab