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 필수 형식 Description
name True

string

구성 요소의 이름

componentType

string

구성 요소 유형

config

string

구성 요소 구성

description

string

구성 요소에 대한 설명

mpDescription

string

MP 설명

mpId

string

Mp ID

mpName

string

MP 이름

mpVersion

string

MP 버전

path

string

경로

응답

Name 형식 Description
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
}

정의

Name Description
ComponentResponse
MonitoringComponentRequest

ComponentResponse

Name 형식 Description
componentType

string

구성 요소 유형

config

string

구성

description

string

구성 요소 설명

id

string

ID

mpId

string

구성 요소 MP ID

name

string

구성 요소 이름

MonitoringComponentRequest

Name 형식 Description
componentType

string

구성 요소 유형

config

string

구성 요소 구성

description

string

구성 요소에 대한 설명

mpDescription

string

MP 설명

mpId

string

Mp ID

mpName

string

MP 이름

mpVersion

string

MP 버전

name

string

구성 요소의 이름

path

string

경로