Commit Graph

30 Commits

Author SHA1 Message Date
Charlie Voiselle
a910f1ded9 querystring -> query string 2019-05-08 15:14:31 -04:00
Charlie Voiselle
0f8ed68b6b Typo fixes (#5661)
* Typo fixes
* it's -> its
* plugable -> pluggable
2019-05-08 12:54:44 -04:00
Alex Dadgar
0953d913ed Deprecate IOPS
IOPS have been modelled as a resource since Nomad 0.1 but has never
actually been detected and there is no plan in the short term to add
detection. This is because IOPS is a bit simplistic of a unit to define
the performance requirements from the underlying storage system. In its
current state it adds unnecessary confusion and can be removed without
impacting any users. This PR leaves IOPS defined at the jobspec parsing
level and in the api/ resources since these are the two public uses of
the field. These should be considered deprecated and only exist to allow
users to stop using them during the Nomad 0.9.x release. In the future,
there should be no expectation that the field will exist.
2018-12-06 15:09:26 -08:00
Alex Dadgar
a027e5cbd4 Fix example drain API request 2018-10-08 10:06:39 -07:00
Michael Schurter
78ed7c05b8 Merge pull request #4614 from wyattanderson/wa-eligibility-docs
Add documentation for eligibility toggle endpoint
2018-08-27 10:48:47 -07:00
Rob Genova
7a640bf3fc Fix broken links in API docs 2018-08-25 11:35:56 -05:00
Wyatt Anderson
58a56d65b4 Add documentation for eligibility toggle endpoint 2018-08-24 10:50:12 -04:00
Alex Dadgar
cfc9d1fbbd Register events 2018-05-22 14:06:33 -07:00
Chelsea Holland Komlo
eab7a1f7d3 Add driver health information to node list stub 2018-05-09 11:21:54 -04:00
Michael Schurter
31e97360c4 docs: add drain api and json jobspec 2018-04-12 11:34:01 -07:00
Chelsea Holland Komlo
58d24f8bd1 update timestamp and format api reference descriptions 2018-03-29 14:22:46 -04:00
Chelsea Holland Komlo
e7064fb164 update events in node api 2018-03-29 12:41:32 -04:00
Chelsea Holland Komlo
6e8007fd88 add field reference for node events 2018-03-29 12:29:55 -04:00
Chelsea Holland Komlo
86097b787d add node events to documentation 2018-03-29 12:17:03 -04:00
Charlie Voiselle
a6c3144fd5 Changed nomad.rocks to localhost:4646 to align with defaults
Should provide cut and paste example for most users. Advanced users should be able to correct URLs to something appropriate.
2018-01-29 11:27:52 -05:00
Michael Schurter
94e6b9cff6 Make example service name make sense
Switch from global-redis-check for the example job's service name to
redis-cache. The former name is really confusing and someone finally
called us out on it:

https://groups.google.com/d/msg/nomad-tool/3RTh6CyYkWk/vEe_Sj7lAAAJ

Also specifically mention that the `service.name` parameter is what is
advertised in Consul.
2018-01-17 14:08:30 -08:00
Shantanu Gadgil
6f038c8d1d 'drain' node is a POST rather than a GET
'drain' node is a POST rather than a GET
2018-01-12 23:35:49 +05:30
Preetha Appan
781e70ff3a Update docs to include ModifyTime in more places where allocations are returned 2017-11-01 15:19:52 -05:00
Diptanu Choudhury
220afb49b3 Changed the curl command 2017-10-26 14:19:57 -07:00
Diptanu Choudhury
f362f99748 Added docs for the purge API 2017-10-26 14:18:34 -07:00
Michael Schurter
3fbd3a10c9 Node.List ACL enforcement 2017-09-14 22:01:18 -07:00
Michael Schurter
71ae8a555e Node.GetAllocs ACL enforcement 2017-09-14 21:42:19 -07:00
Michael Schurter
2d4ec79d75 Node.GetNode ACL enforcement 2017-09-14 20:59:18 -07:00
Michael Schurter
5b22fd4b6d Node.Evaluate ACL enforcement 2017-09-14 20:41:44 -07:00
Michael Schurter
69be9f3808 Node.UpdateDrain ACL enforcement 2017-09-14 20:33:31 -07:00
Charlie Voiselle
f4bcde52e2 Added code block styling 2017-08-07 17:34:18 -04:00
Charlie Voiselle
7ba5436f66 Re-added Allocations documentation
In a content reorganization, the allocations endpoint documentation was removed.  This just brings it back in and updates the output to match v0.6.0 output
2017-08-07 17:28:06 -04:00
Seth Vargo
5916480c7f Remove links to consistency modes 2017-05-30 21:08:23 -04:00
Seth Vargo
949a078266 Remove consistency modes 2017-05-30 20:53:37 -04:00
Seth Vargo
681da3fea3 Migrate nodes APIs 2017-05-30 20:25:09 -04:00