Monitoring - Update Dashboard Details
Frissíti az irányítópult tulajdonságait vagy konfigurációit, valamint az adott irányítópulton elérhető widgeteket.
PUT http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}/widgets
URI-paraméterek
| Name | In | Kötelező | Típus | Description |
|---|---|---|---|---|
|
dashboard
|
path | True |
string |
adja meg az irányítópult azonosítóját. |
Kérelem törzse
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Típus | Description |
|---|---|---|
| dashboard | ||
| widgets |
Válaszok
| Name | Típus | Description |
|---|---|---|
| 200 OK |
boolean |
OKÉ. Sikeresen frissítette az irányítópult tulajdonságait vagy konfigurációit, valamint az adott irányítópulton elérhető widgeteket. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Példák
UpdateDashboardDetails
Mintakérelem
PUT http://<Servername>/OperationsManager/monitoring/dashboard/925b3d43-d716-d56d-84ba-55a2467a6e7d/widgets
{
"dashboard": {
"name": "performance Dashboard",
"description": "test",
"config": "",
"componentType": ""
},
"widgets": [
{
"componentType": "HtmlAlertWidget",
"config": "{\"widgetDisplay\":{\"col\":1,\"row\":1,\"sizex\":6,\"sizey\":4,\"columns\":[\"severity\",\"monitoringobjectdisplayname\",\"name\",\"age\",\"repeatcount\",\"lastmodified\"],\"groupByColumn\":\"nogrouping\",\"expandGroupByColumn\":false,\"sortByColumn\":\"nosorting\",\"sortOrder\":1,\"payload\":\"36d07f06-f74b-f820-9697-fc6dda6bce4e\",\"dragHandle\":\".draggable\",\"resizeHandle\":\".resizable\"},\"widgetParameters\":{\"scope\":{\"scopeSelection\":[]},\"criteria\":{\"severities\":[\"0\",\"1\",\"2\"],\"priorities\":[\"0\",\"2\",\"1\"],\"resolutionStates\":[\"0\",\"247\",\"248\",\"249\",\"250\",\"254\",\"255\"],\"age\":7,\"ageTimeUnit\":\"days\"}},\"widgetRefreshInterval\":5}",
"name": "test",
"mpId": "dcfdedc4-68bd-42b4-1e9a-ba94b1577732",
"id": "36d07f06-f74b-f820-9697-fc6dda6bce4e"
}
]
}
Mintaválasz
[
"Ok"
]
Definíciók
| Name | Description |
|---|---|
|
Component |
|
|
Update |
|
|
Widget |
ComponentRequest
| Name | Típus | Description |
|---|---|---|
| componentType |
string |
Alkatrésztípus |
| config |
string |
Összetevő konfigurációja |
| description |
string |
Az összetevő leírása |
| name |
string |
Összetevő neve |
UpdateDashboard
| Name | Típus | Description |
|---|---|---|
| dashboard | ||
| widgets |
WidgetRequest
| Name | Típus | Description |
|---|---|---|
| componentType |
string |
Alkatrésztípus |
| config |
string |
Összetevő konfigurációja |
| description |
string |
Az összetevő leírása |
| id |
string |
Widget azonosítója |
| name |
string |
Összetevő neve |