Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
dashboard panel created
Duplicates a dashboard panel
curl --request POST \
--url https://api.rootly.com/v1/dashboard_panels/{id}/duplicate \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e7a38aad-e37d-42dc-b7b9-98aa0ecdc9f2",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "f23d4a3c-e4e8-4377-a5a8-2fc3f007de78",
"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-11-27T00:07:08.332-08:00",
"updated_at": "2025-11-27T00:07:08.332-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-11-20": 0,
"2025-11-21": 0,
"2025-11-22": 0,
"2025-11-23": 0,
"2025-11-24": 0,
"2025-11-25": 0,
"2025-11-26": 0,
"2025-11-27": 0
}
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
dashboard panel created
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/dashboard_panels/{id}/duplicate \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e7a38aad-e37d-42dc-b7b9-98aa0ecdc9f2",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "f23d4a3c-e4e8-4377-a5a8-2fc3f007de78",
"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-11-27T00:07:08.332-08:00",
"updated_at": "2025-11-27T00:07:08.332-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-11-20": 0,
"2025-11-21": 0,
"2025-11-22": 0,
"2025-11-23": 0,
"2025-11-24": 0,
"2025-11-25": 0,
"2025-11-26": 0,
"2025-11-27": 0
}
}
]
}
}
}