Component - Add Dashboard
Creates a new dashboards with the specified properties.
POST http://<Servername>/OperationsManager/component/dashboard
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Required | Type | Description |
|---|---|---|---|
| name | True |
|
Specify the dashboard or widget name. |
| componentType |
|
Specify the type of widget |
|
| config |
|
Specify the configuration. |
|
| description |
|
Specifiy the dashboard or widget description. |
|
| id |
|
Specify the ID of Dashboard/Widget when updating dashboard or widget |
|
| mpDescription |
|
Specify the management pack description. |
|
| mpId |
|
Specify the management pack ID if you would like to utilize an existing unsealed management pack for the operation. |
|
| mpName |
|
Specify the management pack name. If you would like to perform the operation in a new management pack then specify the management pack name. |
|
| mpVersion |
|
Specify the management pack version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK. Successfully created a dashboard Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitions
|
Component |
|
|
Component |
ComponentRequest
| Name | Type | Description |
|---|---|---|
| componentType |
|
Specify the type of widget |
| config |
|
Specify the configuration. |
| description |
|
Specifiy the dashboard or widget description. |
| id |
|
Specify the ID of Dashboard/Widget when updating dashboard or widget |
| mpDescription |
|
Specify the management pack description. |
| mpId |
|
Specify the management pack ID if you would like to utilize an existing unsealed management pack for the operation. |
| mpName |
|
Specify the management pack name. If you would like to perform the operation in a new management pack then specify the management pack name. |
| mpVersion |
|
Specify the management pack version. |
| name |
|
Specify the dashboard or widget name. |
ComponentResponse
| Name | Type | Description |
|---|---|---|
| componentType |
|
Type of the component. |
| config |
|
Configuration of the dashbaord. |
| description |
|
Description of the dashboard or widget. |
| id |
|
Dashboard or widget ID. |
| mpId |
|
ID of the management pack where dashbaord or widget is saved. |
| name |
|
Name of the dashbaord or widget. |