--- layout: default navsection: api title: "Resource: KeepDisk" navorder: 101 --- h1. KeepDisk A **KeepDisk** represents... h2. Methods See "REST methods for working with Arvados resources":methods.html API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/keep_disk@ h2. Creation h3. Prerequisites Prerequisites for creating a KeepDisk. h3. Side effects Side effects of creating a KeepDisk. h2. Resources Each KeepDisk has, in addition to the usual "attributes of Arvados resources":resources.html: table(table table-bordered table-condensed). |*Property name*|*Value*|*Description*|*Example*| |id|integer||| |uuid|string||| |owner_uuid|string||| |modified_by_client_uuid|string||| |modified_by_user_uuid|string||| |modified_at|datetime||| |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||| |created_at|datetime||| |updated_at|datetime||| |service_host|string||| |service_port|integer||| |service_ssl_flag|boolean|||