ListVolumes
VCS-vol-0108 List volumes
Query Parameters
- project integer required
Project ID is required to request
- attached_host int32
Server ID
- name string
Volume Name
- volume_type string
Volume Type
- user__username string
Volume's User Name
- create_time_start string
Create Time Start
- create_time_end string
Create Time End
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
attached_host object
hostname stringid int64- mountpoint string[]
- is_attached boolean
- create_time date-time
- id int64
- volume_uuid string
- is_bootable boolean
- name string
- platform string
project object
id int64name stringuser object
id stringdisplay_name stringusername stringemail string- size int64
Possible values:
>= -2147483648
and<= 2147483647
- status string
[
{
"attached_host": {
"hostname": "string",
"id": 0
},
"mountpoint": [
"string"
],
"is_attached": true,
"create_time": "2024-08-19",
"id": 0,
"volume_uuid": "string",
"is_bootable": true,
"name": "string",
"platform": "string",
"project": {
"id": 0,
"name": "string"
},
"user": {
"id": "string",
"display_name": "string",
"username": "string",
"email": "string"
},
"size": 0,
"status": "string"
}
]
Loading...