X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c912d9d8d9e2a055a53967c5b01242c321dfbeb6..8e4ed0edeadc4dfcc85666ef5c36619815dca8e2:/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 a05bd3a4ea..ff9e882040 100644 --- a/doc/api/schema/Node.html.textile.liquid +++ b/doc/api/schema/Node.html.textile.liquid @@ -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/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":/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|||