5 title: "keep_disks (deprecated)"
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/keep_disks@
18 Example UUID: @zzzzz-penuu-0123456789abcde@
22 Obsoleted by "keep_services":{{site.baseurl}}/api/methods/keep_services.html
24 Each KeepDisk 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 |ping_secret|string|||
30 |filesystem_uuid|string|||
31 |bytes_total|integer|||
32 |bytes_free|integer|||
33 |is_readable|boolean|||
34 |is_writable|boolean|||
35 |last_read_at|datetime|||
36 |last_write_at|datetime|||
37 |last_ping_at|datetime|||
38 |keep_service_uuid|string|||
42 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
44 Required arguments are displayed in %{background:#ccffcc}green%.
48 Create a new KeepDisk.
52 table(table table-bordered table-condensed).
53 |_. Argument |_. Type |_. Description |_. Location |_. Example |
54 |keep_disk|object||query||
58 Delete an existing KeepDisk.
62 table(table table-bordered table-condensed).
63 |_. Argument |_. Type |_. Description |_. Location |_. Example |
64 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
68 Gets a KeepDisk's metadata by UUID.
72 table(table table-bordered table-condensed).
73 |_. Argument |_. Type |_. Description |_. Location |_. Example |
74 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
80 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
88 table(table table-bordered table-condensed).
89 |_. Argument |_. Type |_. Description |_. Location |_. Example |
90 {background:#ccffcc}.|ping_secret|string||query||
91 {background:#ccffcc}.|service_port|string||query||
92 {background:#ccffcc}.|service_ssl_flag|string||query||
93 |filesystem_uuid|string||query||
94 |node_uuid|string||query||
95 |service_host|string||query||
100 Update attributes of an existing KeepDisk.
104 table(table table-bordered table-condensed).
105 |_. Argument |_. Type |_. Description |_. Location |_. Example |
106 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
107 |keep_disk|object||query||