keep_disks

Note:

This is a legacy API. This endpoint is deprecated, disabled by default in new installations, and slated to be removed entirely in a future major release of Arvados. It is replaced by keep services.

API endpoint base: https://pirca.arvadosapi.com/arvados/v1/keep_disks

Object type: penuu

Example UUID: zzzzz-penuu-0123456789abcde

Resource

Obsoleted by keep_services

Each KeepDisk has, in addition to the Common resource fields:

Attribute Type Description Example
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
keep_service_uuid string

Methods

See Common resource methods for more information about create, delete, get, list, and update.

Required arguments are displayed in green.

create

Create a new KeepDisk.

Arguments:

Argument Type Description Location Example
keep_disk object query

delete

Delete an existing KeepDisk.

Arguments:

Argument Type Description Location Example
uuid string The UUID of the KeepDisk in question. path

get

Gets a KeepDisk’s metadata by UUID.

Arguments:

Argument Type Description Location Example
uuid string The UUID of the KeepDisk in question. path

list

List keep_disks.

See common resource list method.

ping

ping keep_disks

Arguments:

Argument Type Description Location Example
ping_secret string query
service_port string query
service_ssl_flag string query
filesystem_uuid string query
node_uuid string query
service_host string query
uuid string query

update

Update attributes of an existing KeepDisk.

Arguments:

Argument Type Description Location Example
uuid string The UUID of the KeepDisk in question. path
keep_disk object query

Previous: repositories Next: humans

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.