Grafana Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Grafana Tables
| Name | Description |
| Alert | Returns alert by id. |
| Alerts | Returns all alerts. |
| Annotations | Returns all annotations. |
| CurrentOrganization | Returns current organization. |
| CurrentOrganizationUsers | Returns all org users within the current organization. Accessible to users with org admin role. |
| DashboardByUid | Returns the dashboard by unique identifier (uid). |
| DashboardPermissions | Returns all existing permissions for the dashboard with the given DashboardId. Permissions with dashboardId=-1 are the default permissions for users with the Viewer and Editor roles |
| DashboardsTags | Returns all tags of dashboards. |
| DashboardVersion | Returns details for a given dashboard version. |
| DashboardVersions | Returns all existing versions for the dashboard with the given DashboardId. |
| DataSource | Returns a specific data source by id or name. |
| DataSources | Returns all alerts. |
| Folder | Returns folder by uid. |
| FolderPermissions | Returns all existing permissions for the folder with the given uid. Permissions with folderId=-1 are the default permissions for users with the Viewer and Editor roles. |
| Folders | Returns all folders that the authenticated user has permission to view. |
| HomeDashboard | Returns the home dashboard. |
| NotificationChannels | Returns all notification channels that the authenticated user has permission to view. |
| Playlist | Returns playlist details by id. |
| PlaylistDashboards | Returns playlist details by id. |
| PlaylistItems | Returns playlist details by id. |
| Playlists | Returns all existing playlist for the current organization. |
| Snapshot | Returns snapshot by key. |
| Snapshots | Returns all snapshots. |
| TeamMembers | Returns members of a team. |
| TeamPreferences | Returns preferences of a team. |
| Teams | Returns all teams for the organizaiton. All actions require that the user has the Admin role for the organization. |