forked from bsura/Argus
-
Notifications
You must be signed in to change notification settings - Fork 5
Dashboard
Lauren Padia edited this page Jun 15, 2016
·
4 revisions
[User Guide](User Guide) | [Data Model](Data Model)
The dashboard object encapsulates information that is used by a visualization framework to render a dashboard. The dashboard content is specific to the visualization framework. Argus web services do not support rendering of metric data or dashboards.
| Field Name | Type | Description |
|---|---|---|
| id | bigint | ID of the dashboard object |
| createdById | bigint | ID of the principal who created the dashboard |
| createdDate | long | Timestamp at which the dashboard was created |
| modifiedById | bigint | ID of the principal who last modified the dashboard |
| modifiedDate | long | Timestamp at which the dashboard was last modified |
| name | string | Dashboard name |
| content | string | Content of the dashboard |
| ownerName | string | Name of the principal owner of the dashboard |
| shared | boolean | Indicates if the dashboard is visible by other users |
| description | string | Dashboard description |
{
"id": 100458,
"createdById": 1,
"createdDate": 1421868387292,
"modifiedById": 101402,
"modifiedDate": 1446760653374,
"name": "Argus Cluster Metrics",
"content": "<h1>Hello World!</h1>",
"ownerName": "admin",
"shared": false,
"description": "Shows core metrics for the Argus cluster"
}Home
[Getting Started](Getting Started)
##[User Guide](User Guide)
Alerts
Annotations
Dashboards
Metrics
Namespaces
[Data Model](Data Model)
Transforms
[Web Service API](Web Service API)
- [/alerts](Alerts Resource)
- [/annotations](Annotation Resource)
- [/audit](Audit Resource)
- [/authentication](Authentication Resource)
- [/collection](Collection Resource)
- [/dashboards](Dashboard Resource)
- [/discover](Discover Resource)
- [/history](History Resource)
- [/management](Management Resource)
- [/metrics](Metrics Resource)
- [/namespace](Namespace Resource)
- [/users](Users Resource)
