次の方法で共有


Monitoring - Delete Dashboard

ダッシュボードIDによるダッシュボードの削除

DELETE http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}

URI パラメーター

名前 / 必須 説明
dashboardId
path True

string

ダッシュボード ID を指定します。

応答

名前 説明
200 OK

boolean

わかりました。ダッシュボードが正常に削除されました。

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Monitoring_DeleteDashboard

要求のサンプル

DELETE http://<Servername>/OperationsManager/monitoring/dashboard/b0ba870b-6d74-2f8f-2e36-99674ae53265

応答のサンプル

[
  "true"
]