Grafana integration (Data, Developer Tools). Imported from open-connector.
{base_url}/folders
| Param | Type | Required | Description |
|---|---|---|---|
| namespace | string | optional | The Grafana API namespace. Use default for the main organization. |
| limit | integer | optional | Maximum number of folders to request. |
| continueToken | string | optional | The Grafana continue token from a previous folder list response. |
/apis/{group}/namespaces/{namespace}/folders
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana folder UID. |
| namespace | string | required | The Grafana API namespace. Use default for the main organization. |
| group | string | required | Path parameter: group |
/folders
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The new folder title. |
| uid | string | optional | Optional explicit Grafana folder UID. |
| generateName | string | optional | Optional UID prefix Grafana can use to generate a folder UID. |
| parentUid | string | optional | Optional parent folder UID for a nested folder. |
| namespace | string | optional | The Grafana API namespace. Use default for the main organization. |
/apis/{group}/namespaces/{namespace}/folders
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana folder UID. |
| title | string | required | The updated folder title. |
| parentUid | string | optional | Optional parent folder UID for a nested folder. |
| namespace | string | required | The Grafana API namespace. Use default for the main organization. |
| resourceVersion | string | optional | The current Grafana resource version when required by the instance. |
| group | string | required | Path parameter: group |
/apis/{group}/namespaces/{namespace}/folders
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana folder UID. |
| namespace | string | required | The Grafana API namespace. Use default for the main organization. |
| group | string | required | Path parameter: group |
/api/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Free-text search query. |
| tags | array | optional | Dashboard tags to search for. |
| type | string | optional | Restrict results to dashboards or folders. |
| dashboardUids | array | optional | Dashboard UIDs to search for. |
| folderUids | array | optional | Folder UIDs to search in. |
| starred | boolean | optional | Whether to return only starred dashboards. |
| limit | integer | optional | Maximum number of search results to return. |
| page | integer | optional | Search results page number. Numbering starts at 1. |
/apis/{group}/namespaces/{namespace}/dashboards
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana dashboard UID. |
| namespace | string | required | The Grafana API namespace. Use default for the main organization. |
| group | string | required | Path parameter: group |
/apis/{group}/namespaces/{namespace}/dashboards
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana dashboard UID. |
| folderUid | string | optional | Optional folder UID for the dashboard. |
| spec | object | required | The Grafana dashboard spec JSON. This is forwarded to Grafana as the dashboard … |
| namespace | string | required | The Grafana API namespace. Use default for the main organization. |
| resourceVersion | string | optional | The current Grafana resource version when required by the instance. |
| group | string | required | Path parameter: group |
/apis/{group}/namespaces/{namespace}/dashboards
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana dashboard UID. |
| namespace | string | required | The Grafana API namespace. Use default for the main organization. |
| group | string | required | Path parameter: group |
/api/datasources
/api/datasources/uid/{uid}
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana data source UID. |
/api/datasources
| Param | Type | Required | Description |
|---|---|---|---|
| dataSource | object | optional | The Grafana data source payload. Use official Grafana data source fields such a… |
/api/datasources/uid/{uid}
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana data source UID. |
| dataSource | object | optional | The Grafana data source payload. Use official Grafana data source fields such a… |
/api/datasources/uid/{uid}
| Param | Type | Required | Description |
|---|---|---|---|
| uid | string | required | The Grafana data source UID. |