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": "d1959f52-f6e0-458d-89c2-cbf090abc205",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "93a4d079-fe2d-47d3-8f51-6a4e57ecd865",
"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-20T01:36:59.159-08:00",
"updated_at": "2025-11-20T01:36:59.159-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-11-13": 0,
"2025-11-14": 0,
"2025-11-15": 0,
"2025-11-16": 0,
"2025-11-17": 0,
"2025-11-18": 0,
"2025-11-19": 0,
"2025-11-20": 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": "d1959f52-f6e0-458d-89c2-cbf090abc205",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "93a4d079-fe2d-47d3-8f51-6a4e57ecd865",
"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-20T01:36:59.159-08:00",
"updated_at": "2025-11-20T01:36:59.159-08:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-11-13": 0,
"2025-11-14": 0,
"2025-11-15": 0,
"2025-11-16": 0,
"2025-11-17": 0,
"2025-11-18": 0,
"2025-11-19": 0,
"2025-11-20": 0
}
}
]
}
}
}