Linking all generated doc pages to index. (refs #1608)
[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 |*Property name*|*Value*|*Description*|*Example*|
34 |id|integer|||
35 |uuid|string|||
36 |owner_uuid|string|||
37 |modified_by_client_uuid|string|||
38 |modified_by_user_uuid|string|||
39 |modified_at|datetime|||
40 |ping_secret|string|||
41 |node_uuid|string|||
42 |filesystem_uuid|string|||
43 |bytes_total|integer|||
44 |bytes_free|integer|||
45 |is_readable|boolean|||
46 |is_writable|boolean|||
47 |last_read_at|datetime|||
48 |last_write_at|datetime|||
49 |last_ping_at|datetime|||
50 |created_at|datetime|||
51 |updated_at|datetime|||
52 |service_host|string|||
53 |service_port|integer|||
54 |service_ssl_flag|boolean|||