3.14. Searching for Volumes
The following table describes all search options for volumes.
Property (of resource or resource-type) | Type | Description (Reference) |
---|---|---|
| String | The name of the cluster associated with the volume. |
| Depends on property type (examples: name, description, comment, architecture) | The property of the clusters associated with the volume. |
| String | The human readable name that identifies the volume. |
| String | Can be one of distribute, replicate, distributed_replicate, stripe, or distributed_stripe. |
| Integer | Can be one of TCP or RDMA. |
| Integer | Number of replica. |
| Integer | Number of stripes. |
| String | The status of the volume. Can be one of Up or Down. |
| List | Sorts the returned results by one of the resource properties. |
| Integer | The page number of results to display. |
Example
Volume: transport_type = rdma and stripe_count >= 2
This example returns a list of volumes with transport type set to RDMA, and with 2 or more stripes.