Skip to main content

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.

Body

required
    title string
    panels string
    refresh string

Responses

Created dashboard details

Schema
    uid string
Loading...