5 title: "keep_disks (deprecated)"
9 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/keep_disks@
13 Example UUID: @zzzzz-penuu-0123456789abcde@
17 Obsoleted by "keep_services":{{site.baseurl}}/api/methods/keep_services.html
19 Each KeepDisk 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 |ping_secret|string|||
25 |filesystem_uuid|string|||
26 |bytes_total|integer|||
27 |bytes_free|integer|||
28 |is_readable|boolean|||
29 |is_writable|boolean|||
30 |last_read_at|datetime|||
31 |last_write_at|datetime|||
32 |last_ping_at|datetime|||
33 |keep_service_uuid|string|||
37 See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@.
39 Required arguments are displayed in %{background:#ccffcc}green%.
43 Create a new KeepDisk.
47 table(table table-bordered table-condensed).
48 |_. Argument |_. Type |_. Description |_. Location |_. Example |
49 |keep_disk|object||query||
53 Delete an existing KeepDisk.
57 table(table table-bordered table-condensed).
58 |_. Argument |_. Type |_. Description |_. Location |_. Example |
59 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
63 Gets a KeepDisk's metadata by UUID.
67 table(table table-bordered table-condensed).
68 |_. Argument |_. Type |_. Description |_. Location |_. Example |
69 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
75 See "common resource list method.":{{site.baseurl}}/api/methods.html#index
83 table(table table-bordered table-condensed).
84 |_. Argument |_. Type |_. Description |_. Location |_. Example |
85 {background:#ccffcc}.|ping_secret|string||query||
86 {background:#ccffcc}.|service_port|string||query||
87 {background:#ccffcc}.|service_ssl_flag|string||query||
88 |filesystem_uuid|string||query||
89 |node_uuid|string||query||
90 |service_host|string||query||
95 Update attributes of an existing KeepDisk.
99 table(table table-bordered table-condensed).
100 |_. Argument |_. Type |_. Description |_. Location |_. Example |
101 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
102 |keep_disk|object||query||