X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b54a5ea817d3d2087eaa07dcf98ec8a82af56d06..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 827ce18bf6..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/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|||