9 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/nodes@
13 Example UUID: @zzzzz-7ekkf-0123456789abcde@
17 Node resources list compute nodes on which Crunch may schedule work.
19 Each Node has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html:
21 table(table table-bordered table-condensed).
22 |_. Attribute|_. Type|_. Description|_. Example|
23 |slot_number|integer|||
27 |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.||
28 |first_ping_at|datetime|||
29 |last_ping_at|datetime|||
34 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
36 Required arguments are displayed in %{background:#ccffcc}green%.
44 table(table table-bordered table-condensed).
45 |_. Argument |_. Type |_. Description |_. Location |_. Example |
46 {background:#ccffcc}.|node|object||query||
50 Delete an existing Node.
54 table(table table-bordered table-condensed).
55 |_. Argument |_. Type |_. Description |_. Location |_. Example |
56 {background:#ccffcc}.|uuid|string|The UUID of the Node in question.|path||
60 Gets a Node's metadata by UUID.
64 table(table table-bordered table-condensed).
65 |_. Argument |_. Type |_. Description |_. Location |_. Example |
66 {background:#ccffcc}.|uuid|string|The UUID of the Node in question.|path||
72 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
76 Process a ping from a compute node.
80 table(table table-bordered table-condensed).
81 |_. Argument |_. Type |_. Description |_. Location |_. Example |
82 {background:#ccffcc}.|ping_secret|string||query||
83 {background:#ccffcc}.|uuid|string||path||
87 Update attributes of an existing Node.
91 table(table table-bordered table-condensed).
92 |_. Argument |_. Type |_. Description |_. Location |_. Example |
93 {background:#ccffcc}.|uuid|string|The UUID of the Node in question.|path||
96 To remove a node's job assignment, update the node object's @job_uuid@ to null.