@@ -9,16 +9,16 @@ The following list describes the currently supported features of the Grafana API
9
9
- [x] [ Legacy Alerting HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/alerting/ )
10
10
- [x] [ Alerting HTTP API] ( https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/pkg/services/ngalert/api/tooling/post.json )
11
11
- [x] [ Alerting Notification Channels HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/alerting_notification_channels/ )
12
- - [ ] [ Annotations HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/annotations/ )
13
- - [ ] [ Authentication HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/auth/ )
12
+ - [x ] [ Annotations HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/annotations/ )
13
+ - [x ] [ Authentication HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/auth/ )
14
14
- [x] [ Data source HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/data_source/ )
15
15
- [x] [ Datasource Permissions HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/ )
16
16
- [x] [ Folder HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder/ )
17
17
- [x] [ Folder Permissions HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder_permissions/ )
18
18
- [x] [ Search HTTP API] ( https://grafana.com/docs/grafana/v7.5/http_api/folder_dashboard_search/ )
19
- - [ ] [ External Group Sync HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/external_group_sync/ )
20
- - [ ] [ Fine-grained access control HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/access_control/ )
21
- - [ ] [ HTTP Preferences API] ( https://grafana.com/docs/grafana/latest/http_api/preferences/ )
19
+ - [x ] [ External Group Sync HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/external_group_sync/ )
20
+ - [ ] [ Access control HTTP API] ( https://grafana.com/docs/grafana/latest/developers /http_api/access_control/ )
21
+ - [x ] [ HTTP Preferences API] ( https://grafana.com/docs/grafana/latest/http_api/preferences/ )
22
22
- [x] [ HTTP Snapshot API] ( https://grafana.com/docs/grafana/latest/http_api/snapshot/ )
23
23
- [ ] [ Library Element HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/library_element/ )
24
24
- [x] [ Query History API] ( https://grafana.com/docs/grafana/latest/http_api/query_history/ )
@@ -30,6 +30,8 @@ The following list describes the currently supported features of the Grafana API
30
30
- [x] [ Short URL HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/short_url/ )
31
31
- [x] [ Team HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/team/ )
32
32
- [x] [ User HTTP API] ( https://grafana.com/docs/grafana/latest/http_api/user/ )
33
+ - [ ] [ Service Account HTTP API] ( https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/ )
34
+ - [ ] [ Alerting Provisioning HTTP API] ( https://grafana.com/docs/grafana/latest/developers/http_api/alerting_provisioning/ )
33
35
34
36
## Installation
35
37
0 commit comments