10036: Update ContainerRequest API documentation about canceling a conatiner_request.
[arvados.git] / doc / api / schema / Node.html.textile.liquid
index 827ce18bf676cb9f3ac19d7083feee8f9174b474..ff9e882040de7fbdf6121ede5bb8b1e6de0456a8 100644 (file)
@@ -6,29 +6,15 @@ title: Node
 
 ...
 
-h1. 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":/api/methods.html
-
-API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/node@
-
-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":/api/resources.html:
+Each Node has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
 
 table(table table-bordered table-condensed).
 |_. Attribute|_. Type|_. Description|_. Example|
@@ -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|||