共用方式為


取得 Cube

總結: 瞭解 「取得 Cube」作業,這項作業是通話品質儀表板資料 API 的一部分。 通話品質儀表板是商務用 Skype Server的工具。

Get Cube 作業是通話品質儀表板資料 API 的一部分。

取得 Cube

取得 Cube 作業會傳回可用維度和度量單位的清單。

方法 要求 URI HTTP 版本
獲取
<HTTPs:// portal > /QoEDataService/CubeStructure
HTTP/1.1

URI 參數 - 無。

要求頁首 - 無額外標頭。

要求內文 - 無。

回應 - 回應包含 HTTP 狀態碼和一組回應標頭。

狀態碼 - 成功的作業會傳回狀態碼 200 (OK) 。

回應標頭 - 沒有額外的標頭。

回應內文 - 以下是 JSON 中的範例回應承載。

注意事項

此範例僅顯示每個 Cube 元素群組的前兩個元素。

{
"Kpis": [{
"FriendlyName": "Poor Trend Month",
"DataModelName": "[KPIValue].Poor Trend Month",
"Description": null
},
{
"FriendlyName": "Poor Rate Trend Month",
"DataModelName": "[KPIValue].Poor Rate Trend Month",
"Description": null
}],
"Dimensions": [{
"Category": "Access Location Pair",
"Attributes": [{
"FriendlyName": "Location Pair",
"DataModelName": "[Access Location Pair].[Location Pair]",
"Description": "Description of Location Pair"
}]
},
{
"Category": "Audio Bandwidth Est",
"Attributes": [{
"FriendlyName": "Metric",
"DataModelName": "[Audio Bandwidth Est].[Metric]",
"Description": "Description of Metric"
}]
}],
"Measurements": [{
"FriendlyName": "Audio Streams Count",
"DataModelName": "[Measures].[Audio Streams Count]",
"Description": "Description of Audio Streams Count"
},
{
"FriendlyName": "Audio Good Streams JPDR Count",
"DataModelName": "[Measures].[Audio Good Streams JPDR Count]",
"Description": "Description of Audio Good Streams JPDR Count"
}]
}

KPI - 保留。 要求承載的 KPI 區段可讓 Run Query 運算傳回 Cube 中定義之 KPI 的值。 QoE Cube 中還沒有 KPI。

維度 - 執行查詢作業要求承載之 [篩選] 和 [維度] 區段中可能使用的維度清單。 若要在篩選運算式中使用維度,您必須指定維度成員,以便使用「取得維度成員」運算取得。

度量 - 執行查詢作業要求承載之 [度量] 區段中可能使用的度量表清單。