List volumes
Retrieve a list of volumes in the project and region. The list can be filtered by various parameters like bootable status, metadata/tags, attachments, instance ID, name, and ID.
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
1
Query Parameters
Filter by bootable field
false
Filter volumes by k8s cluster ID
"t12345"
Filter by the presence of attachments
true
Filter the volume list result by the ID part of the volume
"726ecfcc-7fd0-4e30-a86e-7892524aa483"
Filter volumes by instance ID
"169942e0-9b53-42df-95ef-1a8b6525c2bd"
Optional. Limit the number of returned items
0 < x <= 1000
1000
Filter volumes by name_part
inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
"test"
Optional. Offset value is used to exclude the first set of records from the result
x >= 0
0
Optional. Filter by tag keys. ?tag_key
=key1&tag_key
=key2
Tag key. The maximum size for a key is 255 bytes.
["key1", "key2"]
Optional. Filter by tag key-value pairs.
{ "key": "value" }
Response
OK
The response is of type object
.