Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
67d6a43d
Unverified
Commit
67d6a43d
authored
Aug 28, 2019
by
Marcus Efraimsson
Committed by
GitHub
Aug 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Document LDAP config reload in admin http api (#18739)
Fixes #17221
parent
c347b64b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
docs/sources/http_api/admin.md
+27
-0
No files found.
docs/sources/http_api/admin.md
View file @
67d6a43d
...
@@ -488,3 +488,30 @@ Content-Type: application/json
...
@@ -488,3 +488,30 @@ Content-Type: application/json
"message": "Dashboards config reloaded"
"message": "Dashboards config reloaded"
}
}
```
```
## Reload LDAP configuration
`POST /api/admin/ldap/reload`
Reloads the LDAP configuration.
Only works with Basic Authentication (username and password). See
[
introduction
](
http://docs.grafana.org/http_api/admin/#admin-api
)
for an explanation.
**Example Request**
:
```
http
POST
/api/admin/ldap/reload
HTTP
/
1.1
Accept
:
application/json
Content-Type
:
application/json
```
**Example Response**
:
```
http
HTTP/1.1 200
Content-Type: application/json
{
"message": "LDAP config reloaded"
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment