v1
latestSwagger 2.02026-07-17111025.6 KBVolume
List volumes
List of volumes that match the query.
get/namespaces/{namespace}/volumes
Path parameters
namespacestring required
The object scope, such as for teams and projects.
Query parameters
labelSelectorstring
A selector to restrict the list of returned objects by their labels. Defaults to everything.
fieldSelectorstring
A selector to restrict the list of returned objects by their fields. Defaults to everything.
timeoutSecondsinteger
Timeout for the list call.
namespacestring
Object name and auth scope, such as for teams and projects.
Response
Success
Example response
[
{
"Name": "vol01",
"Size": 5,
"Labels": {
"com.example.some-label": "some-value",
"com.example.some-other-label": "some-other-value"
}
}
]