Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
4c181c96
Commit
4c181c96
authored
Feb 05, 2018
by
Andreas Evers
Committed by
Ryan Baxter
Feb 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fix for wrong routes details endpoint (#2706)
parent
076df775
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
spring-cloud-netflix.adoc
docs/src/main/asciidoc/spring-cloud-netflix.adoc
+3
-4
No files found.
docs/src/main/asciidoc/spring-cloud-netflix.adoc
View file @
4c181c96
...
...
@@ -1781,8 +1781,7 @@ routes:
}
----
Additional route details can be requested by adding the `?format=details` query
string to `/routes`. This will produce the following output:
Additional route details can be requested through the `/routes/details` endpoint. This will produce the following output:
.GET /routes/details
[source,json]
...
...
@@ -1801,12 +1800,12 @@ string to `/routes`. This will produce the following output:
}
----
A POST will force a refresh of the existing routes (e.g. in
A POST
to `/routes`
will force a refresh of the existing routes (e.g. in
case there have been changes in the service catalog). You can disable
this endpoint by setting `endpoints.routes.enabled` to `false`.
NOTE: the routes should respond automatically to changes in the
service catalog, but the POST to
/routes
is a way to force the change
service catalog, but the POST to
`/routes`
is a way to force the change
to happen immediately.
==== Filters Endpoint
...
...
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