@@ -162,14 +162,23 @@ In general my focus inside this project is to implement and deliver old and new
162
162
- Get team preferences
163
163
- Update team preferences
164
164
165
+ ### Legacy Playlist
166
+ - Search playlist
167
+ - Get playlist by id
168
+ - Get playlist items by id
169
+ - Get playlist dashboards by id
170
+ - Create playlist
171
+ - Update playlist by id
172
+ - Delete playlist by id
173
+
165
174
### Playlist
166
175
- Search playlist
167
- - Get playlist
168
- - Get playlist items
169
- - Get playlist dashboards
176
+ - Get playlist by uid
177
+ - Get playlist items by uid
178
+ - Get playlist dashboards by uid
170
179
- Create playlist
171
- - Update playlist
172
- - Delete playlist
180
+ - Update playlist by uid
181
+ - Delete playlist by uid
173
182
174
183
### Reporting
175
184
- Send report
@@ -217,17 +226,38 @@ In general my focus inside this project is to implement and deliver old and new
217
226
- Get current org preferences
218
227
- Update current org preferences
219
228
229
+ ### Admin
230
+ - Get settings
231
+ - Update settings
232
+ - Get stats
233
+ - Get preview report
234
+ - Create global user
235
+ - Update user password
236
+ - Update user permissions
237
+ - Delete global user
238
+ - Pause all alerts
239
+ - Unpause all alerts
240
+ - Get user auth tokens
241
+ - Revoke user auth token
242
+ - Logout user
243
+ - Reload dashboard provisioning configuration
244
+ - Reload datasource provisioning configuration
245
+ - Reload plugins provisioning configuration
246
+ - Reload notifications provisioning configuration
247
+ - Reload access controls provisioning configuration
248
+ - Reload LDAP provisioning configuration
249
+ - Rotate data encryption keys
250
+
220
251
## Feature timeline
221
252
222
253
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.
223
254
224
255
| API endpoint group | Implementation week | Maintainer | PR | State |
225
256
| :------------------:| :-------------------:| :----------:| :--:| :-----:|
226
- | [ Admin HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/admin/ ) | 25 | | | |
227
- | [ Fine-grained access control HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/access_control/ ) | 25 | | | |
228
- | [ Library Element HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/library_element/ ) | 25 | | | |
229
- | [ Alerting Provisioning HTTP API] ( https://grafana.com/docs/grafana/latest/developers/http_api/alerting_provisioning/ ) | | | | |
230
- | [ Service Account HTTP API] ( https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/ ) | 25 | | | |
257
+ | [ Fine-grained access control HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/access_control/ ) | 28 | | | |
258
+ | [ Library Element HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/library_element/ ) | 30 | | | |
259
+ | [ Alerting Provisioning HTTP API] ( https://grafana.com/docs/grafana/latest/developers/http_api/alerting_provisioning/ ) | 31 | | | |
260
+ | [ Service Account HTTP API] ( https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/ ) | 28 | | | |
231
261
232
262
## Installation
233
263
0 commit comments