Monitoring - Add Dashboard
Verzoek om het dashboard op te slaan in de bewakingsweergave.
POST http://<Servername>/OperationsManager/monitoring/dashboard
Aanvraagbody
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Vereist | Type | Description |
---|---|---|---|
name | True |
string |
Naam van onderdeel |
componentType |
string |
Onderdeeltype |
|
config |
string |
Configuratie van onderdelen |
|
description |
string |
Beschrijving van onderdeel |
|
mpDescription |
string |
MP-beschrijving |
|
mpId |
string |
Mp-id |
|
mpName |
string |
MP-naam |
|
mpVersion |
string |
MP-versie |
|
path |
string |
Pad |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK. Het dashboard is opgeslagen Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
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
}
Definities
Name | Description |
---|---|
Component |
|
Monitoring |
ComponentResponse
Name | Type | Description |
---|---|---|
componentType |
string |
Onderdeeltype |
config |
string |
configuratie |
description |
string |
Beschrijving van onderdeel |
id |
string |
Id |
mpId |
string |
MP-id van onderdeel |
name |
string |
Naam onderdeel |
MonitoringComponentRequest
Name | Type | Description |
---|---|---|
componentType |
string |
Onderdeeltype |
config |
string |
Configuratie van onderdelen |
description |
string |
Beschrijving van onderdeel |
mpDescription |
string |
MP-beschrijving |
mpId |
string |
Mp-id |
mpName |
string |
MP-naam |
mpVersion |
string |
MP-versie |
name |
string |
Naam van onderdeel |
path |
string |
Pad |