10036: Update ContainerRequest API documentation about canceling a conatiner_request.
[arvados.git] / doc / api / schema / Node.html.textile.liquid
index 6a4331aa0ce4d57e5d9513dd04ce52e8790ba23f..ff9e882040de7fbdf6121ede5bb8b1e6de0456a8 100644 (file)
@@ -6,27 +6,13 @@ title: Node
 
 ...
 
-
-
-A **Node** represents...
+A **Node** represents a host that can be used to run Crunch job tasks.
 
 h2. Methods
 
-See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
-
-API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/nodes@
-
-h2. Creation
-
-h3. Prerequisites
-
-Prerequisites for creating a Node.
-
-h3. Side effects
-
-Side effects of creating a Node.
+See "nodes":{{site.baseurl}}/api/methods/nodes.html
 
-h2. Resources
+h2. Resource
 
 Each Node has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
 
@@ -36,7 +22,7 @@ table(table table-bordered table-condensed).
 |hostname|string|||
 |domain|string|||
 |ip_address|string|||
+|job_uuid|string|The UUID of the job that this node is assigned to work on.  If you do not have permission to read the job, this will be null.||
 |first_ping_at|datetime|||
 |last_ping_at|datetime|||
-|info|Hash|||
-|updated_at|datetime|||
+|info|hash|||