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@
13 Required arguments are displayed in %{background:#ccffcc}green%.
17 Create a new KeepDisk.
21 table(table table-bordered table-condensed).
22 |_. Argument |_. Type |_. Description |_. Location |_. Example |
23 |keep_disk|object||query||
27 Delete an existing KeepDisk.
31 table(table table-bordered table-condensed).
32 |_. Argument |_. Type |_. Description |_. Location |_. Example |
33 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
37 Gets a KeepDisk's metadata by UUID.
41 table(table table-bordered table-condensed).
42 |_. Argument |_. Type |_. Description |_. Location |_. Example |
43 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
51 table(table table-bordered table-condensed).
52 |_. Argument |_. Type |_. Description |_. Location |_. Example |
53 |limit|integer (default 100)|Maximum number of keep_disks to return.|query||
54 |order|string|Order in which to return matching keep_disks.|query||
55 |filters|array|Conditions for filtering keep_disks.|query||
63 table(table table-bordered table-condensed).
64 |_. Argument |_. Type |_. Description |_. Location |_. Example |
65 {background:#ccffcc}.|ping_secret|string||query||
66 {background:#ccffcc}.|service_port|string||query||
67 {background:#ccffcc}.|service_ssl_flag|string||query||
68 |filesystem_uuid|string||query||
69 |node_uuid|string||query||
70 |service_host|string||query||
75 Update attributes of an existing KeepDisk.
79 table(table table-bordered table-condensed).
80 |_. Argument |_. Type |_. Description |_. Location |_. Example |
81 {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path||
82 |keep_disk|object||query||