v6

OpenAPI 3.1.02026-07-311856741.1 MB
metrics
public

Create Metric Dashboard

Create a user-defined metric dashboard.

Scopes: metrics:write

post/v1/metrics/dashboards

Request body

namestring required

Display name for the dashboard.

metricsstring[]

List of metric slugs to display in this dashboard.

organization_idstring uuid4 nullable

The organization ID.

Example request

{
  "organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737"
}

Response

Successful Response

created_atstring date-time required

Creation timestamp of the object.

modified_atstring date-time nullable required

Last modification timestamp of the object.

idstring uuid4 required

The ID of the object.

namestring required

Display name for the dashboard.

metricsstring[] required

List of metric slugs displayed in this dashboard.

organization_idstring uuid4 required

The ID of the organization owning this dashboard.