Monitoring - Add Dashboard
Demande d’enregistrement du tableau de bord en mode analyse.
POST http://<Servername>/OperationsManager/monitoring/dashboard
Corps de la demande
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Nom | Obligatoire | Type | Description |
---|---|---|---|
name | True |
string |
Nom du composant |
componentType |
string |
Type de composant |
|
config |
string |
Configuration des composants |
|
description |
string |
Description du composant |
|
mpDescription |
string |
MP Description |
|
mpId |
string |
Mp ID |
|
mpName |
string |
Nom du mp |
|
mpVersion |
string |
Version du pack d'administration |
|
path |
string |
Chemin d’accès |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
D'accord. Tableau de bord enregistré avec succès Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Exemples
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
}
Définitions
Nom | Description |
---|---|
Component |
|
Monitoring |
ComponentResponse
Nom | Type | Description |
---|---|---|
componentType |
string |
Type de composant |
config |
string |
configuration |
description |
string |
Description du composant |
id |
string |
id |
mpId |
string |
ID mp du composant |
name |
string |
Nom du composant |
MonitoringComponentRequest
Nom | Type | Description |
---|---|---|
componentType |
string |
Type de composant |
config |
string |
Configuration des composants |
description |
string |
Description du composant |
mpDescription |
string |
MP Description |
mpId |
string |
Mp ID |
mpName |
string |
Nom du mp |
mpVersion |
string |
Version du pack d'administration |
name |
string |
Nom du composant |
path |
string |
Chemin d’accès |