X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4f552c0187f8c31d94ff74485c57ef7f9888597e..refs/heads/10036-canceled-container-state:/doc/api/schema/Node.html.textile.liquid diff --git a/doc/api/schema/Node.html.textile.liquid b/doc/api/schema/Node.html.textile.liquid index 6a4331aa0c..ff9e882040 100644 --- a/doc/api/schema/Node.html.textile.liquid +++ b/doc/api/schema/Node.html.textile.liquid @@ -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|||