Apache CloudStack 4.20.0.0 Root Admin API Reference
listStoragePoolObjects
Lists objects at specified path on a storage pool.
Request parameters
| Parameter Name | Description | Required |
| id | id of the storage pool | true |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false | |
| path | path to list on storage pool | false |
Response Tags
| Response Name | Description |
| format | Format of template associated with the data store object. |
| isdirectory | Is it a directory. |
| lastupdated | Last modified date of the file/directory. |
| name | Name of the data store object. |
| size | Size is in Bytes. |
| snapshotid | Snapshot ID associated with the data store object. |
| snapshotname | Snapshot Name associated with the data store object. |
| templateid | Template ID associated with the data store object. |
| templatename | Template Name associated with the data store object. |
| volumeid | Volume ID associated with the data store object. |
| volumename | Volume Name associated with the data store object. |