Updates a dashboard.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:UpdateDashboard |
update |
*Project
|
|
None |
Request syntax
PUT /dashboards/{dashboardName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| dashboardName |
string |
Yes |
The name of the dashboard. |
dashboard-1609294922657-434834 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
ali-test-project |
| body |
object |
No |
The data structure of the dashboard. |
|
| dashboardName |
string |
Yes |
The name of the dashboard. |
dashboard-1609294922657-434834 |
| displayName |
string |
Yes |
The display name of the dashboard. |
Method pv |
| description |
string |
No |
The description of the dashboard. |
test dashboard. |
| attribute |
object |
No |
The attribute values of the dashboard. |
|
|
string |
No |
The attribute value of the dashboard. |
“” |
|
| charts |
array |
Yes |
The charts on the dashboard. |
|
| chart |
No |
The data structure of the chart. |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.