Monitoring - Add Dashboard
Žádost o uložení řídicího panelu v zobrazení monitorování
POST http://<Servername>/OperationsManager/monitoring/dashboard
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 komponenty |
componentType |
string |
Typ komponenty |
|
config |
string |
Konfigurace komponenty |
|
description |
string |
Popis komponenty |
|
mpDescription |
string |
Popis mp |
|
mpId |
string |
Mp ID |
|
mpName |
string |
Název mp |
|
mpVersion |
string |
Verze SADY MP |
|
path |
string |
Cesta |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
Ok. Řídicí panel se úspěšně uložil Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Příklady
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
}
Definice
Name | Description |
---|---|
Component |
|
Monitoring |
ComponentResponse
Name | Typ | Description |
---|---|---|
componentType |
string |
Typ komponenty |
config |
string |
konfigurace |
description |
string |
Popis komponenty |
id |
string |
ID |
mpId |
string |
ID mp součásti |
name |
string |
Název součásti |
MonitoringComponentRequest
Name | Typ | Description |
---|---|---|
componentType |
string |
Typ komponenty |
config |
string |
Konfigurace komponenty |
description |
string |
Popis komponenty |
mpDescription |
string |
Popis mp |
mpId |
string |
Mp ID |
mpName |
string |
Název mp |
mpVersion |
string |
Verze SADY MP |
name |
string |
Název komponenty |
path |
string |
Cesta |