次の方法で共有


Monitoring - Get Dashboard Type

ダッシュボード ID でダッシュボードの種類を取得します。

GET http://<Servername>/OperationsManager/monitoring/dashboardType/{dashboardId}

URI パラメーター

名前 / 必須 説明
dashboardId
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"
]