Monitoring - Get Dashboard Type
Récupère le type de tableau de bord par ID de tableau de bord.
GET http://<Servername>/OperationsManager/monitoring/dashboardType/{dashboardId}
Paramètres URI
| Nom | Dans | Obligatoire | Type | Description |
|---|---|---|---|---|
|
dashboard
|
path | True |
string |
Spécifier l’ID du tableau de bord |
Réponses
| Nom | Type | Description |
|---|---|---|
| 200 OK |
string |
D’ACCORD. Type de tableau de bord récupéré avec succès. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Exemples
Monitoring_GetDashboardType
Exemple de requête
GET http://<Servername>/OperationsManager/monitoring/dashboardType/5a9d9caf-6453-5d7c-ae4d-cf53fb6dc298
Exemple de réponse
[
"MONITORING"
]