Skip to main content

/Info/DataSources/:sourceType

この REST 呼び出しを介してアクセスする InterSystems IRIS ネームスペースの BI データ・ソースの指定のタイプに関する情報を返します。

要求のメソッド

GET または POST

URL パラメータ

sourceType

必須項目。情報を返すデータ・ソースのタイプを指定します。pivotkpimetric のいずれかになります。

metric タイプは、ビジネス・メトリックを指します。

要求の本文の詳細

pivot タイプでは、ソースを特定の BASECUBE に制限する要求の本文を含む POST を使用できます。"/Info/Pivots" を参照してください。

要求の例

  • 要求のメソッド :

    GET

  • 要求の URL :

    https://localhost/api/deepsee/v3/Info/DataSources/kpi

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

応答の例

{
  "Info": {
    "Error": "",
    "SourceType": "kpi"
  },
  "Result": {
    "KPIs": [
      {
        "name": "BPDiastolic",
        "caption": "BPDiastolic",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "BPSystolic",
        "caption": "BPSystolic",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "BubbleChartDemo",
        "caption": "BubbleChartDemo",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "CrossjoinKPI",
        "caption": "CrossjoinKPI",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "DemoDataChanges",
        "caption": "DemoDataChanges",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "DemoInteroperability",
        "caption": "DemoInteroperability",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "DemoMDX",
        "caption": "DemoMDX",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "DemoMDXAutoFilters",
        "caption": "DemoMDXAutoFilters",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "DemoSQL",
        "caption": "DemoSQL",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "DemoTrendLines",
        "caption": "DemoTrendLines",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "Ens/DeepSee/ActivityVolumeAndDurationKPI",
        "caption": "Activity Volume And Duration",
        "lastModified": "1840-12-31",
        "type": "kpi"
      },
      {
        "name": "Holefoods Actions",
        "caption": "Holefoods Actions",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "Holefoods/CFO",
        "caption": "Holefoods/CFO",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "HoleFoods/KPISQL",
        "caption": "KPI SQL",
        "lastModified": "2024-03-11 16:02:36",
        "type": "kpi"
      },
      {
        "name": "Holefoods/SalesAgainstTargets",
        "caption": "Sales against Targets",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "HoleFoodsYears",
        "caption": "HoleFoodsYears",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "PatientsYears",
        "caption": "PatientsYears",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      },
      {
        "name": "PluginDemo",
        "caption": "PluginDemo",
        "lastModified": "2024-03-11 16:02:35",
        "type": "kpi"
      }
    ]
  }
}
FeedbackOpens in a new tab