Monitoring - Retrieve Dashboards For Object
Haalt dashboards op voor object op basis van host.
GET http://<Servername>/OperationsManager/monitoring/dashboardsForObject/{hostName}?scomObjectId={scomObjectId}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
host
|
path | True |
string |
hostname zoals DrilldownSCOMAlert |
scom
|
query | True |
string |
Geef de object-ID op |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK. De dashboards voor een object zijn opgehaald. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
Monitoring_RetrieveDashboardsForObject
Voorbeeldaanvraag
GET http://<Servername>/OperationsManager/monitoring/dashboardsForObject/DrilldownSCOMAlert?scomObjectId=3ef57959-542f-471e-8046-66423f70377e
Voorbeeldrespons
[
{
"id": "e714789c-787d-da0f-7282-6be465adbce7",
"name": "Alert details",
"description": null,
"mpId": "4c5b598e-3bd7-6420-7c31-0aac5cbea1a9",
"componentType": "DrilldownSCOMAlert",
"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 |