[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service

DashboardDefinitionDto

Dashboard definition


Properties

string
dashboardType Required

All allowed dashboard types, which include: USER_DEFINED

Possible values are: USER_DEFINED


string
name Required

A unique name for each dashboard


array of DashboardWidget
widgets Required

List of dashboard widget


string
id Optional

A unique identifier for each dashboard


string
cspOrgId Optional

Unique ID associated with the org


string
createdBy Optional

Email of the user who created this dashboard


entityTagAssociation Optional

List of tags associated with this dashboard


string
createdAt Optional

ISO8601 date string that informs when this dashboard was created


boolean
isFavourite Optional

Represents whether this dashboard is a user’s favorite


string
lastUpdatedAt Optional

ISO8601 date string that informs when this dashboard was updated


string
lastUpdatedBy Optional

Email of the user who last updated this dashboard


string
contentPackId Optional

ID of the content pack that this dashboard belongs to if the dashboard is part of a content pack


string
owner Optional

Name of the owner of this dashboard


string
allowedAction Optional

All allowed feature actions, which include: READ, UPDATE, LOCK, HIDDEN, DISABLED, NONE

Possible values are: READUPDATELOCKHIDDENDISABLEDNONE

JSON Example

{
	"dashboardType": "USER_DEFINED",
	"name": "string",
	"widgets": [
		{
			"name": "string",
			"queryDefinitionLink": "string",
			"widgetPlacement": {
				"height": 4,
				"width": 4,
				"x": 0,
				"y": 0
			},
			"widgetType": "CHART"
		}
	]
}
[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
Property Of

DashboardResponseDto
Parameter To

Create Dashboard
Returned By

Create Dashboard
Get Dashboard By ID

Feedback

Was this page helpful?