X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d2128ae15825ef03472897e09710b176e3cc1d9..0561bd0c3c07257fd58ded6c7cfa5feeae97af57:/doc/api/methods/keep_disks.html.textile.liquid diff --git a/doc/api/methods/keep_disks.html.textile.liquid b/doc/api/methods/keep_disks.html.textile.liquid index 5179ccc8b2..7624b6699f 100644 --- a/doc/api/methods/keep_disks.html.textile.liquid +++ b/doc/api/methods/keep_disks.html.textile.liquid @@ -2,17 +2,48 @@ layout: default navsection: api navmenu: API Methods -title: "keep_disks" +title: "keep_disks (deprecated)" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -See "REST methods for working with Arvados resources":{{site.baseurl}}/api/methods.html +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/keep_disks@ +Object type: @penuu@ + +Example UUID: @zzzzz-penuu-0123456789abcde@ + +h2. Resource + +Obsoleted by "keep_services":{{site.baseurl}}/api/methods/keep_services.html + +Each KeepDisk has, in addition to the "Common resource fields":{{site.baseurl}}/api/resources.html: + +table(table table-bordered table-condensed). +|_. Attribute|_. Type|_. Description|_. Example| +|ping_secret|string||| +|node_uuid|string||| +|filesystem_uuid|string||| +|bytes_total|integer||| +|bytes_free|integer||| +|is_readable|boolean||| +|is_writable|boolean||| +|last_read_at|datetime||| +|last_write_at|datetime||| +|last_ping_at|datetime||| +|keep_service_uuid|string||| + +h2. Methods + +See "Common resource methods":{{site.baseurl}}/api/methods.html for more information about @create@, @delete@, @get@, @list@, and @update@. + Required arguments are displayed in %{background:#ccffcc}green%. -h2. create +h3. create Create a new KeepDisk. @@ -22,7 +53,7 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | |keep_disk|object||query|| -h2. delete +h3. delete Delete an existing KeepDisk. @@ -32,7 +63,7 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path|| -h2. get +h3. get Gets a KeepDisk's metadata by UUID. @@ -42,19 +73,13 @@ table(table table-bordered table-condensed). |_. Argument |_. Type |_. Description |_. Location |_. Example | {background:#ccffcc}.|uuid|string|The UUID of the KeepDisk in question.|path|| -h2. list +h3. list List keep_disks. -Arguments: - -table(table table-bordered table-condensed). -|_. Argument |_. Type |_. Description |_. Location |_. Example | -|limit|integer (default 100)|Maximum number of keep_disks to return.|query|| -|order|string|Order in which to return matching keep_disks.|query|| -|filters|array|Conditions for filtering keep_disks.|query|| +See "common resource list method.":{{site.baseurl}}/api/methods.html#index -h2. ping +h3. ping ping keep_disks @@ -70,7 +95,7 @@ table(table table-bordered table-condensed). |service_host|string||query|| |uuid|string||query|| -h2. update +h3. update Update attributes of an existing KeepDisk.