ImportDashboardTemplate
Import a dashboard template into a tenant's Grafana organization
POST
/api/v1/monitoring/grafana/dashboard-templates/{templateId}/importOperation ID
ImportDashboardTemplateSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
templateIdStringRequiredUUID of the template to import
Body Fields
tenantIdStringRequiredUUID of the tenant importing the template
Example: tenant-001-xyz
datasourceIdStringRequiredUUID of the datasource to link to the imported dashboard
Example: ds-001-abc
overwriteBooleanRequiredWhether to overwrite an existing imported dashboard with the same template
Example: false
folderIdIntegerRequiredGrafana folder ID to import the dashboard into
Example: 20
