Monitoring - update Widget

Aktualizuje vlastnosti nebo konfiguraci widgetu

PUT http://<Servername>/OperationsManager/monitoring/widget/{widgetId}

Parametry identifikátoru URI

Name V Vyžadováno Typ Description
widgetId
path True

string

Zadejte ID widgetu

Text požadavku

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Vyžadováno Typ Description
name True

string

Název součásti

componentType

string

Typ komponenty

config

string

Konfigurace komponenty

description

string

Popis součásti

mpDescription

string

MP Popis

mpId

string

Mpx ID

mpName

string

Název MP

mpVersion

string

MP verze

path

string

Cesta

Odpovědi

Name Typ Description
200 OK

boolean

OK. Konfigurace widgetu byla úspěšně aktualizována.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Příklady

Monitoring_updateWidget

Ukázkový požadavek

PUT http://<Servername>/OperationsManager/monitoring/widget/36d07f06-f74b-f820-9697-fc6dda6bce4e

{
  "mpId": "dcfdedc4-68bd-42b4-1e9a-ba94b1577732",
  "path": "Monitoring",
  "name": "test alert widget",
  "description": "test",
  "config": "{\"widgetDisplay\":{\"col\":1,\"row\":1,\"sizex\":6,\"sizey\":4,\"columns\":[\"severity\",\"monitoringobjectdisplayname\",\"name\",\"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}",
  "componentType": "HtmlAlertWidget"
}

Ukázková odpověď

[
  "Ok"
]

Definice

MonitoringComponentRequest

Name Typ Description
componentType

string

Typ komponenty

config

string

Konfigurace komponenty

description

string

Popis součásti

mpDescription

string

MP Popis

mpId

string

Mpx ID

mpName

string

Název MP

mpVersion

string

MP verze

name

string

Název součásti

path

string

Cesta