Monitoring - Delete Dashboard
Verwijdert het dashboard op basis van dashboard-ID
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
dashboard
|
path | True |
string |
Geef de dashboard-id op. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
boolean |
OK. Dashboard met succes verwijderd. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
Monitoring_DeleteDashboard
Voorbeeldaanvraag
DELETE http://<Servername>/OperationsManager/monitoring/dashboard/b0ba870b-6d74-2f8f-2e36-99674ae53265
Voorbeeldrespons
[
"true"
]