DashboardDefinitionDto
Dashboard definition
Properties
A unique name for each dashboard
All allowed dashboard types, which include: USER_DEFINED
Possible values are: USER_DEFINED
All allowed feature actions, which include: READ, UPDATE, LOCK, HIDDEN, DISABLED, NONE
Possible values are: READ , UPDATE , LOCK , HIDDEN , DISABLED , NONE
Unique ID associated with the org
List of tags associated with this dashboard
A unique identifier for each dashboard
Represents whether this dashboard is a user’s favorite
ID of the content pack that this dashboard belongs to if the dashboard is part of a content pack
Name of the owner of this dashboard
JSON Example
{
"dashboardType": "USER_DEFINED",
"name": "string",
"widgets": [
{
"name": "string",
"queryDefinitionLink": "string",
"widgetPlacement": {
"height": 4,
"width": 4,
"x": 0,
"y": 0
},
"widgetType": "CHART"
}
]
}
Property Of
DashboardResponseDto
Parameter To
Create Dashboard
Returned By
Create Dashboard
Get Dashboard By ID