9 Copyright (C) The Arvados Authors. All rights reserved.
11 SPDX-License-Identifier: CC-BY-SA-3.0
14 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/nodes@
18 Example UUID: @zzzzz-7ekkf-0123456789abcde@
22 Node resources list compute nodes on which Crunch may schedule work.
24 Each Node has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
26 table(table table-bordered table-condensed).
27 |_. Attribute|_. Type|_. Description|_. Example|
28 |slot_number|integer|||
32 |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.||
33 |first_ping_at|datetime|||
34 |last_ping_at|datetime|||
39 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
41 Required arguments are displayed in %{background:#ccffcc}green%.
49 table(table table-bordered table-condensed).
50 |_. Argument |_. Type |_. Description |_. Location |_. Example |
51 {background:#ccffcc}.|node|object||query||
55 Delete an existing Node.
59 table(table table-bordered table-condensed).
60 |_. Argument |_. Type |_. Description |_. Location |_. Example |
61 {background:#ccffcc}.|uuid|string|The UUID of the Node in question.|path||
65 Gets a Node's metadata by UUID.
69 table(table table-bordered table-condensed).
70 |_. Argument |_. Type |_. Description |_. Location |_. Example |
71 {background:#ccffcc}.|uuid|string|The UUID of the Node in question.|path||
77 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
81 Process a ping from a compute node.
85 table(table table-bordered table-condensed).
86 |_. Argument |_. Type |_. Description |_. Location |_. Example |
87 {background:#ccffcc}.|ping_secret|string||query||
88 {background:#ccffcc}.|uuid|string||path||
92 Update attributes of an existing Node.
96 table(table table-bordered table-condensed).
97 |_. Argument |_. Type |_. Description |_. Location |_. Example |
98 {background:#ccffcc}.|uuid|string|The UUID of the Node in question.|path||
101 To remove a node's job assignment, update the node object's @job_uuid@ to null.