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
* Add the short url feature
* Add basic organisation support
* Add organisation feature and unittests
* Add integrationtest and update the documentation
* Add coverage badge and documentation
Copy file name to clipboardExpand all lines: README.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ The repository includes an SDK for the Grafana API. It's possible to communicate
57
57
- Get all Alertmanager alerts
58
58
- Create or update Alertmanager alerts
59
59
- Get Alertmanager group alerts
60
-
61
60
- Get all Alertmanager silences
62
61
- Get Alertmanager silence by id
63
62
- Create or update Alertmanager silence
@@ -94,13 +93,35 @@ The repository includes an SDK for the Grafana API. It's possible to communicate
94
93
- Delete a notification channel by uid
95
94
- Test a notification channel
96
95
96
+
### Organization
97
+
- Get current organisation
98
+
- Update the current organisation name
99
+
- Add a new user and the role to the current organisation
100
+
- Get all users from current organisation
101
+
- Get all users from current organisation (lookup)
102
+
- Update the role of an organisation user by the user id
103
+
- Delete an organisation user by the user id
104
+
- Get an organisation by the id
105
+
- Get an organisation by the name
106
+
- Get all organisations
107
+
- Create an organisation
108
+
- Update an organisation
109
+
- Delete an organisation
110
+
- Get organisation users
111
+
- Add a new organisation user
112
+
- Update an organisation user
113
+
- Delete an organisation user
114
+
115
+
### Short URL
116
+
- Create a short url
117
+
97
118
## Feature timeline
98
119
99
120
The following table describes the plan to implement the rest of the Grafana API functionality. Please, open an issue and vote them up, if you prefer a faster implementation of an API functionality.
100
121
101
122
| API endpoint group | Implementation week | Maintainer | PR | State |
0 commit comments