From c708ffeb2fe737b29279e785cf4a983b139d4346 Mon Sep 17 00:00:00 2001 From: Rafael Zanella Date: Wed, 14 Dec 2016 09:58:52 -0200 Subject: [PATCH] Added example for the Reserved field https://github.com/zanella/nomad-api/pull/4 --- website/source/docs/http/node.html.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/source/docs/http/node.html.md b/website/source/docs/http/node.html.md index 17f3120fe..f716df54d 100644 --- a/website/source/docs/http/node.html.md +++ b/website/source/docs/http/node.html.md @@ -73,7 +73,13 @@ be specified using the `?region=` query parameter. "IOPS": 0, "Networks": null }, - "Reserved": null, + "Reserved": { + "CPU": 0, + "MemoryMB": 0, + "DiskMB": 0, + "IOPS": 0, + "Networks": null + }, "Links": {}, "Meta": {}, "NodeClass": "",