3.12. Searching for Storage
The following table describes all search options for storage.
Table 3.8. Searching for Storage
Property (of resource or resource-type) | Type | Description (Reference) |
---|---|---|
| Depends on property type | The property of the hosts associated with the storage. |
| Depends on property type | The property of the clusters associated with the storage. |
| String | The unique name that identifies the storage on the network. |
| String | The status of the storage domain. |
| String | The health status of the storage domain as reported by external systems and plug-ins. |
| String | The data center to which the storage belongs. |
| String | The type of the storage. |
| Integer | The size (GB) of the free storage. |
| Integer | The amount (GB) of the storage that is used. |
| Integer | The total amount (GB) of the storage that is available. |
| Integer | The amount (GB) of the storage that is committed. |
| List | Sorts the returned results by one of the resource properties. |
| Integer | The page number of results to display. |
Example
Storage: free_size > 6 GB and total_size < 20 GB
This example returns a list of storage with free storage space greater than 6 GB, or total storage space less than 20 GB.