Manageable Volumes
Volume manage extension
Lists all manageable volumes
OpenStack authentication token
The host name
The cluster name
Comma-separated list of sort keys and optional sort directions
Sorts by an attribute
Sorts by direction (asc or desc)
Requests a page size of items
Used in conjunction with limit to return items starting from the offset position
The ID of the last-seen item
OK
GET /v3/v3/manageable_volumes?host=text HTTP/1.1
Host: example.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
OK
{
"manageable-volumes": [
{
"reference": {},
"size": 1,
"safe_to_manage": true,
"reason_not_safe": "text",
"cinder_id": "123e4567-e89b-12d3-a456-426614174000",
"extra_info": "text"
}
]
}Lists all manageable volumes with details
OpenStack authentication token
The host name
The cluster name
Comma-separated list of sort keys and optional sort directions
Sorts by an attribute
Sorts by direction (asc or desc)
Requests a page size of items
Used in conjunction with limit to return items starting from the offset position
The ID of the last-seen item
OK
GET /v3/v3/manageable_volumes/detail?host=text HTTP/1.1
Host: example.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
OK
{
"manageable-volumes": [
{
"reference": {},
"size": 1,
"safe_to_manage": true,
"reason_not_safe": "text",
"cinder_id": "123e4567-e89b-12d3-a456-426614174000",
"extra_info": "text"
}
]
}Last updated
Was this helpful?
