You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`database_name` (String) (Required by some data source types) The name of the database to use on the selected data source server.
62
+
-`id` (String) The ID of this resource.
63
+
-`is_default` (Boolean) Whether to set the data source as default. This should only be `true` to a single data source.
64
+
-`json_data_encoded` (String) Serialized JSON string containing the json data. This attribute can be used to pass configuration options to the data source. To figure out what options a datasource has available, see its docs or inspect the network data when saving it from the Grafana UI. Note that keys in this map are usually camelCased.
65
+
-`type` (String) The data source type. Must be one of the supported data source keywords.
66
+
-`url` (String) The URL for the data source. The type of URL required varies depending on the chosen data source type.
67
+
-`username` (String) (Required by some data source types) The username to use to authenticate to the data source.
0 commit comments