[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

DashboardDefinitionDto

Dashboard definition


Properties

string
name Required

A unique name for each dashboard


string
dashboardType Required

All allowed dashboard types, which include: USER_DEFINED

Possible values are: USER_DEFINED


array of DashboardWidget
widgets Required

List of dashboard widget


string
allowedAction Optional

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

Possible values are: READUPDATELOCKHIDDENDISABLEDNONE


string
cspOrgId Optional

Unique ID associated with the org


entityTagAssociation Optional

List of tags associated with this dashboard


string
id Optional

A unique identifier for each dashboard


boolean
isFavourite Optional

Represents whether this dashboard is a user’s favorite


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

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"}]
vmware-aria-operations-for-logs
Property Of

DashboardResponseDto
Parameter To

Create Dashboard
Returned By

Create Dashboard
Get Dashboard By ID

Feedback

Was this page helpful?