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.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
1
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
x <= 10001000
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 >= 00
Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
1 - 255["key1", "key2"]Optional. Filter by tag key-value pairs.
{ "key": "value" }