Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / doc / api / schema / KeepDisk.html.textile.liquid
1 ---
2 layout: default
3 navsection: api
4 navmenu: Schema
5 title: KeepDisk
6
7 ...
8
9 A **KeepDisk** is a filesystem volume used by a Keep storage server to store data blocks.
10
11 h2. Methods
12
13 See "keep_disks":{{site.baseurl}}/api/methods/keep_disks.html
14
15 h2. Resource
16
17 Each KeepDisk has, in addition to the usual "attributes of Arvados resources":{{site.baseurl}}/api/resources.html:
18
19 table(table table-bordered table-condensed).
20 |_. Attribute|_. Type|_. Description|_. Example|
21 |ping_secret|string|||
22 |node_uuid|string|||
23 |filesystem_uuid|string|||
24 |bytes_total|integer|||
25 |bytes_free|integer|||
26 |is_readable|boolean|||
27 |is_writable|boolean|||
28 |last_read_at|datetime|||
29 |last_write_at|datetime|||
30 |last_ping_at|datetime|||
31 |keep_service_uuid|string|||