My Workspace - Update Dashboard Details in MyWorkspace
Irányítópult frissítése a munkaterületen.
PUT http://<Servername>/OperationsManager/myWorkspace/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 részleteit a myworkspace-ben. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Példák
MyWorkspace_UpdateDashboardDetails
Mintakérelem
PUT http://<Servername>/OperationsManager/myWorkspace/dashboard/09f98d55-b337-47c9-8a27-1825199dee27/widgets
{
"dashboard": {
"name": "Windows Dashbaord",
"description": "test",
"config": "",
"componentType": ""
},
"widgets": [
{
"id": "0ed3b194-7f62-4bd3-bbc4-99f763c46a19",
"name": "windows state",
"description": "test",
"config": "{\"widgetDisplay\":{\"col\":1,\"row\":1,\"sizex\":6,\"sizey\":4,\"columns\":[\"maintenancemode\",\"healthstate\",\"path\",\"displayname\"],\"payload\":\"0ed3b194-7f62-4bd3-bbc4-99f763c46a19\",\"dragHandle\":\".draggable\",\"resizeHandle\":\".resizable\"},\"widgetParameters\":{\"scope\":{\"scopeSelection\":[],\"classSelection\":[{\"id\":\"3c8ac4f3-475e-44dd-4163-8a97af363705\",\"displayName\":\"All Windows Computers\",\"className\":\"Microsoft.SystemCenter.Library!Microsoft.SystemCenter.AllComputersGroup\",\"path\":null,\"fullName\":null,\"objectType\":-2}]},\"criteria\":{\"healthStates\":[\"3\",\"0\",\"2\",\"1\"],\"inMaintenanceMode\":\"All\"}},\"widgetRefreshInterval\":5}",
"componentType": "HtmlStateWidget"
}
]
}
Mintaválasz
[
"true"
]
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 |