Merge branch 'master' into 2257-inequality-conditions
[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
10
11 A **KeepDisk** represents...
12
13 h2. Methods
14
15 See "REST methods for working with Arvados resources":/api/methods.html
16
17 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/keep_disks@
18
19 h2. Creation
20
21 h3. Prerequisites
22
23 Prerequisites for creating a KeepDisk.
24
25 h3. Side effects
26
27 Side effects of creating a KeepDisk.
28
29 h2. Resources
30
31 Each KeepDisk has, in addition to the usual "attributes of Arvados resources":/api/resources.html:
32
33 table(table table-bordered table-condensed).
34 |_. Attribute|_. Type|_. Description|_. Example|
35 |ping_secret|string|||
36 |node_uuid|string|||
37 |filesystem_uuid|string|||
38 |bytes_total|integer|||
39 |bytes_free|integer|||
40 |is_readable|boolean|||
41 |is_writable|boolean|||
42 |last_read_at|datetime|||
43 |last_write_at|datetime|||
44 |last_ping_at|datetime|||
45 |updated_at|datetime|||
46 |service_host|string|||
47 |service_port|integer|||
48 |service_ssl_flag|boolean|||