Monitoring - Get Dashboard Type
ダッシュボード ID でダッシュボードの種類を取得します。
GET http://<Servername>/OperationsManager/monitoring/dashboardType/{dashboardId}
URI パラメーター
| 名前 | / | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
dashboard
|
path | True |
string |
ダッシュボード ID の指定 |
応答
| 名前 | 型 | 説明 |
|---|---|---|
| 200 OK |
string |
わかりました。 ダッシュボードの種類が正常に取得されました。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
例
Monitoring_GetDashboardType
要求のサンプル
GET http://<Servername>/OperationsManager/monitoring/dashboardType/5a9d9caf-6453-5d7c-ae4d-cf53fb6dc298
応答のサンプル
[
"MONITORING"
]