5 title: "keep_disks (deprecated)"
9 See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html
11 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/keep_disks@
15 Required arguments are displayed in %{background:#ccffcc}green%.
19 Obsoleted by "keep_services":{{site.baseurl}}/api/methods/keep_services.html
21 Each KeepDisk has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
23 table(table table-bordered table-condensed).
24 |_. Attribute|_. Type|_. Description|_. Example|
25 |ping_secret|string|||
27 |filesystem_uuid|string|||
28 |bytes_total|integer|||
29 |bytes_free|integer|||
30 |is_readable|boolean|||
31 |is_writable|boolean|||
32 |last_read_at|datetime|||
33 |last_write_at|datetime|||
34 |last_ping_at|datetime|||
35 |keep_service_uuid|string|||
41 Create a new KeepDisk.
45 table(table table-bordered table-condensed).
46 |_. Argument |_. Type |_. Description |_. Location |_. Example |
47 |keep_disk|object||query||
51 Delete an existing KeepDisk.
55 table(table table-bordered table-condensed).
56 |_. Argument |_. Type |_. Description |_. Location |_. Example |
57 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
61 Gets a KeepDisk's metadata by UUID.
65 table(table table-bordered table-condensed).
66 |_. Argument |_. Type |_. Description |_. Location |_. Example |
67 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
75 table(table table-bordered table-condensed).
76 |_. Argument |_. Type |_. Description |_. Location |_. Example |
77 |limit|integer (default 100)|Maximum number of keep_disks to return.|query||
78 |order|string|Order in which to return matching keep_disks.|query||
79 |filters|array|Conditions for filtering keep_disks.|query||
87 table(table table-bordered table-condensed).
88 |_. Argument |_. Type |_. Description |_. Location |_. Example |
89 {background:#ccffcc}.|ping_secret|string||query||
90 {background:#ccffcc}.|service_port|string||query||
91 {background:#ccffcc}.|service_ssl_flag|string||query||
92 |filesystem_uuid|string||query||
93 |node_uuid|string||query||
94 |service_host|string||query||
99 Update attributes of an existing KeepDisk.
103 table(table table-bordered table-condensed).
104 |_. Argument |_. Type |_. Description |_. Location |_. Example |
105 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
106 |keep_disk|object||query||