Monitoring - Retrieve Dashboard
Mengambil properti dan konfigurasi dasbor.
GET http://<Servername>/OperationsManager/monitoring/dashboard/{dashboardId}
Parameter URI
Nama | Dalam | Diperlukan | Jenis | Deskripsi |
---|---|---|---|---|
dashboard
|
path | True |
string |
Tentukan ID dasbor. |
Respons
Nama | Jenis | Deskripsi |
---|---|---|
200 OK |
OKE. Berhasil mengambil properti dan konfigurasi dasbor. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Contoh
Monitoring_RetrieveDashboard
Permintaan sampel
GET http://<Servername>/OperationsManager/monitoring/dashboard/5a9d9caf-6453-5d7c-ae4d-cf53fb6dc298
Respon sampel
{
"id": "5a9d9caf-6453-5d7c-ae4d-cf53fb6dc298",
"name": "test",
"description": null,
"mpId": "da187e72-b9d7-9e16-d098-3b0a624dc38c",
"componentType": "",
"config": ""
}
Definisi
ComponentResponse
Nama | Jenis | Deskripsi |
---|---|---|
componentType |
string |
Tipe Komponen |
config |
string |
konfigurasi |
description |
string |
Deskripsi Komponen |
id |
string |
Nomor Identitas |
mpId |
string |
ID MP Komponen |
name |
string |
Nama Komponen |