Create a new dashboard
POST/perses-pulic/api/v1/projects/:folderId/dashboards
Creates a new dashboard in the specified folder.
Request
Path Parameters
folderId stringrequired
The ID of the folder where the dashboard will be created.
- application/json
Body
required
title string
panels string
refresh string
Responses
- 201
Created dashboard details
- application/json
- Schema
- Example (from schema)
Schema
uid string
{
"uid": "dashboard-1"
}
Loading...