We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86bdbe commit 8c40eadCopy full SHA for 8c40ead
README.md
@@ -25,6 +25,9 @@ from grafana_api.grafana_face import GrafanaFace
25
26
grafana_api = GrafanaFace(auth='abcde....', host='api.my-grafana-host.com')
27
28
+# Create user
29
+user = grafana_api.admin.create_user({"name": "User", "email": "[email protected]", "login": "user", "password": "userpassword", "OrgId": 1})
30
+
31
# Search dashboards based on tag
32
grafana_api.search.search_dashboards(tag='applications')
33
0 commit comments