UpdateDashboard
Update an existing dashboard's title or panel layout
PUT
/api/v1/monitoring/dashboards/{id}Operation ID
UpdateDashboardSince
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/jsonPath Parameters
idStringRequiredUUID of the dashboard to update
Body Fields
tenantIdStringRequiredUUID of the tenant owning the dashboard
Example: tenant-001-xyz
userIdStringRequiredUUID of the user performing the update
Example: user-001-abc
titleStringRequiredUpdated display title
Example: VM Performance Overview v2
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
