Monitoring - Delete Widget
从 dashboard 中删除小组件。
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}/widget/{widgetId}
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
dashboard
|
path | True |
string |
指定仪表板 ID。 |
|
widget
|
path | True |
string |
指定 Widget ID。 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
boolean |
还行。已成功从特定仪表板中删除小组件 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
示例
Monitoring_DeleteWidget
示例请求
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/925b3d43-d716-d56d-84ba-55a2467a6e7d/widget/edbacdbd-2a9c-06ef-db6a-6d711c2bf8f1
示例响应
[
"true"
]