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": "3b1b3f96-9a00-40eb-b16f-7246e98e5d63",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "c72e028d-0ef3-499f-ad12-c402a2c01222",
"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-10-30T05:28:01.037-07:00",
"updated_at": "2025-10-30T05:28:01.037-07:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-10-23": 0,
"2025-10-24": 0,
"2025-10-25": 0,
"2025-10-26": 0,
"2025-10-27": 0,
"2025-10-28": 0,
"2025-10-29": 0,
"2025-10-30": 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": "3b1b3f96-9a00-40eb-b16f-7246e98e5d63",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "c72e028d-0ef3-499f-ad12-c402a2c01222",
"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-10-30T05:28:01.037-07:00",
"updated_at": "2025-10-30T05:28:01.037-07:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-10-23": 0,
"2025-10-24": 0,
"2025-10-25": 0,
"2025-10-26": 0,
"2025-10-27": 0,
"2025-10-28": 0,
"2025-10-29": 0,
"2025-10-30": 0
}
}
]
}
}
}