Monitoring - Delete Dashboard
ダッシュボードIDによるダッシュボードの削除
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}
URI パラメーター
| 名前 | / | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
dashboard
|
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"
]