次の方法で共有


Monitoring - Add Dashboard

監視ビューでダッシュボードを保存するように要求します。

POST http://<Servername>/OperationsManager/monitoring/dashboard

要求本文

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

名前 必須 説明
name True

string

コンポーネントの名前

componentType

string

コンポーネントの種類

config

string

コンポーネントの構成

description

string

コンポーネントの説明

mpDescription

string

MP の説明

mpId

string

Mp ID

mpName

string

MP 名

mpVersion

string

MP バージョン

path

string

パス

応答

名前 説明
200 OK

ComponentResponse

わかりました。ダッシュボードが正常に保存されました

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
}

定義

名前 説明
ComponentResponse
MonitoringComponentRequest

ComponentResponse

名前 説明
componentType

string

コンポーネントの種類

config

string

configuration

description

string

コンポーネントの説明

id

string

id

mpId

string

コンポーネント MP ID

name

string

[コンポーネント名]

MonitoringComponentRequest

名前 説明
componentType

string

コンポーネントの種類

config

string

コンポーネントの構成

description

string

コンポーネントの説明

mpDescription

string

MP の説明

mpId

string

Mp ID

mpName

string

MP 名

mpVersion

string

MP バージョン

name

string

コンポーネントの名前

path

string

パス