Reorganize navbars.
[arvados.git] / doc / api / KeepDisk.textile
1 ---
2 layout: default
3 navsection: api
4 title: "Resource: KeepDisk"
5 navorder: 101
6 ---
7
8 h1. KeepDisk
9
10 A **KeepDisk** represents...
11
12 h2. Methods
13
14 See "REST methods for working with Arvados resources":methods.html
15
16 API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/keep_disk@
17
18 h2. Creation
19
20 h3. Prerequisites
21
22 Prerequisites for creating a KeepDisk.
23
24 h3. Side effects
25
26 Side effects of creating a KeepDisk.
27
28 h2. Resources
29
30 Each KeepDisk has, in addition to the usual "attributes of Arvados resources":resources.html:
31
32 table(table table-bordered table-condensed).
33 |*Attribute*|*Type*|*Description*|*Example*|
34 |ping_secret|string|||
35 |node_uuid|string|||
36 |filesystem_uuid|string|||
37 |bytes_total|integer|||
38 |bytes_free|integer|||
39 |is_readable|boolean|||
40 |is_writable|boolean|||
41 |last_read_at|datetime|||
42 |last_write_at|datetime|||
43 |last_ping_at|datetime|||
44 |updated_at|datetime|||
45 |service_host|string|||
46 |service_port|integer|||
47 |service_ssl_flag|boolean|||