Skip to main content
Monitoring & Collection/Grafana Integration

ListDashboardTemplates

List all available Grafana dashboard templates organized by category

GET/api/v1/monitoring/grafana/dashboard-templates

Operation ID

ListDashboardTemplates

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • id
      String

      Unique identifier of the dashboard template

      Example: tpl-vm-overview

    • name
      String

      Display name of the template

      Example: VM Overview Dashboard

    • category
      String

      Category of the template (e.g. compute, network, storage)

      Example: compute

    • description
      String

      Description of the template's purpose and included panels

      Example: Provides CPU, memory, and disk panels for all VMs in a cluster

    • version
      String

      Version of the template

      Example: 1.2.0

  • total
    Integer

    Total number of available templates

    Example: 10

  • limit
    Integer

    Page size limit

    Example: 20

  • offset
    Integer

    Pagination offset

    Example: 20