Freigeben über


Monitoring - Add Dashboard

Anforderung zum Speichern des Dashboards in der Überwachungsansicht.

POST http://<Servername>/OperationsManager/monitoring/dashboard

Anforderungstext

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

Name Erforderlich Typ Beschreibung
name True

string

Name der Komponente

componentType

string

Komponententyp

config

string

Komponentenkonfiguration

description

string

Beschreibung der Komponente

mpDescription

string

MP-Beschreibung

mpId

string

MP-ID

mpName

string

MP-Name

mpVersion

string

MP-Version

path

string

Pfad

Antworten

Name Typ Beschreibung
200 OK

ComponentResponse

Okay. Dashboard erfolgreich gespeichert

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

Beispiele

Monitoring_AddDashboard

Sample Request

POST http://<Servername>/OperationsManager/monitoring/dashboard

{
  "mpId": "dcfdedc4-68bd-42b4-1e9a-ba94b1577732",
  "mpName": "Notifications Internal Library",
  "path": "Monitoring",
  "name": "Notification Dashsboard",
  "description": "test",
  "config": null,
  "componentType": null
}

Sample Response

{
  "id": "7c7cd385-30f5-312f-9123-31c2f22f6edf",
  "name": "Notification Dashsboard",
  "description": "test",
  "mpId": "dcfdedc4-68bd-42b4-1e9a-ba94b1577732",
  "componentType": null,
  "config": null
}

Definitionen

Name Beschreibung
ComponentResponse
MonitoringComponentRequest

ComponentResponse

Name Typ Beschreibung
componentType

string

Komponententyp

config

string

Konfiguration

description

string

Komponentenbeschreibung

id

string

ID

mpId

string

Komponenten-MP-ID

name

string

Komponentenname

MonitoringComponentRequest

Name Typ Beschreibung
componentType

string

Komponententyp

config

string

Komponentenkonfiguration

description

string

Beschreibung der Komponente

mpDescription

string

MP-Beschreibung

mpId

string

MP-ID

mpName

string

MP-Name

mpVersion

string

MP-Version

name

string

Name der Komponente

path

string

Pfad