Commit Graph

73 Commits

Author SHA1 Message Date
Alex Dadgar
168cbec7a2 update eval example 2016-12-19 10:16:49 -08:00
Diptanu Choudhury
3415920cac Merge pull request #2109 from justinwalz/json_docs_vault
add vault example for JSON api
2016-12-14 19:02:04 -08:00
Justin Walz
fdd1636eec add vault example for JSON api 2016-12-14 16:49:38 -08:00
Rafael Zanella
c708ffeb2f Added example for the Reserved field
https://github.com/zanella/nomad-api/pull/4
2016-12-14 09:58:52 -02:00
julienlevasseur
7627030ac0 Correct a grammar typo
a "the a" was still on text, certainly after an hesitation from author.
Keep the "a" form, as it's more general.
2016-11-29 16:44:37 -05:00
Diptanu Choudhury
bd82ea6933 Updated http response for server members 2016-11-10 15:39:53 -08:00
Seth Vargo
eda4834f4a Address feedback 2016-10-28 10:46:33 -04:00
Seth Vargo
30b7947180 Fix broken links 2016-10-27 22:18:07 -04:00
Seth Vargo
e537c54557 Revamp job specification documentation to be more modular and composable 2016-10-27 22:18:06 -04:00
Alex Dadgar
f130c8a894 Change how we mark tasks as failed and allow consul-template to fail tasks 2016-10-20 17:27:16 -07:00
Ben Barnard
d49b191cd7 Minor documentation edits for grammar and clarity
These are things I noticed as I read through the documentation.
There are a couple of minor substantive corrections as well.
2016-10-11 15:52:50 -04:00
Diptanu Choudhury
0cf9a7be53 Added docs for readat 2016-08-31 17:20:15 -07:00
Diptanu Choudhury
d22f6b1855 Added docs for job summaries 2016-08-07 20:38:29 -04:00
Alex Dadgar
fbf1d2fe56 api docs 2016-07-25 14:09:36 -07:00
Alex Dadgar
590e5e9e9c Merge pull request #1457 from hashicorp/f-kill-event
Add killing event and mark task as not running when killed
2016-07-22 17:33:18 -07:00
Alex Dadgar
7bb0a2336a Add killing event and mark task as not running when killed 2016-07-21 15:49:54 -07:00
Alex Dadgar
7f5238ec00 document endpoint 2016-07-21 12:33:05 -07:00
Mathias Lafeldt
0941dc1330 Fix typos in documentation 2016-07-18 16:24:30 +02:00
Alex Dadgar
23774ccc26 clean up stats 2016-06-24 18:00:29 -07:00
Alex Dadgar
f97382362c Unify the stats http API docs 2016-06-24 11:09:24 -07:00
Alex Dadgar
60d232e72f plan api docs 2016-06-23 11:48:31 -07:00
Diptanu Choudhury
625dbb4170 Fixed the nav links to stats APIs 2016-06-15 15:46:17 +02:00
Diptanu Choudhury
92f27fa946 Added the docs for the http api endpoint 2016-06-14 03:00:53 +02:00
Sean Chittenden
ab99e89bd9 Reconcile, clean up, and centralize API version numbers (major and minor).
Reduce future confusion by introducing a minor version that is gossiped out
via the `mvn` Serf tag (Minor Version Number, `vsn` is already being used for
to communicate `Major Version Number`).

Background: hashicorp/consul/issues/1346#issuecomment-151663152
2016-06-10 15:50:11 -04:00
Henrique M. Gontijo
fdde945f28 Update alloc.html.md
Updating the Allocation documentation page.
Issue: https://github.com/hashicorp/nomad/issues/1190
2016-05-28 21:49:34 -07:00
Alex Dadgar
05ea2bd583 Compress HTTP API responses and have the api client utilize this 2016-05-24 10:26:53 -07:00
Pete Shima
d78611ba9e Fix typo in force-leave docs 2016-05-01 13:00:04 -07:00
Alex Dadgar
9f92bd4e1a Clarify blocking query docs 2016-04-15 10:33:43 -07:00
Sheldon Kwok
9274016a37 Update alloc.html.md
Fix very minor spelling error.
2016-04-01 14:56:12 -07:00
Diptanu Choudhury
94e5cfd581 Documented the json api for job submission 2016-03-16 11:10:37 -07:00
captainill
d0d4d28d5e update sidebar. change layout specified in http/index 2016-03-15 17:54:09 -07:00
Diptanu Choudhury
8a4af841c7 Added docs for the file system apis 2016-03-15 15:59:36 -07:00
Dmitry Smirnov
2e755cd7e8 codespell: minor spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
2016-03-16 05:28:31 +11:00
Adrián López Gómez
b2402a0a51 /v1/system/gc - PUT method 2016-03-01 18:40:39 +01:00
Alex Dadgar
076e1bb615 add documentation for system gc endpoint and update log docs 2016-02-24 15:38:32 -08:00
Alex Dadgar
611521f850 Merge pull request #778 from zanella/doc_trailing_commas
Trailing comma typos
2016-02-11 12:19:43 -08:00
Alex Dadgar
8908abd428 Fix eval doc 2016-02-08 21:16:28 -08:00
Alex Dadgar
bf0bd98bdd Update alloc.html.md 2016-02-08 14:31:48 -08:00
Rafael Zanella
c164df8f72 Trailing comma typos
WIP - https://github.com/zanella/nomad-api
2016-02-07 11:06:47 -02:00
Rafael Zanella
cde2d13f69 Trailing comma typo 2016-02-05 20:03:10 -02:00
Alex Dadgar
8b55fd6b70 Only interpret vars wrapped in braces 2016-02-04 17:26:46 -08:00
Alex Dadgar
410ae593e7 Fix double pull with introduction of AllocModifyIndex 2016-02-01 15:43:59 -08:00
Alex Dadgar
449c52565b Small doc rewording 2016-01-30 16:40:46 -08:00
Alex Dadgar
872eae28a9 Merge pull request #722 from iverberk/f-double-alloc-update
Add new RPC call to fetch a lightweight list of allocation information.
2016-01-30 16:39:09 -08:00
Ivo Verberk
f50b3be91a Add documentation for new clientallocations endpoint 2016-01-29 20:28:16 +01:00
Robert Ignat
b8a7d9adfc Remove double "to" in jobs http docs 2016-01-29 14:32:14 +01:00
Alex Dadgar
6e1f681c44 Document TaskStates 2016-01-21 16:03:48 -08:00
Alex Dadgar
1ab7896133 Move endpoint to be under job 2016-01-19 11:09:36 -08:00
Alex Dadgar
18fa958342 Docs 2016-01-13 10:47:22 -08:00
Ivo Verberk
a73aaf128b Documentation updates for short identifiers in the CLI 2015-12-29 12:17:16 +01:00