Duplicates a dashboard panel
curl --request POST \
--url https://api.rootly.com/v1/dashboard_panels/{id}/duplicate \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f1a73b95-5006-4553-815f-ce513de11684",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "a3bf3291-0532-4eb7-b80e-bd04db86fc3e",
"name": "Copy of Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2025-12-10T16:21:54.456-08:00",
"updated_at": "2025-12-10T16:21:54.456-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-12-03": 0,
"2025-12-04": 0,
"2025-12-05": 0,
"2025-12-06": 0,
"2025-12-07": 0,
"2025-12-08": 0,
"2025-12-09": 0,
"2025-12-10": 0
}
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
dashboard panel created
Show child attributes
Unique ID of the dashboard_panel
dashboard_panels Show child attributes
Show child attributes
line_chart, line_stepped_chart, column_chart, stacked_column_chart, monitoring_chart, pie_chart, table, aggregate_value Show child attributes
alerts, incidents, incident_post_mortems, incident_action_items, users Show child attributes
and, or Show child attributes
and, or =, !=, >=, <=, exists, not_exists, contains, not_contains, assigned, unassigned The panel dashboard
The name of the dashboard_panel
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/dashboard_panels/{id}/duplicate \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "f1a73b95-5006-4553-815f-ce513de11684",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "a3bf3291-0532-4eb7-b80e-bd04db86fc3e",
"name": "Copy of Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2025-12-10T16:21:54.456-08:00",
"updated_at": "2025-12-10T16:21:54.456-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-12-03": 0,
"2025-12-04": 0,
"2025-12-05": 0,
"2025-12-06": 0,
"2025-12-07": 0,
"2025-12-08": 0,
"2025-12-09": 0,
"2025-12-10": 0
}
}
]
}
}
}