Delen via


Monitoring - Retrieve Dashboard

Haalt de eigenschappen en configuratie van het dashboard op.

GET http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}

URI-parameters

Name In Vereist Type Description
dashboardId
path True

string

Geef de dashboard-id op.

Antwoorden

Name Type Description
200 OK

ComponentResponse

OK. De eigenschappen en configuratie van het dashboard zijn opgehaald.

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

Voorbeelden

Monitoring_RetrieveDashboard

Voorbeeldaanvraag

GET http://<Servername>/OperationsManager/monitoring/dashboard/5a9d9caf-6453-5d7c-ae4d-cf53fb6dc298

Voorbeeldrespons

{
  "id": "5a9d9caf-6453-5d7c-ae4d-cf53fb6dc298",
  "name": "test",
  "description": null,
  "mpId": "da187e72-b9d7-9e16-d098-3b0a624dc38c",
  "componentType": "",
  "config": ""
}

Definities

ComponentResponse

Name Type Description
componentType

string

Onderdeeltype

config

string

configuratie

description

string

Beschrijving van de component

id

string

ID-kaart

mpId

string

MP-ID van onderdeel

name

string

Onderdeelnaam