Monitoring - Add Dashboard
要求將儀表板儲存在監視檢視中。
POST http://<Servername>/OperationsManager/monitoring/dashboard
要求本文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名稱 | 必要 | 類型 | Description |
---|---|---|---|
name | True |
string |
元件名稱 |
componentType |
string |
元件類型 |
|
config |
string |
元件組態 |
|
description |
string |
元件的描述 |
|
mpDescription |
string |
MP 描述 |
|
mpId |
string |
Mp 識別碼 |
|
mpName |
string |
MP 名稱 |
|
mpVersion |
string |
管理組件 (MP) 版本 |
|
path |
string |
路徑 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
還行。已成功儲存的儀表板 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
範例
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
}
定義
名稱 | Description |
---|---|
Component |
|
Monitoring |
ComponentResponse
名稱 | 類型 | Description |
---|---|---|
componentType |
string |
元件類型 |
config |
string |
組態 |
description |
string |
元件描述 |
id |
string |
識別碼 |
mpId |
string |
元件 MP 識別碼 |
name |
string |
元件名稱 |
MonitoringComponentRequest
名稱 | 類型 | Description |
---|---|---|
componentType |
string |
元件類型 |
config |
string |
元件組態 |
description |
string |
元件的描述 |
mpDescription |
string |
MP 描述 |
mpId |
string |
Mp 識別碼 |
mpName |
string |
MP 名稱 |
mpVersion |
string |
管理組件 (MP) 版本 |
name |
string |
元件名稱 |
path |
string |
路徑 |