CreateDashboard
Create a new monitoring dashboard with a panel layout for a tenant
POST
/api/v1/monitoring/dashboardsOperation ID
CreateDashboardSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
tenantIdStringRequiredUUID of the tenant creating the dashboard
Example: tenant-001-xyz
userIdStringRequiredUUID of the user creating the dashboard
Example: user-001-abc
titleStringRequiredDisplay title for the new dashboard
Example: VM Performance Overview
categoryStringRequiredCategory for the new dashboard
Example: compute
layoutListRequiredLayout for this resource
Example: (nested array)
panelIdStringUnique identifier of the panel within the dashboard
Example: panel-cpu-001
xIntegerHorizontal grid position of the panel
Example: 20
yIntegerVertical grid position of the panel
Example: 20
wIntegerWidth of the panel in grid units
Example: 12
hIntegerHeight of the panel in grid units
Example: 8
