Commit 1eaaf19c authored by Naman Dixit's avatar Naman Dixit

Fixed field name (grunts -> nodes)

parent bb0a146c
...@@ -36,7 +36,7 @@ Format: ...@@ -36,7 +36,7 @@ Format:
"resource_id": "unique-transaction-id", "resource_id": "unique-transaction-id",
"timestamp" : "iso-8601-timestamp", "timestamp" : "iso-8601-timestamp",
// "port": 2343 --- NOT IMPLEMENTED YET // "port": 2343 --- NOT IMPLEMENTED YET
"grunts": ["a", "b", ...] // List of machine IDs "nodes": ["a", "b", ...] // List of machine IDs
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment