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
Filter by bootable field
Filter volumes by k8s cluster ID
Filter by the presence of attachments
Filter the volume list result by the ID part of the volume
Filter volumes by instance ID
Optional. Limit the number of returned items
x <= 1000Filter volumes by name_part inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
Optional. Offset value is used to exclude the first set of records from the result
x >= 0Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
Tag key. The maximum size for a key is 255 characters.
1 - 255Optional. Filter by tag key-value pairs.