Monitoring - Delete Dashboard
Elimina el panel por ID de panel
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}
Parámetros de identificador URI
| Nombre | En | Requerido | Tipo | Description |
|---|---|---|---|---|
|
dashboard
|
path | True |
string |
Especifique el ID del panel. |
Respuestas
| Nombre | Tipo | Description |
|---|---|---|
| 200 OK |
boolean |
De acuerdo. Panel de control eliminado con éxito. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Ejemplos
Monitoring_DeleteDashboard
Solicitud de ejemplo
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/b0ba870b-6d74-2f8f-2e36-99674ae53265
Respuesta de muestra
[
"true"
]