Ryan Breen
2795b1054a
Some further cleanups to the root http doc.
2015-02-02 00:14:16 -05:00
Ryan Breen
1fee083009
Begin editing the docs/agent/http.
2015-02-01 17:42:02 -05:00
Ryan Uber
f37a67e04c
website: move content from monolithic http page
2015-01-20 22:50:30 -08:00
Ryan Uber
27de0adf3b
agent: support multiple checks per service
2015-01-20 21:48:42 -08:00
Ryan Uber
106a54313b
website: document node maintenance mode
2015-01-16 15:38:13 -08:00
Ryan Uber
3b815cd0aa
agent: maintenance mode api's are idempotent
2015-01-16 15:37:52 -08:00
Ryan Uber
3dba905ce4
website: document service maintenance endpoint
2015-01-16 15:37:52 -08:00
Armon Dadgar
d80588f780
Merge pull request #592 from nicholascapo/check-http
...
command/agent: Add simple HTTP check type
2015-01-13 12:11:50 -08:00
Nicholas Capo
e9fb85d675
Update HTTP Check documentation: 503 -> 429
2015-01-13 00:10:05 +00:00
Nicholas Capo
f2649edcfc
command/agent: Add simple HTTP check type
...
These checks make an `HTTP GET` request every Interval to the specified URL.
The status of the service depends on the HTTP Response Code.
`200` is passing, `503` is warning and anything else is failing.
2015-01-09 16:43:24 -06:00
Emil Hessman
8c991c3632
website: omit excessive use of the word lastly
...
Simplify wording by removing various uses of the word lastly.
2015-01-09 06:37:26 +01:00
Emil Hessman
acfc42c3db
website: fix typo
...
s/patameters/parameters/
2015-01-09 05:59:06 +01:00
Armon Dadgar
8befdcbd93
website: Documenting ?cas with KV DELETE
2015-01-08 17:34:41 -08:00
Armon Dadgar
abbcecd1dd
website: Updating the documentation
2015-01-08 12:08:29 -08:00
Armon Dadgar
b435a0c842
website: Update session API documentation
2015-01-07 15:19:27 -08:00
Armon Dadgar
9ba908eadc
website: Link to consul-replicate. Fixes #439
2015-01-07 13:30:30 -08:00
Thordur Bjornsson
cb32b82b37
Revert "correct the doc for obtaining formatted json"
...
This reverts commit cf3b9ec4fee09075481fd5c521dd6c4b8db58e91.
2015-01-02 08:00:09 +01:00
Michael H. Oshita
8351121fde
minor grammer fix
2014-12-11 19:02:29 +09:00
Brandon Wilson
22ad8172b8
correct the doc for obtaining formatted json
...
was "?pretty" should be "?pretty=1"
2014-11-21 12:27:48 -08:00
Danny Berger
4347b9394d
Fix some typos in website docs
2014-11-04 21:33:42 -07:00
Armon Dadgar
982b177e69
Support old recursor config for backwards compatibility
2014-11-03 11:28:21 -08:00
foostan
4d8f1c2133
Add multiple recursor definition support
2014-11-01 04:26:26 +09:00
Armon Dadgar
df43c42c94
website: Fixing formatting
2014-10-23 17:14:40 -07:00
Armon Dadgar
2b2f9980fb
Merge pull request #427 from blalor/agent_http_links
...
website: Improve navigability of agent HTTP API categories
2014-10-23 16:46:58 -07:00
Brian Lalor
d2985d3c04
Add links for status endpoints
2014-10-23 07:59:58 -04:00
Brian Lalor
3082b3f95f
Add links for event endpoints
2014-10-23 07:59:05 -04:00
Brian Lalor
d45fdd15dd
Add links for ACL endpoints
2014-10-23 07:57:55 -04:00
Brian Lalor
39e44c7968
Add links for session endpoints
2014-10-23 07:56:28 -04:00
Brian Lalor
9a29e1b60e
Add links for health endpoints
2014-10-23 07:54:46 -04:00
Brian Lalor
4401fbf0e3
Add links for catalog endpoints
2014-10-23 07:53:11 -04:00
Brian Lalor
3ecb9ec8df
Add links for agent endpoints
2014-10-23 07:50:54 -04:00
Brian Lalor
4ca29beec3
Improve navigability of agent HTTP API categories
2014-10-23 07:44:20 -04:00
Leo Cassarani
d43a89fdd7
Fix spelling of "separator" in the HTTP API docs
2014-10-23 12:31:41 +01:00
Seth Vargo
e265ea050d
Use new Markdown syntaxes and add SEO descriptions
2014-10-19 19:42:13 -04:00
lalyos
430885595d
json sample fixed for PUT /v1/acl/create
2014-09-06 01:55:38 +02:00
Armon Dadgar
ea20cabc0f
website: Updating docs
2014-09-01 15:03:37 -07:00
Armon Dadgar
87c4e22f03
website: typo fixes
2014-08-28 17:54:58 -07:00
Armon Dadgar
2f8948fe89
website: Adding docs
2014-08-28 17:22:56 -07:00
Armon Dadgar
ea0a1dca2e
website: ACL internals
2014-08-18 15:46:59 -07:00
Armon Dadgar
8c5ae92fa7
website: Documenting ACL endpoints
2014-08-18 15:46:59 -07:00
Armon Dadgar
2906b7f439
website: Clarify the ?pretty docs
2014-08-01 13:38:03 -07:00
Eric Connell
ec8e271804
updated website documentation with the "pretty" parameter
2014-08-01 14:16:21 -06:00
Rob Holland
7309cbadb9
Improve clarity of ?keys behaviour.
...
I read the previous version initially as meaning that it would return a list of keys which have no value set, which I couldn't understand. I think this removes some ambiguity.
2014-06-13 12:20:24 +01:00
Armon Dadgar
9e925bf458
consul: Adding support for optional session name
2014-06-09 11:42:28 -07:00
David Pelaez
78704a769c
Fix typo in check update endpoints
...
The current website says that you can send output with the update of a check using the `?node` parameter. It wasn't working and I check [the source](3874498374/command/agent/agent_endpoint.go (L110)
) to find that it was (the more logical noun of) note! I changed the indication to replace `?node` for `?note`
2014-06-04 22:55:17 -05:00
Armon Dadgar
1ac127b73e
agent: Omit certains keys from the /self endpoint
2014-05-29 11:24:37 -07:00
William Tisäter
ead134c890
Return both member and config in `/v1/agent/self`
2014-05-28 00:09:28 +02:00
William Tisäter
a028c3ae93
Add `/v1/agent/self` and return local agent config
2014-05-27 01:15:33 +02:00
Armon Dadgar
d42474a7cb
Support wildcard for check lookup. Fixes #152
2014-05-21 12:45:12 -07:00
Armon Dadgar
ce5470cbc2
agent: Support for raw key lookup. Fixes #150 .
2014-05-20 16:53:43 -07:00